A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixup translation credits in the changelog (sorry!)

I have no clue how this could've happened, i must've accidentally copied the wrong name from the translation credits file... I am deeply sorry

authored by

Mr. Snowy and committed by
GitHub
f4832476 9b09df6f

+4 -2
+4 -2
CHANGELOG.md
··· 5 5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 6 7 7 ### [1.3.2] 8 - - Added Traditional Chinese (Hong Kong) translations. (Thanks to [hugoalh](https://github.com/hugoalh)) 9 - - Updated Traditional Chinese (Taiwan) and Simplified Chinese translations. (Thanks to [hugoalh](https://github.com/hugoalh)) 8 + - Added Traditional Chinese (Hong Kong) translations. (Thanks to [Dicecan](https://github.com/Dicecan) 9 + - Updated Traditional Chinese (Taiwan) and Simplified Chinese translations. (Thanks to [Dicecan](https://github.com/Dicecan)) 10 10 - Fixed a bug which caused `/back` locations to persist when in single player and joining a different world. 11 11 12 12 ### [1.3.1] ··· 31 31 - Fixed the usage of an invalid translation string when renaming a Home or Warp to a name that already exists. 32 32 - Fixed the error handling for when a world isn't found (when going back, going home or warping). 33 33 - It now throws a warning and gives the player a new error message (before it would give an incorrect `notFound` error) 34 + - Fixed Traditional Chinese - Taiwan (Thanks to [Dicecan](https://github.com/Dicecan)!) 34 35 35 36 #### Added 36 37 - Added a version variable in the mod that gets printed on startup ··· 40 41 - Added a new `common.worldNotFound` translation key for when a world cannot be found 41 42 - Added a new `common.defaultPrompt` translation key for a new "Set Default" button for `/homes` 42 43 - Added a new `common.nameExists` translation key for when that name already exists 44 + - Added Simplified Chinese (Thanks to [Dicecan](https://github.com/Dicecan)!) 43 45 - Added Bulgarian translations (Thanks to a friend of mine!) 44 46 45 47 ### [v1.2.2]