Recent content by StudentALleg

  1. S

    Question Correct Way To Do Async Brigadier

    Hello, I am working on porting our Command system over to Brigadier, and have run into a snag. You cannot throw `CommandSyntaxException`s from a CompletableFuture or Consumer. My understanding is that `CommandSyntaxException`s are how you communicate that a command has an improper input. I...