This plugin lets you switch between two modes, Survival and AdminMode. You can assign special permissions to each mode. This is great for admins who want to fix up griefing and easily switch to survival mode to stop admin privellages interfereing with their survival gameplay.
Features
* Toggleable modes (Leaving the game dosen't reset your mode)
* Broadcast message when changing modes (e.g. Technoash is now in AdminMode)
* Simple and flexible setup
Setup
To get AdminMode up and running, make two groups with your permissions system. You can name them whatever you want. For the eamples, i am using adminmode and admin. After that you will need to put the following nodes into the appropriate groups:
AdminMode
adminmode.adminmode: true
adminmode.default: false
Admin
adminmode.adminmode: false
adminmode.default: true
Example Permissions
groups:
default:
permissions:
permissions.build: true
police:
permissions:
inheritance:
- default
admins:
permissions:
adminmode.adminmode: false
adminmode.default: true
inheritance:
- police
adminmode:
permissions:
adminmode.adminmode: true
adminmode.default: false
inheritance:
- admins