What's Changed
- Update 2.0 by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/19
- Support for all existing server rules
- Support for all existing entity rules (new!)
- Qib implementation
- New BukkitEvents:
NoxesiumPlayerReadyEvent
(renamed existing event)NoxesiumPlayerRegisteredEvent
NoxesiumPlayerRiptideEvent
NoxesiumPlayerSettingsReceivedEvent
(renamed existing event)NoxesiumPlayerVersionReceivedEvent
(renamed existing event)NoxesiumQibTriggeredEvent
- Fix ModrinthUpdateChecker failing when not a single version is "release" in https://github.com/SuperNeon4ik/NoxesiumUtils/issues/22
What's Changed
- Bump commons-io:commons-io from 2.11.0 to 2.14.0
- Update 2.0
- Support for all existing server rules
- Support for all existing entity rules (new!)
- Qib implementation
- New BukkitEvents:
NoxesiumPlayerReadyEvent
(renamed existing event)NoxesiumPlayerRegisteredEvent
NoxesiumPlayerRiptideEvent
NoxesiumPlayerSettingsReceivedEvent
(renamed existing event)NoxesiumPlayerVersionReceivedEvent
(renamed existing event)NoxesiumQibTriggeredEvent
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.6.0...2.0.0-pre
What's Changed
- Support boat collision rule by @TrollsterCooleg in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/16
- Support for Minecraft 1.20.4
New Contributors
- @TrollsterCooleg made their first contribution in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/16
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.5.1...1.6.0
What's Changed
- Bump org.json:json from 20230227 to 20231013 by @dependabot in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/13
- Add support for 1.20.2 by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/15
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.5.0...1.5.1
Important
If you have a plugin, that depends on NoxesiumUtils, please read through the README.md again. Since the v1 Noxesium Protocol there were a lot of internal changes.
What's Changed
- Support for Noxesium 1.0.0+ by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/10
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.4.4...1.5.0
What's Changed
- silly goofy silly hehe by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/8
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.4.3...1.4.4
What's Changed
- Use ModrinthUpdateChecker in favor of GithubUpdateChecker. by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/7
- Bump CommandAPI version
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.4.2...1.4.3
What's Changed
- Fix the ArrayList bug for real this time. by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/6
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.4.1...1.4.2
What's Changed
- Fix issue https://github.com/SuperNeon4ik/NoxesiumUtils/issues/4 by @SuperNeon4ik in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/5
New Contributors
- @SuperNeon4ik made their first contribution in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/5 (lol, how)
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.4...1.4.1
Developer Patch
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.3...1.3.1
Full Changelog: https://github.com/SuperNeon4ik/NoxesiumUtils/compare/1.2...1.3
What's Changed
- Fixed missing static method modifier by @MrKacafirekCZ in https://github.com/SuperNeon4ik/NoxesiumUtils/pull/3
- Make an UpdateChecker
- Other little changes