Tab-Completion for commands
Androkai opened this issue ยท 1 comments
Like the headline says, completing commands by pressing tab.
Using:
@Override
public List<String> onTabComplete(CommandSender sender, Command cmd, String alias, String[] args) {
//todo: checking args length and permissions to return the correct possible commands
}