Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Back porting will start by 2/28. Hopefully also NeoForge.
Why Another Player Riding Mod?
Takeme does not move the riding position for player vehicles. For the following reasons:
- Aesthetic and physical looking.
- Less ceilling hight requirement when indoors.
- Align to vanilla.
Takeme is quite technically vanilla and it achives its main function by:
- Use force riding.
- Redirect
isSaveable()
inaddPassenger()
to a custom method which returnsisPlayer()
if not saveable. - Send
EntityPassengersSetS2CPacket
to the vehicle player when mounting or dismounting.
Usage
Its functions can only be triggered with both hands empty by default.
Mount Player
Right click on the player who you would like to mount. If:
- You are not sneaking.
- The player has no passenger.
Carry Player
Right click on the player who you would like to carry. If:
- You are sneaking.
- You have no passenger.
- Your pitch != -90.
Dismount Passenger Player
Right click on your passenger player who you would like to dismount. If:
- You are sneaking.
- You have one or more passengers.
- Your pitch == -90.
Transfer the First Passenger Player
Right click on the player who you would like to transfer to. If:
- You are sneaking.
- You have one or more passengers.
- The player has no passenger.
Commands
/takeme reload
Reload config file. (Require premission level 2)
Configuration
Below is a template config file config/takeme.json
filled with default values. You may only need to write the lines you would like to modify.
{
"mainHandFilterMode": false
"offHandFilterMode": false
"mainHandFilterItems": ["minecraft:air"]
"offHandFilterItems": ["minecraft:air"]
}
mainHandFilterMode
: False if whitelist mode, otherwise blacklist mode.offHandFilterMode
: False if whitelist mode, otherwise blacklist mode.mainHandFilterItems
: Air for empty hand.offHandFilterItems
: Air for empty hand.
FAQ
I can't click on any player except the one on my head
Use client-side mods (eg. Shoulder Surfing Reloaded) to workaround this.