Introduction To Brigadier Commands
Paper's command system is built on top of Minecraft's Brigadier command system. This system provides a powerful and flexible way to define commands and arguments. It offers many advantages above the previously widely used Bukkit command system:
- Less parsing or error checking required by the developer for arguments.
- Better user experience with client error checking.
If you wanna learn more about specific parts of the Brigadier command system, check out these pages:
- Taking A Look At The Command Tree
- Common Issues
- Native Arguments
- Registry Arguments
- Custom Arguments