COMMANDS
All commands are executed in-game. Some commands require permissions.
Staff Chat Commands:
- /staffchat <message> | Sends a message to staff chat.
- /sctoggle | Toggles staff chat mode on/off.
- /staffchatreload | Reloads the plugin configuration.
- /stafflog | View staff chat logs.
- /staffgui | Opens the staff chat GUI.
- /staffspy | Spy on staff messages across servers.
Command Notes:
- Commands like /staffgui and /staffspy can show information for other players if proper permissions are granted.
- /staffchatreload will reload the config.yml without restarting the server.
- Cross-server messages require Velocity support to be enabled in the config.
Aliases / Shortcuts:
- /sct → /staffchat
- /scspy → /staffspy
- /scgui → /staffgui
PERMISSIONS
Players must have the appropriate permission to use commands:
- staffchat.use – Allows sending messages in staff chat.
- staffchat.toggle – Allows toggling staff chat mode.
- staffchat.reload – Allows reloading the plugin configuration.
- staffchat.log – Allows viewing the staff chat log.
- staffchat.gui – Allows opening the staff chat GUI.
- staffchat.spy – Allows spying on other staff messages.
You can assign these permissions using a plugin like
LuckPerms.
CONFIGURATION
config.yml options:
- velocity-support: true – Enables cross-server messaging if using Velocity.
- staff-prefix: "[StaffChat]" – Prefix shown in staff chat messages.
- message-format: "&7[&cStaff&7] &a{player}&7: &f{message}" – Format of staff chat messages (supports color codes).
VELOCITY BRIDGE (Cross-Server Support)
- Enable velocity-support: true in config.yml.
- Ensure the Velocity proxy plugin is running.
- Staff messages are automatically sent across all connected servers.
Uses plugin messaging channels for cross-server communication.
TROUBLESHOOTING
- Colors not appearing in console: Colors only appear in-game, not in console.
- Messages not sending across servers: Ensure Velocity is enabled and plugin is loaded on all servers.
- Commands not working: Check permissions and confirm the plugin is enabled without errors.
CHANGELOG
v1.0.0 – Initial Release
- Fully functional staff chat.
- Cross-server messaging support.
- Staff GUI.
- Staff spying.