import statement in java not working code example
Example: java commands in different packages not working
// make sure you have this in onEnable()
this.getCommand("COMMANDHERE").setExecutor(new classname());
// make sure you have this done
// make sure you have this in onEnable()
this.getCommand("COMMANDHERE").setExecutor(new classname());
// make sure you have this done