java commands in different packages not working

Solutions on MaxInterview for java commands in different packages not working by the best coders in the world

showing results for - "java commands in different packages not working"
Davide
20 Jan 2018
1// make sure you have this in onEnable()
2  this.getCommand("COMMANDHERE").setExecutor(new classname());
3// make sure you have this done