#Tabcompleters for generic Command

1 messages · Page 1 of 1 (latest)

spare ledge
#

#help-development message
I understand, they are doing the same, yet in very different ways.
So what I was able to gather now and implement is the registration of the commands in the commandmap, that works fine, the commands are in the map, but when I try to use
Bukkit.getServer().getPluginCommand() then it fails, it's the same name, but it just returns null ?

#

Thing is it seems I cant find a way to check what is in the PluginCommand list, to view what the names/errors might be