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.

Updated CHANGELOG.md

authored by

Mr. Snowy and committed by
GitHub
8d24ef52 bca9ea98

+12 -1
+12 -1
CHANGELOG.md
··· 7 7 8 8 ### [Unreleased] 9 9 10 + 11 + ### [Planned for 1.2.0] 12 + 13 + - Add a Config System 14 + - Add `/spawn` 15 + - Add `/wild` 16 + - Add `/worldspawn` 17 + 18 + 19 + ### [v1.1.0-beta] 20 + 10 21 #### Added 11 22 - Added a completely server-side translation system (UNLIKE MOJANG'S SYSTEM WHICH IS CLIENT SIDE) 12 23 - Added a Json Storage cleaner, which automatically cleans and updates any values ··· 52 63 - Added project description 53 64 54 65 #### Changed 55 - - Changed the array for tpa to only save the player's uuid (not the whole entity lmao) 66 + - Changed the array for tpa to only save the player's uuid (not the whole entity lmao)