Release v0.7.3
- New asynchronous executor. This allows you to configure the maximum amount of threads to create for asynchronous tasks like retrieving data from the database. If you're experiencing any issues with this, you can change back to Bukkit's Scheduler system by setting
enabled
tofalse
undernova_executor
in the config. - Fixed #66
- Stability fixes