Class CommandBuilder


  • 
    public final class CommandBuilder
    
                        

    If you are using Kotlin, you can use this class to create Brigadier commands Kotlin-style.

    You should probably implement your own command system if you are making your own addon, rather than using anything from Pylon Core. We recommend checking out Aikar's commands, as it makes adding commands very easy and simple.

    (Blame Kotlin for not allowing us to hide this class in any way from Java).