From a95bbba9268d063e27184fcb747025b4db17b2fe Mon Sep 17 00:00:00 2001 From: 0x506978656c <66031115+0x506978656c@users.noreply.github.com> Date: Fri, 19 Feb 2021 09:46:54 +0200 Subject: [PATCH 1/5] Updated todo Need to keep it updated with the different branches --- todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index f37c67c..d33916f 100644 --- a/todo.txt +++ b/todo.txt @@ -8,7 +8,7 @@ [O] 完善彩色消息构造器(MessageBuilder),增加类似这样的接口 Message* printf(color,fmt,args...); [O] 规范命名空间和各种变量名以及代码规范化 -[-] 修复和完善仙人掌转方块 +[-] 需要重写仙人掌立方体旋转w [-] 完善权限管理 [-] 完善右键点击api [-] 配置文件 @@ -20,4 +20,4 @@ [X] 丰富LevelChunk的接口 [X] 命令解析器希望能独立成独立的库,不和有hook的类交互(降低耦合) [X] 重写和丰富村庄功能 -... \ No newline at end of file +... From b119a14661b75e8a160826fbd5517a78f6315080 Mon Sep 17 00:00:00 2001 From: 0x506978656c <66031115+0x506978656c@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:08:59 +0200 Subject: [PATCH 2/5] Added English language support Added English support and will add other languages soon --- lang/en_us.json | 119 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 118 insertions(+), 1 deletion(-) diff --git a/lang/en_us.json b/lang/en_us.json index 18816c1..22485a6 100644 --- a/lang/en_us.json +++ b/lang/en_us.json @@ -1,3 +1,120 @@ { - "command.td?.desc":"print help info" + "command.apicfg.desc": "Internal API command settings", + "command.apicfg.pvd.desc": "Set the visible distance of particles", + "command.apicfg.pm.desc": "Sacrifice a certain display effect to reduce lag", + "command.tick.desc": "Change the running state of the world", + "command.tick.fz.desc": "Pause world operation", + "command.tick.slow.desc": "Slow down the world to run [num] multiples", + "command.tick.slow.error": "Slowdown multiple must be between [2-64]", + "command.tick.acc.desc": "Accelerate World Math [num] multiples (theoretical value)", + "command.tick.acc.error": "The acceleration factor must be between [2-10]", + "command.tick.r.desc": "Reset world operation to normal state", + "command.tick.fw.desc": "World running step [num]gt", + "command.tick.q.desc": "Query tick status", + "command.prof.desc": "Game Performance Analysis", + "command.prof.actor.desc": "Entity Update Performance Analysis", + "command.mspt.desc": "Display Mspt and tps", + "command.backup.desc": "Backup related functions", + "command.backup.l.desc": "List all backups", + "command.backup.b.desc": "Create Backup", + "command.backup.r.desc": "Restore Backup", + "command.backup.crash.desc": "Crash Server", + "command.hsa.desc": "hsa (structure spawning area) related commands", + "command.hsa.list.desc": "List all hsa", + "command.hsa.clear.desc": "Clear the hsa cache and display the number of points", + "command.hsa.find.desc": "Find the best pos", + "command.hsa.show.desc": "Switch hsa display", + "command.hsa.draw.desc": "Draw hsa", + "command.draw.desc": "Simple Construction", + "command.draw.ci.desc": "Draw a circle", + "command.draw.sp.desc": "Draw a sphere", + "command.draw.mr.desc": "Set the maximum radius", + "command.counter.desc": "Hopper Counter", + "command.counter.r.desc": "Reset Channel [num]", + "command.counter.p.desc": "Print Channel", + "command.village.desc": "Village related functions", + "command.village.list.desc": "List all loaded villages", + "command.village.b.desc": "Switch village border display", + "command.village.b.set": "Set the village border display as: %d", + "command.village.p.desc": "Display POI query range", + "command.village.p.set": "Set the POI query range to: %d", + "command.village.s.desc": "Display the refresh area of ​​the iron golem", + "command.village.s.set": "Set the refresh area for displaying iron golems as: %d", + "command.village.c.desc": "Show Village Center", + "command.village.c.set": "Set the display village center to", + "command.village.v.desc": "Display information above villagers' heads", + "command.village.v.set": "Set to display the information above the villager's head as: %d", + "command.village.n.desc": "Display detailed information of the nearest village", + "command.func.desc": "Switches for some global functions", + "command.func.hopper.desc": "Switch hopper Counter", + "command.func.hopper.set": "Set the hopper counter to: %d", + "command.func.spawn.desc": "Switch spawn point and spawn probability display", + "command.func.spawn.set": "Set the spawn point and spawn probability display as: %d", + "command.func.rotate.desc": "Switch cactus to cube", + "command.func.rotate.set": "Set the cactus to cube rotation: %d", + "command.func.draw.desc": "Switch draw command", + "command.func.draw.set": "Set the draw command to: %d", + "command.func.stat.desc": "Switch player behavior statistics", + "command.func.stat.set": "Set player behavior statistics to: %d", + "command.func.expl.desc": "Set the explosion destruction terrain", + "command.func.expl.set": "Set the explosion damage terrain to: %d", + "command.func.ncud.desc": "Switch prevents NC update", + "command.func.ncud.set": "Set to prevent NC update to %d", + "command.o.desc": "Quickly switch spectator mode", + "command.o.set": "Set player [%s] as spectator mode", + "command.s.desc": "Quickly switch survival mode", + "command.s.set": "Set player [%s] to survival mode", + "command.c.desc": "Quickly switch creative mode", + "command.c.set": "Set player [%s] to creative mode", + "command.td?.desc": "Print Help", + "command.self.desc": "Player Personal Function Switch", + "command.self.chunk.desc": "Switch chunk display", + "command.self.chunk.set": "Set chunk display as %d", + "command.self.me.desc": "Switch measurement", + "command.self.me.set": "Set the measurement to %d", + "command.self.rs.desc": "Switch redstone signal source display", + "command.self.rs.set": "Set the redstone signal source to %d", + "command.here.desc": "Broadcast your own coordinates", + "command.l.desc": "Display the coordinates of all online players", + "command.os.desc": "Display the CPU and memory usage of the server process", + "command.cl.desc": "Calculator", + "command.lang.desc": "Language related", + "command.lang.set.desc": "Change Language", + "command.lang.list.desc": "List all languages", + "command.lang.set.success": "Language set successfully", + "command.lang.set.failure": "Language setting failed", + "command.slime.desc": "Slime chunk display", + "command.slime.c.desc": "Please clear the slime cache", + "command.slime.r.desc": "Set the display radius of the slime area", + "command.slime.show.desc": "Show Slime chunk", + "command.error.config": "This command is not configured or has been closed", + "command.error.permission": "You do not have permission to execute this command, your permission level: %d Date: Fri, 19 Feb 2021 10:10:47 +0200 Subject: [PATCH 3/5] Added 0x506978656c --- .all-contributorsrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 3b00f1c..d1da96d 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -46,6 +46,14 @@ "code" ] } - ], + ],{ + "login": "0x506978656c", + "name": "! Pixel", + "avatar_url": "https://avatars.githubusercontent.com/u/66031115?s=96&v=4", + "profile": "https://github.com/0x506978656c", + "contributions": [ + "code" + ] + }, "contributorsPerLine": 7 } From 8bea2b52845bbd5df94752b62a73f7ca0ab0eb13 Mon Sep 17 00:00:00 2001 From: 0x506978656c <66031115+0x506978656c@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:14:52 +0200 Subject: [PATCH 4/5] Updated Contributions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbabe04..f23e683 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Trapdoor是一个为 Minecraft Bedrock Edition 服务的,基于原版服务端
OEOTYAN

💻
xiaohengying

💻
Qiuzhizhe

💻 +
! Pixel

💻 From ca892b3936b9fbc5d03d23aa9f5e8a468d61bea2 Mon Sep 17 00:00:00 2001 From: 0x506978656c <66031115+0x506978656c@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:16:40 +0200 Subject: [PATCH 5/5] Updated Contrabutions --- README_en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_en.md b/README_en.md index e2595c6..eb285c2 100644 --- a/README_en.md +++ b/README_en.md @@ -57,6 +57,7 @@ thanks for the follow game players who make suggestions and feedback bugs:
OEOTYAN

💻
xiaohengying

💻
Qiuzhizhe

💻 +
! Pixel

💻