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.

Merge branch 'main' of github.com:MrSn0wy/TeleportCommands

+37
+37
README.md
··· 1 1 # teleportCommands 2 2 3 + A Minecraft fabric server-side mod that adds various teleportation related commands, like /home /tpa and /back 4 + 5 + ### This mod is still in beta, if there are any problems then let me know! 6 + 7 + #### Currently available commands: 8 + 9 + - `/back` - Teleports you to the location where you last died 10 + <br> 11 + 12 + - `/sethome <name>` - Creates a new home 13 + - `/home [<name>]` - Teleports you home, if no name is giving it will go to the default home 14 + - `/delhome <name>` - Deletes a home 15 + - `/renamehome <name> <newName>` - Renames a home 16 + - `/homes` - Shows a list of your homes 17 + - `/defaulthome <name>` - Sets the default home 18 + <br> 19 + 20 + - `/tpa <player>` - Sends a tpa request to another player 21 + - `/tpahere <player>` - Sends a tpaHere request to another player 22 + - `/tpaaccept <player>` - Accepts the tpa/ tpahere request of that player 23 + - `/tpadeny <player>` - Denies the tpa/tpaHere request of that player 24 + 25 + <br> 26 + 27 + ### TODO: 28 + 29 + #### Planned commands: 30 + - `/wild` - Teleports you to a random location in the Overworld 31 + - `/spawn or /worldspawn` - Teleports you to the worldspawn 32 + - `/bed or /spawn <dimension>` - Teleports you to your spawnpoint in a dimension, defaults to your current dimension 33 + 34 + #### Improvements: 35 + - Modify /back to check if the location is safe and automatically choose a nearby location that is safe 36 + - Create a config to add any delays and disable commands, also add commands for operators in game 37 + - Add a perm system 38 + - Limit tpa requests for a player 39 + - Add Quilt support and maybe neoforge