Changes:
Added {prefix} - This uses LuckPerms Bungee to get prefixes
Added {prefix_color} - This uses LuckPerms Bungee to get the prefix color
Added {suffix} - This uses LuckPerms Bungee to get suffixes
Added bungee-messages.yml & messages.yml - All messages have been moved to these files
messages.yml
Code (YAML):
# SimpleStaffChat by Refrac
# If you need support or have suggestions:
# https://discord.gg/jVnmm7QnQU
#================================================
# Custom Variables
# (PlaceholderAPI is supported)
# {player} - Get the player's name
# {displayname} - Get the player's displayname
# {message} - Get the player's message
#================================================
Messages:
STAFFCHAT-ADDED
:
"&7StaffChat has been &aenabled&7."
STAFFCHAT-REMOVED
:
"&7StaffChat has been &cdisabled&7."
MUTE-ADDED
:
"&7Your StaffChat has been muted."
MUTE-REMOVED
:
"&7Your StaffChat has been unmuted."
MUTE-GLOBAL-ENABLED
:
"&7Global StaffChat has been enabled by &c{player}."
MUTE-GLOBAL-DISABLED
:
"&7Global StaffChat has been disabled by &c{player}."
MUTE-GLOBAL-MUTED
:
"&cGlobal StaffChat is currently muted."
STAFFCHAT-FORMAT
:
"&4&lSC &7(In-Game) &f{player}&7: &f{message}"
JOIN:
ENABLED
: false
# These are the messages and permissions that will be sent/required to see the message
JOIN-MESSAGE
:
"&a+Staff &f{player}"
PERMISSION-JOIN
:
"simplestaffchat.join"
# This is the permission to be able to see when the staff join the server
PERMISSION-JOIN-SEE
:
"simplestaffchat.join.see"
QUIT-MESSAGE
:
"&c-Staff &f{player}"
PERMISSION-QUIT
:
"simplestaffchat.quit"
# This is the permission to be able to see when the staff leave the server
PERMISSION-QUIT-SEE
:
"simplestaffchat.quit.see"
bungee-messages.yml
Code (YAML):
# SimpleStaffChat by Refrac
# If you need support or have suggestions:
# https://discord.gg/jVnmm7QnQU
#================================================
# Custom Variables
# (PlaceholderAPI is not supported)
# {server} - Get the player's server
# {prefix} - Get the player's rank prefix from LuckPerms
# {prefix_color} - Get the player's rank prefix color from LuckPerms
# {player} - Get the player's name
# {displayname} - Get the player's displayname
# {message} - Get the player's message
#================================================
Messages:
STAFFCHAT-ADDED
:
"&7StaffChat has been &aenabled&7."
STAFFCHAT-REMOVED
:
"&7StaffChat has been &cdisabled&7."
MUTE-ADDED
:
"&7StaffChat has been muted."
MUTE-REMOVED
:
"&7StaffChat has been unmuted."
MUTE-GLOBAL-ENABLED
:
"&7Global StaffChat has been enabled by &c{player} &7on &e{server} &7server."
MUTE-GLOBAL-DISABLED
:
"&7Global StaffChat has been disabled by &c{player} &7on &e{server} &7server."
MUTE-GLOBAL-MUTED
:
"&cGlobal StaffChat is currently muted."
STAFFCHAT-FORMAT
:
"&4&lSC &7({server}) &f{player}&7: &f{message}"
JOIN:
ENABLED
: false
# These are the messages and permissions that will be sent/required to see the message
JOIN-MESSAGE
:
"&a+Staff &7({server}) &f{player}"
PERMISSION-JOIN
:
"simplestaffchat.join"
# This is the permission to be able to see when the staff join the server
PERMISSION-JOIN-SEE
:
"simplestaffchat.join.see"
SWITCH-MESSAGE
:
"&b+Staff &7({from} {arrow} {to}) &f{player}"
PERMISSION-SWITCH
:
"simplestaffchat.switch"
# This is the permission to be able to see when the staff switch to another server
PERMISSION-SWITCH-SEE
:
"simplestaffchat.switch.see"
QUIT-MESSAGE
:
"&c-Staff &7({server}) &f{player}"
PERMISSION-QUIT
:
"simplestaffchat.quit"
# This is the permission to be able to see when the staff leave the server
PERMISSION-QUIT-SEE
:
"simplestaffchat.quit.see"
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU