-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
186 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<img src="/assets/Texter.png" width="400px"> | ||
|
||
[![GitHub license](https://img.shields.io/badge/license-UIUC/NCSA-blue.svg)](https://github.com/fuyutsuki/Texter/blob/master/LICENSE) | ||
[![](https://poggit.pmmp.io/shield.state/Texter)](https://poggit.pmmp.io/p/Texter) | ||
[![](https://poggit.pmmp.io/shield.api/Texter)](https://poggit.pmmp.io/p/Texter) | ||
|
||
[![](https://poggit.pmmp.io/shield.dl/Texter)](https://poggit.pmmp.io/p/Texter) / [![](https://poggit.pmmp.io/shield.dl.total/Texter)](https://poggit.pmmp.io/p/Texter) | ||
|
||
[![PoggitCI Badge](https://poggit.pmmp.io/ci.badge/fuyutsuki/Texter/Texter)](https://poggit.pmmp.io/ci/fuyutsuki/Texter/Texter) | ||
|
||
### Overview | ||
|
||
플러그인의 언어를 바꾸시려면 [config.yml](/resources/config.yml)으로 가신 뒤, `locale`을 바꾸시면 됩니다. | ||
지원되는 언어은 locale을 따라서 자동으로 표시가 됩니다. | ||
|
||
지원이 되는 언어: | ||
[日本語](./.github/readme/ja_jp.md), | ||
[русский](./.github/readme/ru_ru.md), | ||
[中文](./.github/readme/zh_cn.md), | ||
[Türkçe](./.github/readme/tr_tr.md) | ||
[English](https://github.com/fuyutsuki/Texter/blob/master/README.md) | ||
*** | ||
|
||
## 텍스터 | ||
|
||
텍스터 플러그인은 홀로그램 사용과 멀티월드 지원을 합니다! | ||
최신 버전: ver **3.4.7** | ||
|
||
<!-- | ||
**이 지점은 개발 중입니다. 많은 버그가있을 수 있습니다** | ||
--> | ||
|
||
### 텍스터는 무었을 지원 하나요? | ||
|
||
- [x] 마인크래프트(Bedrock, 포켓에디션) | ||
- [x] 다양한 언어 (영어, 일본어, 러시아어, 중국어, 터키어, 한국어) | ||
- [x] 멀티월드 홀로그램 디스플레이 | ||
|
||
### 다운로드 | ||
|
||
* [Poggit](https://poggit.pmmp.io/p/Texter) | ||
|
||
### 커맨드 | ||
|
||
#### 기본 커맨드 | ||
|
||
| \ |커맨드|쇼트컷| | ||
|:--:|:--:|:--:| | ||
|텍스트 추가|`/txt add`|`/txt a`| | ||
|텍스트 편집|`/txt edit`|`/txt e`| | ||
|텍스트 이동|`/txt move`|`/txt m`| | ||
|텍스트 제거|`/txt remove`|`/txt r`| | ||
|텍스트 리스트|`/txt list`|`/txt l`| | ||
|도움|`/txt or /txt help`|`/txt ?`| | ||
|
||
**`#` 로 여러 줄을 만들수있습니다** | ||
|
||
### json 노트.(직접 게임접속을 하지 않아도 여기서 편집을 할수있습니다) | ||
|
||
- uft.json | ||
```json | ||
{ | ||
"월드 폴더 이름": { | ||
"텍스트 이름": { | ||
"Xvec": 128, | ||
"Yvec": 90, | ||
"Zvec": 128, | ||
"TITLE": "제목", | ||
"TEXT": "텍스트(#로 새로운 라인을 만들수 있습니다)" | ||
} | ||
} | ||
} | ||
``` | ||
|
||
- ft.json | ||
```json | ||
{ | ||
"월드 폴더 이름": { | ||
"텍스트 이름": { | ||
"Xvec": 128, | ||
"Yvec": 90, | ||
"Zvec": 128, | ||
"TITLE": "제목", | ||
"TEXT": "텍스트(#로 새로운 라인을 만들수 있습니다)", | ||
"OWNER": "유저네임" | ||
} | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
; 마인크래프트 언어 파일 호환: 배드락 에디션 식별자 | ||
; | ||
; 메시지들은 클라이언트 자체에 정확하게 표시될 필료는 없습니다. | ||
; 이 플러그인에 나타날 메시지만 여기에 있습니다. | ||
; 이 언어는 @minijaham 이 번역하였습니다. | ||
language.name=한국어 | ||
language.selected={%0} ({%1})을 배이스 언어로 설정하였습니다 | ||
|
||
on.load.commands.on=커맨드를 활성화 하였습니다 | ||
on.load.commands.off=커맨드를 비활성화 하였습니다 | ||
on.load.version.dev=이 버전은 완성되지 않았음으로 버그가 있을수 있습니다 | ||
on.load.update.nothing=최신버전: v{%0} / 업데이트 필요없음 | ||
on.load.update.available.1=최신 버전: v{%0} / 현제 사용중: v{%1} | ||
on.load.update.available.2=새로운 버전 출시! | ||
on.load.update.available.3=URL: {%0} | ||
on.load.update.offline=네트워크 문제로 없데이트 체크를 하지 못하였습니다 | ||
on.load.is.updater=새로운 config,yml 버전 출시! 현재 쓰고있는 버전을 다른곳으로 옮기시고 서버를 재시작 하세요! | ||
|
||
on.enable.prepared=Uft: {%0} 텍스트 / Ft: {%1} 텍스트를 로딩 하였습니다 | ||
on.enable.message={%0} 가동완료! | ||
|
||
command.txt.description=쉽고 빠른 홀로그램 플러그인! | ||
command.txt.usage=/txt <a or add(추가)|e or edit(편집)|m or move(이동)|r or remove(삭제)|l or list(리스트)> | ||
command.txt.usage.indent=§6\# §f로 세로운 라인을 만드세요 | ||
command.txt.add=/txt a(이동) | ||
command.txt.add.success=FloatingText: {%0} 추가됨 | ||
command.txt.edit=/txt e(편집) | ||
command.txt.edit.success=FloatingText: {%0} 의 {%1} 를 편집하셨습니다 | ||
command.txt.move=/txt m(이동) | ||
command.txt.move.success=FloatingText: {%0} 을 {%1} 로 이동하였읍니다 | ||
command.txt.remove=/txt r(삭제) | ||
command.txt.remove.success=FloatingText: {%0} 삭제완료 | ||
|
||
form.ftname=홀로그램 이름 | ||
form.ftname.unique=홀로그램 이름(별개) | ||
form.title=타이틀 | ||
form.text=텍스트 | ||
form.add.description=홀로그램을 원하는 월드에 추가하세요! | ||
form.edit.description=홀로그램의 타이틀과 텍스트를 편집하세요! | ||
form.edit.type=편집하는 부분 | ||
form.edit.content=이 밑에 편집내용을 적어주세요 | ||
form.move.description=아무 홀로그램을 현제 자신의 위치로 이동할수있습니다! | ||
form.move.here=현제 위치 | ||
form.remove.description=홀로그램을 삭제 하세요! | ||
form.list.description.1=현제 위치에서부터 10블럭 이내에있는 홀로그램이 표시됩니다.\n만약 없다면, 아무것도 표시되지 않습니다 | ||
form.list.description.2=홀로그램 이름: {%0}\n아래 옵션을 선택하세요 | ||
|
||
error.on.enable.not.packaged=PoggitCI 의 .phar 파일을 사용하세요! (https://poggit.pmmp.io/p/Texter). | ||
error.on.enable.not.found.libformapi=libFormAPI을 virions 폴더에서 찾을수 없습니다. libFormAPI 다운후 제대로 설치해주세요 | ||
error.ftname.not.specified=홀로그램 이름을 적어주세요 | ||
error.ftname.exists=홀로그램 이름: {%0} 이 이미 있습니다 | ||
error.ftname.not.exists=홀로그램 이름: {%0} 이 없습니다 | ||
error.config.limit.char=문자수는 {%0} 이거나 적어야합니다 | ||
error.config.limit.feed=홀로그램의 라인 수는 {%0} 거나 적어야합니다 | ||
error.config.limit.world=World: 월드 {%0} 에서는 홀로그램이 제한되어있습니다 | ||
error.permission=홀로그램사용 허가가 없습니다. 만약 이것이 에러라면 서버의 어드민과 연락해주세요. | ||
error.console=게임접속후 사용을 해주세요 | ||
error.player=이 명령어는 콘솔에서만 쓸수있습니다 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters