#Title
SimpleWarnings - Odium

# Config
Broadcast       -  Whether or not to broadcast when a warning is issued
BroadcastOnJoin -  Whether or not to broadcast how many warnings a user has upon joining
AutoBan         -  Whether or not to ban user upon exceeding the warning limit
WarningLimit    -  Define the number of warnings at which a user is auto-banned

# Permissions:
sw.warn 	- issue a warning
sw.check 	- Checking others warnings
sw.delete 	- Delete a users warning
sw.reload 	- Reload the config

# Commands
/sw									- Commands menu 
/warn (playername) (warning) 		- Issue a warning 
/warnings (playername) 				- Check a users warnings 
/dwarn (playername) (warningnumber)	- Delete a warning 

# Changelog
0.4
- Updated the way a player's name is retrieved / handled
- Added dates and times to warnings
- Cleaned up formatting 
0.3
- Bugfix: Users warning record not cleared when final warnings removed.
0.2
- Bugfix: Fixed permissions so all users can check their own warnings
- Added /sw commands menu
0.1
- set, check, and delete warnings
- broadcast warnings on issue and on join.
- autoban