v3.6.2
Details
-
FilenameEntityManager.jar
-
Uploaded by
-
UploadedJun 1, 2012
-
Size51.84 KB
-
Downloads490
-
MD52a37522a4cffb1774cc5d0a79ce1df86
Supported Bukkit Versions
- CB 1.2.5-R3.0
Changelog
EM v3.6.2 Patch build
Changelog compared to last release (3.6.1)
- Major internal changes for organization
- Fixed a bug in no crop damage.
- Added a message that only displays if your in Offline-mode
- Made several optimizations including the player interact events since they are called the most in EntityManager.
- Other minor changes and fixes
- Updating to latest version is always recommended, you will always find performance tunings and bug fixes. Instead of making spaced out released with large changes i like to update the plugin a lot.
- When i mention optimization, performance, or tunings... I mean I'm making the code more efficient which saves resources and deals better response time, but this is a matter of nanoseconds and a very little impact, either way its better to have a ever increasingly better tuned plugin then a poorly coded mess which has lots of errors and causes a lot of lag. EntityManager doesn't create anything new into bukkit but instead works with whats there and allows you to choose what you want. Aside from the EnderCrystal feature.
1. When blocking enchanting, if a user tries to enchant the event is called multiple times, causing 2-4 messages to be spammed.