What's Changed
- Fix defaultHideNumber not being used in some cases by @RuiPereiraDev in https://github.com/RuiPereiraDev/SimpleScore/pull/92
- Add link to placeholders documentation by @RuiPereiraDev in https://github.com/RuiPereiraDev/SimpleScore/pull/93
Full Changelog: https://github.com/RuiPereiraDev/SimpleScore/compare/v4.0.0...v4.0.1
SimpleScore v4: Major Release!
This is a significant reworking of the original SimpleScore codebase. Make sure you remove and back up your old configurations, as they are not compatible with this version. A storage system similar to that in the old v3 version is currently still missing. If this is a requirement for you, continue using v3 until a v4 release is made with this feature.
Some, but not all, of the new features are listed below:
- Removed dependency on ProtocolLib.
- Support new Minecraft Scoreboard features, such as hidding score numbers.
- Support for Folia Servers has been added.
- Added MiniMessage support.
- Better WorldGuard support.
- A new and improved system that focuses on performance and network usage while maintaining compatibility.
- The codebase has been refactored into multiple modules.
- New commands and features.
- A new and improved Developer API.
- And much more!
Full Changelog: https://github.com/RuiPereiraDev/SimpleScore/compare/v3.12.5...v4.0.0
Commits:
- a33c52b Back to development
- 3d2ba6b Update GitHub workflows
- 2ccdd0e Update README.md
- cd0bbf6 Bump Kotlin version from 1.9.10 to 1.9.20
- a155b09 Add support for publishing to Hangar
- 114152c Update LICENSE
- e931272 Update README.md
- 6a1cfed Temporary 1.20.4 compatibility fix
- f17d9af Update supported versions
- 24380f3 Release 3.12.5
Compare Changes: v3.12.4...v3.12.5
Commits:
- 53a0681 Back to development
- 047e9db Fix #68 - Ignore IllegalArgumentException when no enum constant is found
- 3ea64f5 Update README.md
- 8ac9570 Bump SemVer version from 1.2.0 to 1.3.0
- c47e178 Bump WorldGuardWrapper version from 1.2.0 to 1.2.1
- 187b82d Close #69 - Add support for dashes on world names
- 3d6e927 Add support for publishing to Modrinth
- b7cb463 Use lazy configuration for the changelog property
- dd4b7b3 Release 3.12.4
Compare Changes: v3.12.3...v3.12.4