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
Version 1.0.6:
🟩️ add PlaceholderApi support
🟩️ Drop cache into storage after buffer limit reached (memory leak fix)
🟩️ add permission system to custom commands (make sure permissions are optional)

Version 1.0.7:
# Small patch with new additions
- Fixed Schedules not unregistering on Folia Servers
- Fixed Plugin breaking if PlaceholderApi is not installed
- Fixed /oj reload command on Folia servers
- Added Bstats opt-out option in the configuration file
- Fixed a few weird errors that only occurred on Folia servers
- Fixed Bstats silently failing to load on Folia servers

Version 1.0.8:
- Fix Commands not unregistering properly
🟩️ Fix memory leaks with scheduling
🟩️ Fix async scheduling thread limit (use thread pool instead of folia scheduler)
🟩️ add option to cancel schedules
🟩️ create a new task api that has the required scheduling stuff
- Finalize Folia support (try to make it as stable as possible on Folia)
- add external .jar package loading
- add official support for folders
- improve and release translation layer for java to javascript (allow scripts to access other plugin apis)

==/   Use *maven install* to compile the project; the xxx-shaded.jar is the plugin file   \==