You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translate some files to Taiwanese, add chance() method in Algorithm utility. Add randomString() method in ChannelMessage class. Complete TransferCommand.
Copy file name to clipboardExpand all lines: lang/en.json
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -181,19 +181,19 @@
181
181
"faq.list":
182
182
[
183
183
"aec",
184
-
"customui",
184
+
"customui",
185
185
"datapack",
186
186
"format",
187
187
"log",
188
188
"marker",
189
189
"optimize",
190
-
"save",
191
-
"slots",
190
+
"save",
191
+
"slots",
192
192
"standsvsclouds"
193
193
],
194
194
"faq.name.aec": "Area Effect Cloud is an entity that is invisible, no gravity and almost no hitbox. It was used as a marker entity from 1.9 to 1.16. After 1.17, Area Effect Cloud was replaced by Marker, but still can be use as floating text.\nCommand: `/summon area_effect_cloud ~ ~ ~ {Duration:2147483647,CustomName:'\"<Name>\"',CustomNameVisible:true}`\n<https://minecraft.fandom.com/wiki/Lingering_Potion#Area_Effect_Cloud>",
"faq.name.log": "`latest.log` is a text document that exist in `.minecraft/logs` folder, it logs the game, including outputs of commands, chat history and error output when loading a datapack.",
@@ -277,14 +277,18 @@
277
277
"lang.name.ta": "話語設定為 台語文字",
278
278
"lang.name.hk": "語言設定為 粵語漢字",
279
279
"lang.name.cn": "语言设置为 简体中文",
280
-
"lottery.win": "win!",
281
-
"lottery.lose": "lose..",
282
-
"lottery.result": "You bet %d command blocks and %s\nYou now have %d command blocks.",
283
-
"lottery.wrong_percent": "You can't bet %d%% of your command blocks!",
284
-
"lottery.wrong_argument": "Usage: </lottery:1072947886612033666>` [<integer>]` or </lottery:1072947886612033666>` [<percentage>]%`, and don't use negative number.",
285
-
"lottery.not_enough": "You don't have enough command blocks!\nYou want to bet %d command blocks, but you only have %d command blocks.",
286
-
"lottery.query": "You have %d command blocks.",
287
-
"transfer.wrong_percent": "You can't transfer %d%% of your command blocks!",
288
-
"transfer.wrong_argument": "Usage: /transfer` <user> <integer>` or /transfer` <user> <percentage>%`, and don't use negative number.",
289
-
"transfer.not_enough": "You don't have enough command blocks!\nYou want to transfer %d command blocks, but you only have %d command blocks."
280
+
"lottery.win": "win!",
281
+
"lottery.lose": "lose..",
282
+
"lottery.play_with_your_limit": "Play with your limit.",
283
+
"lottery.result": "You bet %d command blocks and %s\nYou now have %d command blocks.",
284
+
"lottery.wrong_percent": "You can't bet %d%% of your command blocks!",
285
+
"lottery.wrong_argument": "Usage: </lottery:1072947886612033666>` [<integer>]` or </lottery:1072947886612033666>` [<percentage>]%`, and don't use negative number.",
286
+
"lottery.not_enough": "You don't have enough command blocks!\nYou want to bet %d command blocks, but you only have %d command blocks.",
287
+
"lottery.query": "You have %d command blocks.",
288
+
"transfer.success": "You transferred %d command blocks to %s.\nYou now have %d command blocks.",
289
+
"transfer.self_transfer": "You can't transfer command blocks to yourself!",
290
+
"transfer.wrong_user": "You can't transfer command blocks to this user!",
291
+
"transfer.wrong_percent": "You can't transfer %d%% of your command blocks!",
292
+
"transfer.wrong_argument": "Usage: /transfer` <user> <integer>` or /transfer` <user> <percentage>%`, and don't use negative number.",
293
+
"transfer.not_enough": "You don't have enough command blocks!\nYou want to transfer %d command blocks, but you only have %d command blocks."
0 commit comments