22.03.2016, 20:48
Your BeforeCheck has to conform to a specific signature that is currently not matching with your method's signature. Take a look at the example: https://github.com/Shoebill/example-...tCommands.java
Your method should look like this:
Your method should look like this:
PHP код:
@BeforeCheck
public boolean checkPermission(Player p, String cmd, String params)
{
//Return true or false
}