From 73a35a6f3c5895fb0334870c580eb0e3b2a115e4 Mon Sep 17 00:00:00 2001 From: Daniel Naylor Date: Sun, 29 Nov 2020 12:39:31 +0000 Subject: [PATCH] 2.2.4 --- changelogs/templates/2.2.4.md | 20 ++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 changelogs/templates/2.2.4.md diff --git a/changelogs/templates/2.2.4.md b/changelogs/templates/2.2.4.md new file mode 100644 index 000000000..9c9cc6539 --- /dev/null +++ b/changelogs/templates/2.2.4.md @@ -0,0 +1,20 @@ +# Before you upgrade to Nucleus 2 from Nucleus 1.x + +[Please read the Nucleus 2.0.1 release notes before upgrading.](https://ore.spongepowered.org/Nucleus/Nucleus/versions/2.0.1) + +If you need help to decide which version of Nucleus to use, [please visit our guide on how to choose](https://v2.nucleuspowered.org/docs/howto/version-choice.html). + +For the things YOU need to do as a server owner, [please visit our instructions on how to upgrade](https://v2.nucleuspowered.org/docs/howto/migrate.html). + +# Minor Updates + +* `/speed` now takes decimal values (thanks to adamzerella) + +# Bug Fixes + +* Do the version check properly (Nucleus will now warn players not using 7.3) +* Don't print a stack trace to the console if a home could not be set +* Fix teleport quet states being inverted (thanks to NickImpact) +* Fix RTP dummy objects not being set properly. +* Ensure that the spawn rotation is set on the world, not the player. +* Fix some data being reverted when players log out and log back in. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index e8407e362..8fe099ea7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ spongeApiVersion = 7.3.0 nucleusVersion = 2.2.4 # Use RELEASE for a release verison -nucleusVersionSuffix = SNAPSHOT +nucleusVersionSuffix = RELEASE minecraftversion = 1.12.2 # Maven