Download TakeMe — Minecraft Mods — ModStock

Downloads

0

Last update

4 months ago

Versions

1.21.4
Server
Fabric
Game mechanics
Social

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:

  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.