#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
DefineFinalBanMsg  - Whether or not to define the final ban message or leave it as the final warnings
BanMsg         - Define your own ban message here
KickOnWarning  - Whether or not to kick a player when they receive a warning

# Permissions:
sw.warn 	    - issue a warning
sw.check	    - Checking own warnings
sw.check.other	- Checking others warnings
sw.delete 	    - Delete a users warning
sw.reload 	    - Reload the config
sw.fix			- Fix an outdaed warning

# Commands
/sw	or /warn						    - Commands menu 
/warn (playername) (warning) 		    - Issue a warning 
/warnings (playername) 				    - Check a user's warnings 
/dwarn (playername) (warningnumber)	    - Delete a warning 
/cwarns (playername) (warningnumber)	- Clear a user's warnings
/fixwarn (playername)				    - fix an outdaed warning

# Changelog
0.4.4
- Added numbers to warnings
- Added menu alias (/warn)
0.4.3
- Bugfix: minor fixes to permissions 
- Update: fixwarn command for updating warnings set before v0.4
0.4.2
- Added option for kick on warning
- Added new/changed permissions
- Added option for Personalising final ban message.
- Added command for clearing all of a user's warnings /cwarn 
0.4.1
- Bugfix: Some users couldn't see their own warnings
- Update: Dates and Formatting
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