- Removed Guava dependency. This allows backward compatibility back to 1.7.10. (Actually only tested in 1.7.10 but should work for all bettwen 1.7.10 and latest minecraft servers)
- Fixed some bugs with FOR loop.
- Fixed where boolean negation cannot handle Numbers well. Now it treats 0 as false and other numbers as true.
- Now nullvalues are real 'null' instead of just null String.
- Some new functions to CommonFunctions. Check out for Wiki(or Javadoc)
- Fixed that failing walk/click trigger makes the coder stuck in un-clickable state.
- ProtocolLib support is added. Only partial methods are added, yet some more can be added too
- Now you can access static field/methods using new functions introduced in CommonFunctions. (Check out javadoc)
- Fixed that NamedTrigger uses wrong variable map. Now it correctly handles the variable map of its caller.
- #WAIT can accept decimals now. (it doesn't work well though)