2.7 - Fixes
        This update is mainly for BungeeCord/Velocity servers.
If you wish to use this plugin on Velocity you can via using the Snap plugin
Make sure you download the correct version here
Changes 
- Add %luckperms_prefix% and %luckperms_suffix%
 
- Fixed Hex codes not working in certain messages
 
- Add a new config option "luckperms"
If you have LuckPerms installed on the Proxy enable this for the placeholders. 
 
         
        
        
        2.6 - Commands & Config Update
        Changes
- The config now updates automatically after each restart
 
- A new format for HEX codes
&#hexcode

 
- Changed to a new Command handler
 
- Reduced jar size from 400KB to 100KB
 
Need help? Have suggestions? Join the discord!
https://discord.gg/EFeSKPg739
 
         
        
        
        2.5 - Added Admin & Dev Chats
        Changes
- Added Admin & Dev Chats
 
- New command
Nothing much has changed just makes commands easier to make 
Config Changes
Reset your config files
 
 
         
        
        
        
        2.4 - Code Improvements & Fixes
        
         
        
        
        2.3 - RGB Support and new custom output option
        Added RGB support (1.16+) - Spigot only currently will look into supporting bungeecord in future versions. See usage here.
Added "toggle" as a output option for /staffchat and it's aliases
This will allow you to toggle into staffchat without needing to type /staffchattoggle.
The discord has been recreated:
https://discord.gg/EFeSKPg739
 
         
        
        
        
        2.2 - More Customization and Fixes
        Fixed getting stuck in toggle staffchat if you lost your staffchat permissions
(The player was not able to to talk or switch to public chat, this now checks their permissions and removes them) - Both spigot and bungee
Fixed no-permission messages not showing on spigot
Made it possible to change the output of /staffchat
Config Changes:
messages:
   # If this is set to "custom" you can change the /sc output message to anything
  staffchat-output: "default"
  # staffchat-output must be set to "custom" in order for this to work
  staffchat-message:
    - ""
    - "&c&lSimpleStaffChat2 %arrow2% Help"
    - ""
    - "&c/staffchat <message> - Send staffchat messages."
    - "&c/staffchattoggle - Send staffchat messages without needing to type a command."
    - "&c/staffchatreload - Reload the config file."
    - ""
 
         
        
        
        SimpleStaffChat 2.0.8 - Community Changes
        Changes:
- Add Console support for sending and receiving messages - MegaLeg
Thanks for making this update MegaLeg!
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
 
         
        
        
        
        SimpleStaffChat2 2.0.7 - Small bug fix
        Changes:
- Fix a small bug with spigot's custom command aliases
 
         
        
        
        Custom Command Aliases
        Changes:
- Add custom command aliases. (Spigot only)
Config Changes:
# You will need to reload the config for these changes /staffchatreload
commands:
  staffchat:
    enabled: true
    # Command without /
    alias:
      - "sc"
  toggle:
    enabled: true
    # Command without /
    alias:
      - "sctoggle"
      - "sct"
  reload:
    enabled: true
    # Command without /
    alias:
      - "screload"
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
 
         
        
        
        
        SimpleStaffChat2 2.0.4 - Fixes
        Changes:
- Fixed StaffChat Symbol, Toggle, and the main command not working properly when there was more than 2 people online.
- Added /sct as an alias to /sctoggle on spigot.
Josh12rice Thank you for helping test this update!
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
         
        
        
        Custom Commands - BungeeCord only
        Changes:
- Add custom commands and aliases.
Config Changes:
# These changes will require a restart of your BungeeCord/Proxy server
commands:
  staffchat:
    enabled: true
    # Command without /
    command: "staffchat"
    alias: "sc"
  toggle:
    enabled: true
    # Command without /
    command: "staffchattoggle"
    alias: "sctoggle"
  reload:
    enabled: true
    # Command without /
    command: "staffchatreload"
    alias: "screload"
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
 
         
        
        
        SimpleStaffChat2 2.0.2 - Fixes
        Changes:
- Fix staff join and quit messages not sending when enabled.
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU 
         
        
        
        SimpleStaffChat2 2.0.1 - Fixes
        Changes:
- Fixed a bug in the spigot version where you could see a developer debug message
- Fixed %prefix% not showing for /screload
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
         
        
        
        SimpleStaffChat2 2.0.0 - Full Recode
        Changes:
- Full Recode meaning all of your current config files have been changed and other settings.
- A lot of fixes and optimizations have been made.
- Discord support has been removed.
- LuckPerms support on bungee has been removed.
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
         
        
        
        SimpleStaffChat 1.7.2 - Fixes
        Fixed some permissions not working correctly
Fixed weird discord -> in-game bug
If you have suggestions or need support with this version go to my discord:
https://discord.gg/jVnmm7QnQU
         
        
        
        SimpleStaffChat 1.7.1 - Fixes
        Fixed Toggle StaffChat permissions allowing players to see staffchat without the correct permissions
Added 2 options for API's for the Discord Bot this way if the Discord Bot is not working for you, you can switch api's and that should fix it
Config Changes
 Discord:
  # These options are for the Java Discord API
  # When either of these are used it will automatically download
  # the JDA jar file it should be named "JDA-SimpleStaffChat.jar"
  # ONLY CHANGE API'S IF ASKED BY A DEVELOPER
  API1: true
  API2: false