
Staff Sentinel
The Staff Sentinel modification creates a convenient communication system between Minecraft and Discord, allowing administrators and moderators to communicate through special chats both in the game and on the popular messaging platform.
Main Features
The mod provides two separate communication channels for staff:
- Administrative chat - for server senior management
- Moderator chat - for the team of assistants
Each of these chats synchronizes with the corresponding channel in Discord, ensuring continuous communication between the game and the external platform.
Commands and Usage
/staffchat
Purpose: Switching to moderator chat mode for the player or console. Messages are sent to the staff chat and the corresponding Discord channel.
Usage options:
/staff
or/stc
- activates/deactivates moderator chat mode/staff [message]
or/stc [message]
- sends a message to the moderator chat
/adminchat
Purpose: Switching to administrative chat mode for the player or console. Messages are sent to the administrative chat and the linked Discord channel.
Usage options:
/admin
or/ac
- activates/deactivates administrative chat mode/admin [message]
or/ac [message]
- sends a message to the administrative chat
/staffchatreload
Purpose: Reloading staff chat configuration settings.
Usage: /staffchatreload
Configuration Settings
{
"settingConfig": {
"admin_chat_message": "<red>Switched to administrative chat.</red>",
"staff_chat_message": "<green>Switched to moderator chat.</green>",
"global_chat_message": "<blue>Returned to global chat.</blue>",
"admin_chat_color": "<red>",
"staff_chat_color": "<#589bff>",
"admin_channel_tag": "<white>[<red>AC</red><white>]</white> ",
"staff_channel_tag": "<white>[<red>SC</red><white>]</white> ",
"discord_bot_token": "[BOT TOKEN]",
"ADMIN_DISCORD_CHANNEL_ID": "[CHANNEL ID]",
"STAFF_DISCORD_CHANNEL_ID": "[CHANNEL ID]",
"DC_admin_channel_tag": "<white>[<red>DC AC</red><white>]</white> ",
"DC_staff_channel_tag": "<white>[<red>DC SC</red><white>]</white> ",
"discord_enable": false,
"DEBUG": false
}
}
The configuration allows you to customize message colors, channel tags, and Discord integration parameters for optimal system performance.