Devon Palma

Results 1 issues of Devon Palma

So I'm attempting to add suggestions to the commands like so ``` public class Commands { public static void register(PluginCommand command, Commodore commodore) { LiteralArgumentBuilder commandBuild = LiteralArgumentBuilder.literal("foo") .then( RequiredArgumentBuilder.argument("bar",...