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.

Released V1.3.1!

Check the CHANGELOG.md for all the new changes!

+5 -3
+4 -2
CHANGELOG.md
··· 1 1 # Changelog 2 - 3 2 All notable changes to this project will be documented in this file. 4 3 5 4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 6 8 - ### [W.I.P] 7 + ### [1.3.1] 8 + - Updated Russian translations (Thanks to [rfin0](https://github.com/rfin0)!) 9 + 10 + ### [1.3.0] 9 11 #### Changed 10 12 - Storage is loaded in memory instead of reading it again and again, Improves speed and IO usage, however there might be slightly higher passive memory usage. 11 13 - Added a new merged jar file that combines the jars of the mod-loaders into one. (Thanks to [forgix](https://github.com/PacifistMC/Forgix)!) (This will also from now on be published on Modrinth)
+1 -1
gradle.properties
··· 2 2 # Every field you add must be added to the root build.gradle expandProps map. 3 3 4 4 # Project 5 - version=1.3.0 5 + version=1.3.1 6 6 group=dev.mrsnowy.teleport_commands 7 7 java_version=21 8 8