Skip to content

Commit 3dcb32c

Browse files
authored
Merge pull request #554 from Nethonos/patch-3
Update commands.json
2 parents 0fa7d3c + 56ffaec commit 3dcb32c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

cmds/minecraft/commands.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
"deop": [
142142
"/deop <targets>"
143143
],
144+
"dialog": [
145+
"/dialog show <targets> <dialog>",
146+
"/dialog clear <targets>"
147+
],
144148
"difficulty": [
145149
"/difficulty",
146150
"/difficulty easy",
@@ -231,6 +235,10 @@
231235
"/experience set <targets> <amount> levels",
232236
"/experience set <targets> <amount> points"
233237
],
238+
"fetchprofile": [
239+
"/fetchprofile name <name>",
240+
"/fetchprofile id <id>"
241+
],
234242
"fill": [
235243
"/fill <from> <to> <block>",
236244
"/fill <from> <to> <block> destroy",
@@ -539,6 +547,21 @@
539547
"tellraw": [
540548
"/tellraw <targets> <message>"
541549
],
550+
"test": [
551+
"/test (clearall [<radius>]|clearthat|clearthese)",
552+
"/test create <id> [<width>] [<height> <depth>]",
553+
"/test locate <tests>",
554+
"/test pos [<var>]",
555+
"/test (resetclosest|resetthat|resetthese)",
556+
"/test run <tests> [<numberOfTimes>] [<untilFailed>] [<rotationSteps>] [<testsPerRow>]",
557+
"/test (runclosest|runthat|runthese) [<numberOfTimes>] [<untilFailed>]",
558+
"/test runmultiple <tests> [<amount>]",
559+
"/test runfailed [<numberOfTimes>] [<untilFailed>] [<rotationSteps>] [<testsPerRow>]",
560+
"/test runfailed [<onlyRequiredTests>] [<numberOfTimes>]",
561+
"/test stop",
562+
"/test verify <tests>",
563+
"/test (export <test>|exportclosest|exportthat|exportthese)"
564+
],
542565
"tick": [
543566
"/tick query",
544567
"/tick rate <rate>",
@@ -580,6 +603,9 @@
580603
"/title <targets> times <fadeIn> <stay> <fadeOut>",
581604
"/title <targets> title <title>"
582605
],
606+
"transfer": [
607+
"/transferserver <host> <port> <player>"
608+
],
583609
"transferserver": [
584610
"# This command is Bedrock Edition only",
585611
"/transferserver <server: string> <port: int>"
@@ -589,6 +615,17 @@
589615
"/trigger <objective> add <value>",
590616
"/trigger <objective> set <value>"
591617
],
618+
"version": [
619+
"/version"
620+
],
621+
"waypoint": [
622+
"/waypoint list",
623+
"/waypoint modify <waypoint> color <color>",
624+
"/waypoint modify <waypoint> color hex <hex_color>",
625+
"/waypoint modify <waypoint> color reset",
626+
"/waypoint modify <waypoint> style set <style>",
627+
"/waypoint modify <waypoint> style reset"
628+
],
592629
"weather": [
593630
"/weather clear",
594631
"/weather clear <duration>",

0 commit comments

Comments
 (0)