Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dualspiral committed Nov 29, 2020
1 parent a62c78a commit 73a35a6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions changelogs/templates/2.2.4.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 73a35a6

Please sign in to comment.