Skip to content

1.2.5

Compare
Choose a tag to compare
@Despical Despical released this 01 Oct 09:40
· 151 commits to main since this release

1.2.5 Release Notes:

  • Added Command#async option to execute commands in a separate thread.
    • By default, commands will execute in the main thread.

Developers should be careful while enabling the async option because Bukkit API is not thread safe nor guranteed to be thread safe.

Full Changelog: 1.2.4...1.2.5