···11+# Changelog
22+33+All notable changes to this project will be documented in this file.
44+55+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77+88+### [Unreleased]
99+1010+#### Added
1111+- Added completely server-side translation system (UNLIKE MOJANG'S SYSTEM WHICH IS CLIENT SIDE)
1212+- Added quilt support
1313+- Added CHANGELOG.md
1414+1515+#### Changed
1616+- Improved command messages and colors
1717+- improved performance by changing the death event to be player specific (not all entities)
1818+- Replaced all loader specific events with Mixins
1919+2020+#### Removed
2121+- Removed Sources and Javadoc files to improve build speed
2222+- Removed Fabric API dependency
2323+2424+2525+### [v1.0.5]
2626+2727+#### Added
2828+- Added support for NeoForge
2929+3030+#### Changed
3131+- Changed mappings to Mojang.
3232+- Cleaned up commands code
3333+- Changed build files to support multiple mod loader
3434+3535+3636+### [v1.0.2]
3737+3838+#### Added
3939+- Added project icon
4040+- Added project description
4141+4242+#### Changed
4343+- Changed the array for tpa to only save the player's uuid (not the whole entity lmao)
+2-2
README.md
···11# Teleport Commands <img src="https://raw.githubusercontent.com/MrSn0wy/TeleportCommands/main/common/src/main/resources/teleport_commands.png" alt="Teleport Commands Logo" width="30"/>
223344-A Minecraft Fabric and NeoForge server-side mod that adds various teleportation related commands, like /home /tpa and /back
44+A Minecraft server-side mod that adds various teleportation related commands, like /home /tpa and /back
5566### This mod is still in beta, if there are any problems then let me know!
77···4747#### You can create a Translation file so other people can use the mod in their native language
48481. Clone the repository
49492. Go to `common/src/main/resources/assets/teleport_commands/lang/`
5050-3. Go to [here](https://minecraft.wiki/w/Language) and pick the in-game locale code for the language you want to translate
5050+3. Go [here](https://minecraft.wiki/w/Language) and pick the in-game locale code for the language you want to translate
51514. Copy `en_us.toml` and paste it in a new file called `[in-game locale code here].toml`
52525. Translate the file
53536. Submit a pull request with your translation :D!