Staff Mode
Staff Mode is a Minecraft plugin that allows players to toggle staff permission groups on and off. The plugin also supports logging to a MySQL database.
Please see below for installation instructions and required dependencies.
Dependecies
Staff Mode requires several dependencies to function correctly including Vault, a supported permissions plugin, and a supported economy plugin. Any plugins that are supported by Vault will work, but we have supplied some recommendations below.
Installation
- Download the latest version of the plugin .jar file from the GitHub artifacts or our Spigot resource page (link coming soon).
- Copy the .jar file into your server's plugins folder.
- Restart or reload your server for changes to take effect.
- Modify the config file located in plugins/StaffMode/config.yml to your liking.
Command Usage and Permissions
The primary plugin command is /staffmode. Ther are 3 sub-commands that include:
- /staffmode help - Displays the command usage.
- /staffmode enable <role> - Enable the specified staff role/group.
- /staffmode disbale <role> - Disables the specified staff role group.
The plugin supports the following permission nodes:
- staffmode.* - Allows access to all roles/groups.
- staffmode.<role> - Allows access to a specific group (i.e. 'staffmode.admin) [Please note that the group must exist in your permissions plugin for this to work].