Version 1.0.3:
- Fixed VariableStorage, you can now store dynamic java and javascript classes
- errors will broadcast to ops (can be configured)
- script management structure has been completely restructured (internal)
- FeatureFlags system! You can now prevent scripts from loading automatically
- LoadScript and UnloadScript and waitForScript function!
- CUSTOM EVENTS: LoadScript and UnloadScript events
Version 1.0.4:
- Fixed update checker, it no longer uses cached versions because they have huge update delays
- Renamed setStoredVar and getStoredVar to loadVar and saveVar
- simplified statements for the command handler
- added a version command to easily retrieve the plugin version
- preparing for 1.0.5
Version 1.0.5
- Folia support (experemential)
- native Nashorn /Javascript implementation
- Debug code cleanup
- Remove deprecated functions
- Much faster script engine initialization
- Support for custom commands
- Compiled plugin in Java 17