This commit is contained in:
gmcferrin 2012-02-03 13:29:02 -05:00
commit 68da48e19f
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/bin
/.project
/.classpath
/target

View File

@ -11,6 +11,13 @@ Version 1.2.09-dev
- New custom event for developers McMMOItemSpawnEvent
- Changed LoadProperties from the old Configuration to FileConfiguration
- Removed aliasing from config.yml
- Fixed mining procs from Super Break & Silk Touch
- Unused smelt property removed
- Minor optimizations
- Fix for setting properly block damage values
- Initial skill level capping added
- Initial command alias framework added
Version 1.2.08
- Changed Bukkit events to new event system