Fix some velocity related issues

This commit is contained in:
Alexander Söderberg 2020-09-20 17:09:48 +02:00
parent 1c831a3bcf
commit 0ccf8d37e6
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
6 changed files with 14 additions and 12 deletions

View file

@ -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()