Changelog:
- Updated to Skript 2.9.0
- Fixed long and double initializers for fields
- Class annotations now use the simple structures API. To annotate a class, the annotation must be placed above the class definition structure and can no longer be placed on the same line.
- Hippo now uses the built-in system for returning values. It is now impossible to have an empty return effect within a method;
stop trigger
needs to be used instead. - Hippo can now create classes up to version 23.
- When providing an invalid (or no) throwable to the
throw %exception%
effect, a new java.lang.Exception is now provided instead of the old java.lang.Error.