HomeJavaModsEntityPorter
EntityPorter

简体中文

EntityPorter

EntityPorter is a lightweight Minecraft server plugin designed for Paper/Spigot 1.21+. It allows players to pick up, carry, and transport entities (like Animals and Villagers) on their heads. Perfect for moving villagers or organizing your farm without the hassle of lead ropes or boats!

✨ Features

77b50979ad0d7bdb5e9faf3526477bb2

🛠️ Configuration (config.yml)

enable-on-join: true        # Enable lifting functionality when player joins
allow-looting: true         # Allow players to loot entities from others
create-armor-stand: true    # Create an invisible armor stand between the player and the entity (recommended)
enabled-worlds:             # Worlds where the plugin is active
  - 'world'
  - 'test'

liftable-entities:          # Types of entities that can be lifted (can use 'ALL_ANIMALS')
  - 'ALL_ANIMALS'
  - 'VILLAGER'

messages:
  usage: '<gray>Usage: <gold>/ep [reload|toggle]'
  player-command: '<gray>This command is for players only'
  no-permission: '<red>You do not have permission'
  reloaded: '<gray>Reloaded successfully'
  enabled: 'Lifting enabled'
  disabled: 'Lifting disabled'
  lifted: 'Entity lifted! Press Shift to drop, Shift+LeftClick to toss, Shift+RightClick to place'
  dropped: 'Entity dropped'
  tossed: 'Entity tossed'
  placed: 'Entity placed'
  lifting-entity-dead: 'The entity died'
  other-looted: 'Your entity was taken by {0}'
  looted: 'You took {0}''s entity'
  has-porter: 'This entity is already carried by {0}'

💻 Commands & Permissions

Command Alias Description Permission
/entityporter toggle /ep Toggle lifting on/off entityporter.use (OP)
/entityporter reload /ep Reload config entityporter.reload (OP)

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more