- Compatible API Versions
 - 1.0.0
 
	
	V1.0.1
Command - /StaffList
Command - /SC
- AntiSpam - 1 Message per every 2 seconds
 - Lists all staff (prevents staff impersonation)
 - Announce Staff join/quit
 - Staff Chat
 
permissions:staff.welcome:
description: "Announce staff logins"
default: op
staff.quit:
description: "Announce staff logouts"
default: op
staff.log:
description: "Logs Staff"
default: op
staffchat.use:
description: "allows /sc cmd"
default: op
StaffChat (/sc) requires staffchat.use, you also need the permission staff.log. Once you have that permission, upon logging in you will be added to the stafflist. (If you're not seeing staff messages, just relog)
Config
		YAML:
	
	Version: 1
Settings:
  StaffWelcomeMsg: true
  StaffQuitMsg: true
StaffList:
  chatmod:
    prefix: '&8[&aChat Mod&8]'
    users:
    - CreeperFace
  mods:
    prefix: '&8[&aMod&8]'
    users:
    - SupremeMortal
Language:
  StaffWelcome: "[Staff] {player} has joined"
  StaffLeave: "[Staff] {player} has left"