diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3c955ae..6dafe39 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,8 +5,8 @@ on: [ workflow_dispatch ] env: MINECRAFT_VERSION: 1.20.1 JAVA_VERSION: 17 - VERSION: 1.0.1+1.20.1 - RELEASE_NAME: Solstice 1.0.1 for Minecraft 1.20.1 + VERSION: 1.1.0+1.20.1 + RELEASE_NAME: Solstice 1.1.0 for Minecraft 1.20.1 MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f50d333..7cd49a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.1.0 + +- Added staff chat via `/staffchat` command. Also toggleable. +- Added `/helpop` for players to send prima help requests to all operators. +- Added TimeSpan to `/restart` and `/timebar`. +- Clarified comment for username formats. + # 1.0.1 - Bugfix `/ban` and `/tempban` crashing. diff --git a/gradle.properties b/gradle.properties index 0ecc5fe..bf2537b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10 loader_version=0.16.9 # Mod Properties -mod_version=1.0.1+1.20.1 +mod_version=1.1.0+1.20.1 maven_group=me.alexdevs archives_base_name=solstice