Fix some velocity related issues
This commit is contained in:
parent
1c831a3bcf
commit
0ccf8d37e6
6 changed files with 14 additions and 12 deletions
|
|
@ -123,14 +123,6 @@ public final class BukkitTest extends JavaPlugin {
|
|||
));
|
||||
})
|
||||
.build())
|
||||
.command(mgr.commandBuilder("test")
|
||||
.literal("one")
|
||||
.handler(c -> c.getSender().sendMessage("One!"))
|
||||
.build())
|
||||
.command(mgr.commandBuilder("test")
|
||||
.literal("two")
|
||||
.handler(c -> c.getSender().sendMessage("Two!"))
|
||||
.build())
|
||||
.command(mgr.commandBuilder("uuidtest")
|
||||
.argument(UUID.class, "uuid", builder -> builder
|
||||
.asRequired()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue