Spigot Plugin Tutorial | Brigadier Commands

preview_player
Показать описание
This tutorial goes over how to use Mojang's Brigadier command system through Lucko's Commodore library!

Only works on 1.13+ since that is when Mojang implemented the Brigadier system!

Have questions? Feel free to join my Discord!

Lucko's Commodore:
Рекомендации по теме
Комментарии
Автор

Great video! Three things to note though for future reference:

1. Use TabExecutor instead of CommandExecutor and TabCompleter because TabExecutor implements both methods you just save time.
2. This is a video on commodore not brigadier.
3. For the plugins that you show at 38:15 like viaversion, they don't implement brigadier into their plugins they just make commands the normal way and minecraft sees the command arguments as "simple arguments" not required arguments and that is why they are blue(Trust me, I have done plugin development for a while now).

starbro