SaberLLC / Saber-Factions

The Ultimate Factions Plugin
GNU General Public License v3.0
124 stars 101 forks source link

Rework brigadier manager to support all commands and subcommands with tab-completion #283

Open r59q opened 3 months ago

r59q commented 3 months ago

Reworks the brigadier manager allowing for sub commands to be tab-completed. demo

Before commands such as /f money [action] would create a warning telling the user there was an error in the command.

As before the special cases of CmdAnnounce and CmdChat will have their own BrigadierProviders, allowing for defining the command tree at the FCommand level.

The BrigadierManager rework achieves this by building a deeper command tree recursively.