forked from chipmunkmc/chipmunkbot
chip mc moment 2
This commit is contained in:
parent
4260e3853f
commit
3f7ee544e2
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ public class EchoCommand extends Command {
|
|||
this.node(
|
||||
literal("echo")
|
||||
.then(
|
||||
argument("command", greedyString())
|
||||
.executes(this::run)
|
||||
argument("text", greedyString())
|
||||
.executes(this::echo)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue