You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,25 @@ A Minecraft Forge mod that provides enhanced teleportation functionality. Easily
5
5
## Features
6
6
7
7
-**Simple Commands**: Easy-to-use commands for teleporting players
8
+
-**Riding Entity Teleportation**: When teleporting while riding a living entity (horse, pig, etc.), both player and mount are teleported together
8
9
-**No Dependencies**: This mod does not require any additional libraries or mods to function
9
10
10
11
## Usage
11
12
12
13
Run the following commands in-game:
13
14
-`/tlp <player>`: Teleports you to the specified player.
14
15
16
+
### Riding Entity Teleportation
17
+
When you use `/tlp` while riding a living entity (such as a horse, pig, donkey, mule, llama, camel, or strider), both you and your mount will be teleported together to the destination. The riding relationship is maintained after teleportation.
18
+
19
+
**Supported Living Entities:**
20
+
- Horses, Donkeys, Mules
21
+
- Pigs, Striders
22
+
- Llamas, Camels
23
+
- Any other rideable living entities
24
+
25
+
**Note:** Non-living vehicles like boats and minecarts are not teleported - only the player will be teleported in these cases.
26
+
15
27
**Note**: This mod is not recommended for use on PvP servers as it may provide unfair advantages.
0 commit comments