
SimpleStaffChat2 | 1.7 - 1.19 2.7
A lightweight staffchat plugin for BungeeCord and Spigot.
Page 1 2
1.7
Aug 13, 2021
SimpleStaffChat 1.7 - Fixes
Fixed Staff Join, Switch & Quit messages
Decreased the jar size from 2mb to ~100kb
A lot of internal code changes have occurred with this version this has been tested.
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
Decreased the jar size from 2mb to ~100kb
A lot of internal code changes have occurred with this version this has been tested.
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
1.6.6.1
Aug 12, 2021
SimpleStaffChat 1.6.6.1 - Hotfix
Fixed DiscordSRV problems due to using same api
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
1.6.6
Aug 7, 2021
SimpleStaffChat 1.6.6
Decreased the jar size from 8mb to 2mb
(The way i did this is by removing built-in support for the discord bot i now have it automatically download the jar file if the discord bot is enabled)
Changed {prefix_color} let me know of any further issues with this
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
(The way i did this is by removing built-in support for the discord bot i now have it automatically download the jar file if the discord bot is enabled)
Changed {prefix_color} let me know of any further issues with this
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
1.6.5.2
Jul 29, 2021
SimpleStaffChat 1.6.5.2 - Hotfix
Fixed LuckPerms bungee hook causing errors in console
If you have suggestions or need support with this version join my discord:
https://discord.gg/jVnmm7QnQU
If you have suggestions or need support with this version join my discord:
https://discord.gg/jVnmm7QnQU
1.6.5
Jul 29, 2021
SimpleStaffChat 1.6.5 - Hotfix
Fixed /screload - Causing errors to be sent if you don't have permission to use the command
Added Minecraft 1.17 support
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
Added Minecraft 1.17 support
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
1.6.5
Jul 23, 2021
SimpleStaffChat 1.6.5
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
bungee-messages.yml
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
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
# SimpleStaffChat by Refrac
# If you need support or have suggestions:
# [url]https://discord.gg/jVnmm7QnQU[/url]
#================================================
# 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
# SimpleStaffChat by Refrac
# If you need support or have suggestions:
# [url]https://discord.gg/jVnmm7QnQU[/url]
#================================================
# 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
1.6.5-beta.3
Jul 19, 2021
Beta
SimpleStaffChat 1.6.5 Beta 3
NOTE: I do not recommend using this for live production servers as this could be very buggy right now.
Changes:
Fixed StaffChat Symbol prefixes | Thanks MegaLeg for reporting it
If you encounter any problems let me know in #beta-chat
If you have suggestions use #beta-suggestions or #suggestions
Changes:
Fixed StaffChat Symbol prefixes | Thanks MegaLeg for reporting it
If you encounter any problems let me know in #beta-chat
If you have suggestions use #beta-suggestions or #suggestions
1.6.5-beta.2
Jul 17, 2021
Beta
SimpleStaffChat 1.6.5 Beta 2
Added {suffix} - This uses LuckPerms Bungee to get suffixes
Added bungee-messages.yml and messages.yml | Thanks for suggesting this MegaLeg
If you encounter any problems let me know in #beta-chat
If you have suggestions use #beta-suggestions or #suggestions
Report problems on discord only.
Added bungee-messages.yml and messages.yml | Thanks for suggesting this MegaLeg
If you encounter any problems let me know in #beta-chat
If you have suggestions use #beta-suggestions or #suggestions
Report problems on discord only.
1.6.4.1
Jul 2, 2021
Page 1 2