Skip to content

Release v0.7.3

Compare
Choose a tag to compare
@NichtStudioCode NichtStudioCode released this 31 Dec 10:56
· 2489 commits to main since this release
  • 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 to false under nova_executor in the config.
  • Fixed #66
  • Stability fixes