03.04.2016, 17:10
Thanks for the support!
I will be testing
EDIT: I updated to 1.3 and I get an error here:
I will be testing
EDIT: I updated to 1.3 and I get an error here:
Код:
specialCommands.setUsageMessageSupplier((player, command, prefix, params, help) -> { String message = prefix + command; for (String param : params) {//foreach not applicable to type 'lambda parameter' message += " <" + param + ">"; } return "» Use: "+message; });