|
141 | 141 | "deop": [ |
142 | 142 | "/deop <targets>" |
143 | 143 | ], |
| 144 | + "dialog": [ |
| 145 | + "/dialog show <targets> <dialog>", |
| 146 | + "/dialog clear <targets>" |
| 147 | + ], |
144 | 148 | "difficulty": [ |
145 | 149 | "/difficulty", |
146 | 150 | "/difficulty easy", |
|
231 | 235 | "/experience set <targets> <amount> levels", |
232 | 236 | "/experience set <targets> <amount> points" |
233 | 237 | ], |
| 238 | + "fetchprofile": [ |
| 239 | + "/fetchprofile name <name>", |
| 240 | + "/fetchprofile id <id>" |
| 241 | + ], |
234 | 242 | "fill": [ |
235 | 243 | "/fill <from> <to> <block>", |
236 | 244 | "/fill <from> <to> <block> destroy", |
|
539 | 547 | "tellraw": [ |
540 | 548 | "/tellraw <targets> <message>" |
541 | 549 | ], |
| 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 | + ], |
542 | 565 | "tick": [ |
543 | 566 | "/tick query", |
544 | 567 | "/tick rate <rate>", |
|
580 | 603 | "/title <targets> times <fadeIn> <stay> <fadeOut>", |
581 | 604 | "/title <targets> title <title>" |
582 | 605 | ], |
| 606 | + "transfer": [ |
| 607 | + "/transferserver <host> <port> <player>" |
| 608 | + ], |
583 | 609 | "transferserver": [ |
584 | 610 | "# This command is Bedrock Edition only", |
585 | 611 | "/transferserver <server: string> <port: int>" |
|
589 | 615 | "/trigger <objective> add <value>", |
590 | 616 | "/trigger <objective> set <value>" |
591 | 617 | ], |
| 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 | + ], |
592 | 629 | "weather": [ |
593 | 630 | "/weather clear", |
594 | 631 | "/weather clear <duration>", |
|
0 commit comments