You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case13:
if (!player.hasPermission("buildsystem.settings.disableinteract")) {
player.sendMessage(ChatColor.RED + "You do not have permission to toggle this setting.");
return;
}
settings.setDisableInteract(!settings.isDisableInteract());
break;
What problem does this feature solve?
Allows admins to block certain settings from being toggled
The text was updated successfully, but these errors were encountered: