14.02.2016, 20:20
(
Последний раз редактировалось mk124; 15.02.2016 в 12:48.
)
@dusk: That's strange because I copied your code and just changed the event handler and it was working fine. I will have to test it again tomorrow because it is too late now
//Edit: I tested it today and it is working fine for me! This is my code:
//Edit: I tested it today and it is working fine for me! This is my code:
PHP код:
commandManager.registerCommand("takelesson", new Class[0], new String[0], (player, queue) -> {
player.sendMessage(Color.GREEN, "* OK!!!");
return true;
}, null, null);