Changed versioning scheme of plugin into something more sensible
ie, 0.2.0 -> 2.0
Add the possibility of applying damage to items when they are given
Turn off awarding of players the anniversary present on their first join.
Can be re-enabled through a config file option.
Add parsing of item and enchanment ids using strings from the Material
and enchantment classes
Moved definition of events into a seperate file: events.yml. The plugin
with automatically migrate existing events from the config.yml to the
new file. However comments may get lost in the operation.
Added /events reload administrative command to reread events from the config
file.
Added /events give adminstrative command to give a player the items for
a configured event.
Added /events reset admin command to reset the gift status of a player
Added /events info command to give more information on an event including
what gifts are given.
Removed usage of PatPeter/SQLibrary due to redistribution restrictions,
using JDBC directly now.