importme.CreeBrine007.BlockCMD.API;importme.CreeBrine007.BlockCMD.API.blockType;publicclassMyPluginextendsJavaPlugin{APIblockCmdApi=newAPI();@SuppressWarnings("static-access")// "permission" "players"blockCmdApi.blockCommand("/stop",blockType.TODOS,null,null);//The last 2 options only be needed in blockTypes: WHITELIST and BLACKLIST blockCmdApi.unblockCommand("/help");//Unblock a command}
Comments
To post a comment, please login or register a new account.
Comments