- Somehow EntitySpawnEvent doesn't exist in some of the different versions of Bukkit API. I decided to just delete this abbreviation. I contacted md_5 about it, but he seems to be not counting on it.
- Fixed where bungee ChatColor was used instead of Bukkit's ChatColor
1.2.3
- Found another bungee ChatColor class. Changed to Bukkit one
- Removed onEntitySpawn abbreviation. This is because EntitySpawnEvent somehow doesn't exist in some Bukkit APIs
- Added old version support for getOnlinePlayer(). Should work fine one versions like 1.5.2
1.2.4
- Fixed the malfunctioning Area Trigger. Works flawlessly now (Thank you for the report, Noy)
- Now Named Trigger can be specified sync/async on run-time.
#CALL "SomeNamedTrigger" true for sync, and
#CALL "SomeNamedTrigger" false for async. Not providing second parameter will set it to be true(sync) by default.
- EntityLook packet for protocollib support.
- Removed the handlerlist checking for Custom Triggers. It seems the events of Bukkit API doesn't really need it to be working properly.