4
4
-->
5
5
6
6
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/fuyutsuki/Texter/blob/master/LICENSE )
7
- [ ![ Github All Releases] ( https://img.shields.io/github/downloads/fuyutsuki/Texter/total.svg )] ( https://github.com/fuyutsuki/Texter/releases )
7
+ [ ![ ] ( https://poggit.pmmp.io/shield.state/Texter )] ( https://poggit.pmmp.io/p/Texter )
8
+ [ ![ ] ( https://poggit.pmmp.io/shield.api/Texter )] ( https://poggit.pmmp.io/p/Texter )
9
+
10
+ [ ![ ] ( 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 )
8
11
9
12
[ ![ PoggitCI Badge] ( https://poggit.pmmp.io/ci.badge/fuyutsuki/Texter/Texter )] ( https://poggit.pmmp.io/ci/fuyutsuki/Texter/Texter )
10
13
@@ -15,112 +18,146 @@ Select Language: [English](#eng), [日本語](#jpn)
15
18
<a name =" eng " ></a >
16
19
# English
17
20
21
+ <!--
18
22
## !! Caution !!
19
23
This branch is under development.
20
24
It may have many bugs.
25
+ -->
21
26
22
27
## Texter
23
28
Texter is plugin that displays and deletes FloatingTextPerticle supported to multi-world.
24
- Latest: ver ** 2.2.6 ** _ Papilio dehaanii(カラスアゲハ) _
29
+ Latest: ver ** 2.3.0 ** _ Phyllorhiza punctata _
25
30
26
31
### Supporting
32
+ - [x] Minecraft(Bedrock) v1.2.x
27
33
- [x] Multi-language (eng, jpn)
28
34
- [x] Multi-world display
29
- - [x] Minecraft(Bedrock) v1.2.x
30
35
31
36
### Download
32
37
You may grab the plugin from [ Source] ( https://github.com/fuyutsuki/Texter/archive/master.zip ) , or download the latest .phar from [ Poggit] ( https://poggit.pmmp.io/ci/fuyutsuki/Texter/Texter ) .
33
38
34
39
### Commands
35
40
#### General command
36
- | \ | command| argument | alias|
41
+ | \ | command| alias|
37
42
| :--:| :--:| :--:| :--:|
38
- | Add text| ` /txt add ` | ` <title> [text] ` | ` /txt a ` |
39
- | Remove text| ` /txt remove ` | ` <ID> ` | ` /txt r ` |
40
- | Update text| ` /txt update ` | ` <title, text> <ID> <message> ` | ` /txt u ` |
41
- | Help| ` /txt or /txt help ` | ` none ` | ` /txt ? ` |
43
+ | Add text| ` /txt add ` | ` /txt a ` |
44
+ | Edit text| ` /txt edit ` | ` /txt e ` |
45
+ | Move text| ` /txt move ` | ` /txt m ` |
46
+ | Remove text| ` /txt remove ` | ` /txt r ` |
47
+ | Help| ` /txt or /txt help ` | ` /txt ? ` |
42
48
43
49
#### Management command
44
50
| \ | command| argument| alias|
45
51
| :--:| :--:| :--:| :--:|
46
52
| Remove all| ` /txtadm allremove ` | ` none ` | ` /tadm ar ` |
47
- | Remove texts/user| ` /txtadm userremove ` | ` <username> ` | ` /tadm ur ` |
53
+ | Remove texts/user| ` /txtadm userremove ` | ` <userName> ` | ` /tadm ur ` |
54
+ | Remove texts/level| ` /txtadm levelremove ` | ` <worldName> ` | ` /tadm lr ` |
48
55
| Info| ` /txtadm info ` | ` none ` | ` /tadm i ` |
49
56
| Help| ` /txtadm or /txtadm help ` | ` none ` | ` /tadm ? ` |
50
57
51
58
** Please use ` # ` for line breaks.**
52
59
53
60
### json notation
61
+ - crfts.json
62
+ ``` json
63
+ {
64
+ "LevelName" : {
65
+ "TextName(Unique)" : {
66
+ "Xvec" : 128 ,
67
+ "Yvec" : 90 ,
68
+ "Zvec" : 128 ,
69
+ "TITLE" : " Title" ,
70
+ "TEXT" : " Text(New line with #)"
71
+ }
72
+ }
73
+ }
74
+ ```
75
+ - fts.json
54
76
``` json
55
- anythingUniqueValue: {
56
- "WORLD" : " worldName" ,
57
- "Xvec" : 128 ,
58
- "Yvec" : 90 ,
59
- "Zvec" : 128 ,
60
- "TITLE" : " title" ,
61
- "TEXT" : " 1st Line#2nd Line..."
77
+ {
78
+ "LevelName" : {
79
+ "TextName1(Unique)" : {
80
+ "Xvec" : 128 ,
81
+ "Yvec" : 90 ,
82
+ "Zvec" : 128 ,
83
+ "TITLE" : " Title" ,
84
+ "TEXT" : " Text(New line with #)" ,
85
+ "OWNER" : " Steve"
86
+ }
87
+ }
62
88
}
63
89
```
64
- It is output as follows.
65
- <img src =" /assets/Example.jpg " width =" 320px " >
66
- <!-- for poggit
67
- <img src="https://raw.githubusercontent.com/fuyutsuki/Texter/master/assets/Example.jpg" width="320px">
68
- -->
90
+
69
91
***
70
92
<a name =" jpn " ></a >
71
93
# 日本語
72
94
95
+ <!--
73
96
## !! 注意 !!
74
97
このブランチは開発中です。多くのバグを含む可能性があります。
98
+ -->
75
99
76
100
## Texter
77
101
TexterはFloatingTextPerticleを複数ワールドに渡り表示、削除ができるプラグインです。
78
- 最新バージョン: ** 2.2.6 ** _ Papilio dehaanii(カラスアゲハ) _
102
+ 最新バージョン: ** 2.3.0 ** _ Phyllorhiza punctata _
79
103
80
104
### 対応状況
105
+ - [x] Minecraft(Bedrockエンジン) v1.2.x
81
106
- [x] 複数言語 (eng, jpn)
82
107
- [x] 複数ワールドの表示
83
- - [x] Minecraft(Bedrockエンジン) v1.2.x
84
108
85
109
### ダウンロード
86
110
ソースファイル群は [ こちら] ( https://github.com/fuyutsuki/Texter/archive/master.zip )
87
111
最新の .pharファイルが必要であれば [ PoggitCI] ( https://poggit.pmmp.io/ci/fuyutsuki/Texter/Texter ) の最新ビルドの ** Download** から。
88
112
89
113
### コマンド
90
114
#### 一般用コマンド
91
- | \ | コマンド| 引数 | エイリアス|
115
+ | \ | コマンド| エイリアス|
92
116
| :--:| :--:| :--:| :--:|
93
- | 浮き文字追加| ` /txt add ` | ` <タイトル> [テキスト] ` | ` /txt a ` |
94
- | 浮き文字削除| ` /txt remove ` | ` <ID> ` | ` /txt r ` |
95
- | 浮き文字更新| ` /txt update ` | ` <タイトル, テキスト> <ID> <メッセージ> ` | ` /txt u ` |
96
- | ヘルプ| ` /txt or /txt help ` | ` 無し ` | ` /txt ? ` |
117
+ | 浮き文字追加| ` /txt add ` | ` /txt a ` |
118
+ | 浮き文字編集| ` /txt edit ` | ` /txt e ` |
119
+ | 浮き文字移動| ` /txt move ` | ` /txt m ` |
120
+ | 浮き文字削除| ` /txt remove ` | ` /txt r ` |
121
+ | ヘルプ| ` /txt or /txt help ` | ` /txt ? ` |
97
122
98
123
#### 管理用コマンド
99
124
| \ | コマンド| 引数| エイリアス|
100
125
| :--:| :--:| :--:| :--:|
101
- | 浮き文字すべて削除| ` /txtadm allremove ` | ` none ` | ` /tadm ar ` |
102
- | ユーザーの浮き文字を削除| ` /txtadm userremove ` | ` <username> ` | ` /tadm ur ` |
103
- | 浮き文字の各種情報を見る| ` /txtadm info ` | ` none ` | ` /tadm i ` |
104
- | ヘルプ| ` /txtadm or /txtadm help ` | ` none ` | ` /tadm ? ` |
126
+ | 浮き文字すべて削除| ` /txtadm allremove ` | ` なし ` | ` /tadm ar ` |
127
+ | ユーザーの浮き文字を削除| ` /txtadm userremove ` | ` <ユーザー名> ` | ` /tadm ur ` |
128
+ | ワールドの浮き文字を削除| ` /txtadm levelremove ` | ` <ワールド名> ` | ` /tadm lr ` |
129
+ | 浮き文字の各種情報を見る| ` /txtadm info ` | ` なし ` | ` /tadm i ` |
130
+ | ヘルプ| ` /txtadm or /txtadm help ` | ` なし ` | ` /tadm ? ` |
105
131
106
132
** 改行の際には ` # ` を使用してください。**
107
133
108
- ### json記法
134
+ ### json 記法
135
+ - crfts.json
109
136
``` json
110
137
{
111
- "一意な文字列" : {
112
- "WORLD" : " world" ,
113
- "Xvec" : 128 ,
114
- "Yvec" : 90 ,
115
- "Zvec" : 128 ,
116
- "TITLE" : " title" ,
117
- "TEXT" : " 1st Line#2nd Line"
138
+ "ワールド名" : {
139
+ "浮き文字名(一意)" : {
140
+ "Xvec" : 128 ,
141
+ "Yvec" : 90 ,
142
+ "Zvec" : 128 ,
143
+ "TITLE" : " タイトル" ,
144
+ "TEXT" : " テキスト(改行は #)"
145
+ }
146
+ }
147
+ }
148
+ ```
149
+ - fts.json
150
+ ``` json
151
+ {
152
+ "ワールド名" : {
153
+ "浮き文字名(一意)" : {
154
+ "Xvec" : 128 ,
155
+ "Yvec" : 90 ,
156
+ "Zvec" : 128 ,
157
+ "TITLE" : " タイトル" ,
158
+ "TEXT" : " テキスト(改行は #)" ,
159
+ "OWNER" : " Steve"
160
+ }
118
161
}
119
162
}
120
163
```
121
-
122
- こう書くことで以下のように出力されます。
123
- <img src =" /assets/Example.jpg " width =" 320px " >
124
- <!-- for poggit
125
- <img src="https://raw.githubusercontent.com/fuyutsuki/Texter/master/assets/Example.jpg" width="320px">
126
- -->
0 commit comments