Skip to content

Commit 4d06d0f

Browse files
committed
4.0.0 Release
1 parent 5e22098 commit 4d06d0f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
This file contains update logs for this project. The top may contain a `Unreleased` section, gathering update logs for a future update during development.
33

44
---
5-
## Unreleased
5+
## 4.0.0 - March 17th 2022
66
### Changed
77
* Added support for hex colors in messages and replaced the component parsing with adventure-minimessage
88
* This means that section symbols (`§`) are no longer the intended/supported format
99
* You can use the following page to edit and preview formatted text: https://webui.adventure.kyori.net/
10-
* You can find full documentation on the format (including normal colors and formatting, rgb, click/hover events, and more) here: https://docs.adventure.kyori.net/minimessage
10+
* You can find full documentation on the format (including normal colors and formatting, rgb, click/hover events, and more) here: https://docs.adventure.kyori.net/minimessage/format
1111
* Your config and language file will be updated to the new format automatically, you won't have to change anything manually!
12-
* The player count and player count hover messages do not support rgb components
12+
* Note that the player count and player count hover messages do not support rgb colors
1313
* Updated Sponge module to SpongeAPI v8 (Minecraft 1.15+)
1414
* Changed `%NEWLINE%` replacement to `<br>`
1515
* Changed `enable-timerspecific-messages` to default to `true` in newly generated config files
@@ -18,6 +18,7 @@ This file contains update logs for this project. The top may contain a `Unreleas
1818
* Added Polish translations (thanks to Slasherss1)
1919
* Updated French translations (thanks to Aurelien30000)
2020
* Updated Spanish translations (thanks to Jaximo)
21+
* If you were using the MaintenanceAddon, you need to update it to [version 1.2.0](https://github.com/kennytv/MaintenanceAddon/releases/tag/1.2.0)
2122
### Fixed
2223
* Fixed missing language key warning for the scheduletimer command
2324
* Fixed typo in `singleServerMaintenanceListEmpty` default language string

MaintenanceAPI.jar

-10.4 KB
Binary file not shown.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=4.0.0-SNAPSHOT
1+
projectVersion=4.0.0
22

33
# Gradle properties
44
org.gradle.daemon=true

0 commit comments

Comments
 (0)