chaseoes / TF2

Team Fortress 2 in Minecraft using the Bukkit server mod.
10 stars 13 forks source link

Tab completion #78

Open chaseoes opened 10 years ago

chaseoes commented 10 years ago

Resources: getCommand("command").setTabCompleter(new TabCompleter()); http://jd.bukkit.org/rb/apidocs/org/bukkit/command/TabCompleter.html https://github.com/rylinaux/PlugMan/blob/master/src/main/java/com/rylinaux/plugman/PlugManTabCompleter.java