new Permission("bPermissions.build", PermissionDefault.OP));
}
public void setupCommands() {
this.globalExec = new GlobalCommands(this);
this.localExec = new LocalCommands(this);
this.worldExec = new WorldCommands(this);
this.permissionsExec = new PermissionsExec(this);
}