Creating Commands
Here you can view details on how to create sub commands using the Commands API.
Last updated
Here you can view details on how to create sub commands using the Commands API.
Last updated
In Player Auctions you can create a sub command that will allow you to create sub commands.
You can register the commands using the to register your command.
Here is an example to register your command, instance is your expansions' instance.
Here is an example of a sub command class, this will let you be able to create sub commands.
The executor type is the type of executor that can execute the command, you can set it to PLAYER_ONLY, CONSOLE_ONLY, or null for both.
The onTabComplete method is a optional the method that will show a list of strings that will be shown to the player.