
The only staff plugin you'll (hopefully) ever need!
A comprehensive, modern, and highly configurable staff utilities plugin for Minecraft servers.
StaffUtilsPlus.jar file into your server's plugins folder.plugins/StaffUtilsPlus/ as needed.Example config.yml snippet:
# Debug mode - enables additional logging
debug-mode: false
# Database Configuration
database:
# Whether to use a database (false = local storage only)
enabled: false
# Database type: mysql, sqlite
type: "mysql"
# MySQL Configuration (ignored for SQLite)
host: "localhost"
port: 3306
name: "staffutils"
user: "root"
pass: "password"
vanish-fake-messages: true # When a player goes into vanish, broadcasts a fake join/leave message.
| Command | Description | Aliases | Permission |
|---|---|---|---|
/ban <player> [reason] [duration] |
Ban a player | /tempban |
staffutils.ban |
/unban <player> |
Unban a player | staffutils.unban |
|
/kick <player> [reason] |
Kick a Player | staffutils.kick |
|
/mute <player> [reason] [duration] |
Mute a player | /tempmute |
staffutils.mute |
/unmute <player> |
Unmute a player | staffutils.unmute |
|
/ipban <player> [reason] [duration] |
IP ban a player | /tempipban |
staffutils.ipban |
/commandSpy |
Spys on a player's commands | staffutils.commandspy |
|
/whois |
Shows info on a player | staffutils.whois.* |
|
/unbanip <ip-address> |
Unban an IP address | staffutils.unbanip |
|
/vanish |
Makes the sender invisible to other players. | staffutils.vanish |
|
/notes <player> [add/remove] [content/id] |
Manage player notes | staffutils.notes |
|
/warnings <player> [add/remove] [reason/severity/id] |
Manage player warnings | staffutils.warnings |
|
/help [page] |
Show help information | /h, /? |
staffutils.help |
/staffutilsplus |
Plugin base command | none |
Note: The advanced staff menu GUI is in development and will be enabled in a future update.
staffutils.* — All plugin permissions (default: OP)staffutils.ban — Ban playersstaffutils.unban — Unban playersstaffutils.mute — Mute playersstaffutils.unmute — Unmute playersstaffutils.ipban — IP ban playersstaffutils.unbanip — Unban IP addressesstaffutils.vanish — Allows players to enter vanish.staffutils.notes — Manage player notesstaffutils.warnings — Manage player warningsstaffutils.menu — Access staff menu (future)staffutils.reload — Reload pluginstaffutils.whois.* — Shows player infostaffutils.debug — Debug commandsstaffutils.notify.* — Receive notifications for bans, mutes, IP bansThis project is licensed under the MIT License. See the LICENSE file for details.