OnlyRush
Guest
Member
Im using PlayerCommandPreprocessEvent and getting command name using
Code (Java):
String command = e.getMessage().split(" ")[0].replace("/", "");
But how can i get full command name, if i know only aliase?
Continue reading...
Code (Java):
String command = e.getMessage().split(" ")[0].replace("/", "");
But how can i get full command name, if i know only aliase?
Continue reading...