Releases: r4g3baby/SimpleScore
Releases · r4g3baby/SimpleScore
v3.12.5
- 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
v3.12.4
- 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
v3.12.3
- 9f50471 Back to development
- fe013c7 Bump Kotlin version from 1.7.10 to 1.7.20
- d0bb7a1 Update .gitignore
- 549db5f Bump Gradle version from 7.5.1 to 7.6
- 1fd2833 Bump Kotlin version from 1.7.20 to 1.8.0
- e707193 Bump Gradle version from 7.6 to 8.0
- 82d2ce9 Bump bStats version from 3.0.0 to 3.0.1
- f7395ed Bump Kotlin version from 1.8.0 to 1.8.10
- 32fa2ed Minor changes to GitHub workflows
- dba154e Create GitHub issue templates
- 877283e Bump Gradle version from 8.0 to 8.4
- a33cf95 Improve driver hash check logging
- 7bbc57d Bump Kotlin version from 1.8.10 to 1.9.10
- 9f47dfd Bump ShadowJar version from 7.1.2 to 8.1.1
- 328168c Bump bStats version from 3.0.1 to 3.0.2
- 8d2ed3e Fix #67 - Use an enum for the display objective packet on 1.20.2
- d8b5085 Bump GitHub workflows checkout action from v3 to v4
- 183b0b4 Fix release workflow not generating changelog properly
- 0601e01 Release 3.12.3
v3.12.2
- eade5f2 Release 3.12.2
- c60fc15 Cleanup config files
- a04739c Reorganize relocations and include LICENSE file
- cdf5e0d Remove warning about disabling asyncPlaceholders
- 042faba Add French translation by Naos#5994
- c997b67 Always give players a new scoreboard
- 6083b5d Include worlds with spaces in the name
- 992b27b Be more clear that disabling async placeholders will reduce performance
- f155fed Clanup database providers
- fec3b0f Bump Gradle version from 7.5 to 7.5.1
- e993957 Back to development
v3.12.1
v3.12.0
- eeabd10 Release 3.12.0
- 683d762 General player data api improvements
- ffbc05d Update configurations with more examples and information
- a8cddda Fix scoreboards config parser not applying conditions properly
- 2c62eef Add discord to README
- dfbf662 Add automatic update to new config format
- 0cfc110 Update default scoreboards configuration
- 0f9dfc6 Cleanup a few things
- 6c01249 Fix scoreboard not being properly updated on plugin reload
- 5789965 Don't filter by conditions when checking if player needs a scoreboard
- 9baaf3e Force a full render of the scoreboard if it has no scores
- efee346 Bump ProtocolLib version from 4.7.0 to 5.0.0
- 0dbfa43 Bump default render time to 2 times per second (10 ticks)
- 84b35b9 Cleanup a few things
- fce6092 Add simplified chinese to list of supported languages
- b34a627 Cleanup and optimize scoreboards config parser
- 0307ca2 Add support for negating conditions
- a536cf1 Fix #44 - Don't add space if prefix is empty
- 34651f2 Initial support for per player scoreboards with specific render times for each frame
- 10b4e33 Set currentLocale as lateinit
- bc2d68f Bump Kotlin version from 1.6.21 to 1.7.0
- f5a84bc Read language files as utf8
- 480cc17 Fix simplified chinese language file name
- 837c930 Properly convert language string to a locale object
- 2895cde Merge pull request #42 from yaosiqian/patch-1
- d3ff103 Create messages_zh-CN.properties
- 526889d Cleanup config parsers
- 5785222 Support specifying a single condition as a string
- 7a65d1a Increase placeholder error logger interval to 10 seconds
- fc9ea76 Cleanup conditons config parser
- a592a6e Add support for nested else score frames
- fbd0aae Fix edge case NullPointerException on the bukkit scoreboard handler
- 7da5a90 Add support for publishing to GitHub Packages
- 0edc4a7 Cleanup code and change some functions visibility to internal
- 8470640 Remove plugin argument from WorldGuardAPI init function
- 2b3ed1a Imrpove needsScoreboard function
- ca82176 Cleanup listeners
- 838bfb3 Remove untested Minecraft version message
- 27f7cca Don't enable mcMMO compatibility hook if ProtocolLib is enabled
- 6cda157 Cleanup config implementation
- 0fe1c9d Cleanup I18n class
- 0be9347 New packet level compatibility mode options
- 1ba0097 Update FUNDING.yml
- d2f381b Check if player is online before sending scoreboard
- ae9efb1 Add warning for servers running on untested Minecraft versions
- 1643078 ServerVersion utility class changes
- f7ab31e Let users know about ProtocolLib benefits
- c6649a4 Bump Kotlin version from 1.6.20 to 1.6.21
- 24d7f88 Add support for greater and less than conditions
- a477f10 Bump Gradle version from 7.4.1 to 7.4.2
- ae6c20c Closes #40 - Disable scoreboard when another one is set for a player
- 38a0133 Bump Kotlin version from 1.6.10 to 1.6.20
- e9dc353 Closes #33 - Add support for else frames
- 6fa4756 Update comment
- c7f9ed9 Back to development
v3.11.1
v3.11.0
v3.10.1
v3.10.0
- f1a5d9f Release 3.10.0
- f0b6b81 Add support for automatic updating to new config format
- 955d58c Bump PostgreSQL driver version from 42.3.2 to 42.3.3
- 4cc1806 Cleanup
- d179146 Improve config.yml comments
- 8f660c4 Lazily replace variables
- aeecf90 Add PostgreSQL storage provider support
- cb51d2d Update config.yml
- 1c80ab6 Bump Gradle version from 7.3.3 to 7.4
- beee90d Add support for editing the database table prefix
- 410a0f9 Further reduce the final jar size
- cd12157 Bump bStats version from 2.2.1 to 3.0.0
- 8839d76 Add support for MariaDB and MySQL storage providers
- 7a16884 Validate driver hash after download
- c080f74 Add common SQL provider and rename file to local
- 0d3e8cb Use Kotlin readBytes method
- 4f6f835 Make Api disable method internal
- 05e561a Initial support for storing player data on a database
- d111360 Reference player scoreboards by name
- 804e76a Minimize final jar
- a5b0a48 Prevent error when manager hasn't been initialized
- 4bc8856 Back to development