···11# teleportCommands
2233+A Minecraft fabric server-side mod that adds various teleportation related commands, like /home /tpa and /back
44+55+### This mod is still in beta, if there are any problems then let me know!
66+77+#### Currently available commands:
88+99+- `/back` - Teleports you to the location where you last died
1010+<br>
1111+1212+- `/sethome <name>` - Creates a new home
1313+- `/home [<name>]` - Teleports you home, if no name is giving it will go to the default home
1414+- `/delhome <name>` - Deletes a home
1515+- `/renamehome <name> <newName>` - Renames a home
1616+- `/homes` - Shows a list of your homes
1717+- `/defaulthome <name>` - Sets the default home
1818+<br>
1919+2020+- `/tpa <player>` - Sends a tpa request to another player
2121+- `/tpahere <player>` - Sends a tpaHere request to another player
2222+- `/tpaaccept <player>` - Accepts the tpa/ tpahere request of that player
2323+- `/tpadeny <player>` - Denies the tpa/tpaHere request of that player
2424+2525+<br>
2626+2727+### TODO:
2828+2929+#### 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
3333+3434+#### 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 a perm system
3838+- Limit tpa requests for a player
3939+- Add Quilt support and maybe neoforge