Nowaha / Shop-by-Conjurate

1.14 update for the Shop plugin by Conjurate. Original: https://www.spigotmc.org/resources/shop.8185/
0 stars 11 forks source link

Added TabComplete #2 #23

Closed ShinySilver closed 4 years ago

ShinySilver commented 4 years ago

Here it is! I added basic autocompletion to the commands of this plugin. It should scale easily bc I used "Manager.getAvailableCommands(player, subCommand) that you created. Enjoy! EDIT: built and tested using Spigot for 1.15.2 but it should work on all the previous versions since the TabCompletion feature is kinda old.

Nowaha commented 4 years ago

Thanks for your efforts!