Releases: customrealms/bukkit-runtime
Releases · customrealms/bukkit-runtime
v2.0.6
- Updated command registration to use executors instead of
PlayerCommandPreprocessEventfed7208
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- feat: support more minecraft server versions by @connerdouglass in #14
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- feat(runtime): implement Math globals by @connerdouglass in #13
Full Changelog: v2.0.3...v2.0.4
v2.0.0
chore: add automatic versioning workflow
v0.2.3
fix: bump jdk version
v0.2.2
feat: add support for spigot 1.20.6 api
Version 0.2.1
Some minor fixes to the Java bindings system
Version 0.2.0
What's Changed
- Support for NodeJS runtime features by @connerdouglass in #7
Full Changelog: v0.1.3...v0.2.0
Version 0.1.3
Additional fixes for logging
Version 0.1.2
Updated JavaScript runtime console to log to the plugin's logger instance, instead of stdout.