nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Take Me

Take Me

Mod

No-compromises lightweight player riding mod.

Server Game MechanicsSocialTransportation

522 downloads
8 followers

Why Another Player Riding Mod?

Takeme does not move the riding position for player vehicles. For the following reasons:

  1. Aesthetic and physical looking.
  2. Less ceilling hight requirement when indoors.
  3. Align to vanilla.

Takeme is quite technically vanilla and it achives its main function by:

  1. Use force riding.
  2. Redirect isSaveable() in addPassenger() to a custom method which returns isPlayer() if not saveable.
  3. 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:

  1. You are not sneaking.
  2. The player has no passenger.

Carry Player

Right click on the player who you would like to carry. If:

  1. You are sneaking.
  2. You have no passenger.
  3. Your pitch != -90.

Dismount Passenger Player

Right click on your passenger player who you would like to dismount. If:

  1. You are sneaking.
  2. You have one or more passengers.
  3. Your pitch == -90.

Transfer the First Passenger Player

Right click on the player who you would like to transfer to. If:

  1. You are sneaking.
  2. You have one or more passengers.
  3. 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.

External resources


Project members

CookedSeafood

Owner


Technical information

License
GPL-3.0-or-later
Client side
unsupported
Server side
required
Project ID