···11-# teleportCommands
11+# Teleport Commands
2233A Minecraft fabric server-side mod that adds various teleportation related commands, like /home /tpa and /back
44···28282929#### Planned commands:
3030- `/wild` - Teleports you to a random location in the Overworld
3131-- `/spawn or /worldspawn` - Teleports you to the worldspawn
3232-- `/bed or /spawn <dimension>` - Teleports you to your spawnpoint in a dimension, defaults to your current dimension
3131+- `/worldspawn` - Teleports you to the worldspawn
3232+- `/spawn <dimension>` - Teleports you to your spawnpoint in a dimension, defaults to your current dimension
33333434#### Improvements:
3535- Modify /back to check if the location is safe and automatically choose a nearby location that is safe
3636- Create a config to add any delays and disable commands, also add commands for operators in game
3737+- Add translation file
3838+- Improve responses for commands
3739- Add a perm system
3840- Limit tpa requests for a player
3939-- Add Quilt support and maybe neoforge
4141+- Add Quilt support and maybe NeoForge
+1-1
gradle.properties
···99loader_version=0.15.9
10101111# Mod Properties
1212-mod_version=1.0.1
1212+mod_version=1.0.2
1313maven_group=dev.mrsnowy.teleport_commands
1414archives_base_name=teleport_commands
1515