Staff++
latest
Search…
⌃K

Staff Chat

Configuration

# Requires "permissions.staff-chat" permission.
staff-chat-module:
# Whether or not the plugin will use "/sc" features.
enabled: true
# Whether or not the plugin synchronises staff chat across the bungee network
bungee: true
channels:
- name: staffchat
# What command will be used to send message to this channel
command: sc
permission: staff.staffchat
prefix: '&dStaffChat &8»'
message-format: '&b%player% &8» &7%message%'
# The string that can be used at the beginning of a message to make it appear in staff chat.
# If you have "@" as your string, typing "@hey guys" would send "hey guys" to staff chat.
# Leave blank to disable.
handle: '@'
sound: ENTITY_EXPERIENCE_ORB_PICKUP
- name: adminchat
command: ac
permission: staff.staffchat
prefix: '&dAdminChat &8»'
message-format: '&b%player% &8» &7%message%'
handle: $

Channels

You can now define multiple staff chat channels. Each channel can have it's own command configured. You can define what permission is needed to get access to this channel.

mute

When configuring a staff channel a second command is also added to mute this channel. If you configure for example command sc for a channel, a second command sc-mute is also added. To get access to the mute command you need the configured permission for the channel + .mute So in the above case that would be staff.staffchat.mute

sound

When configuring a staff channel another command is also added to enable/disable notification sounds for this channel. If you configure for example command sc for a channel, another command sc-sound is also added. To get access to the sound command you need the configured permission for the channel + .sound So in the above case that would be staff.staffchat.sound

Discord Integration

Staff chat can be synchronized with a discord channel by using the discord integration plugin. It allows you to chat between your staff chat and a configured Discord channel.