
Pick mobs up, without mods! Allows players to carry mobs and players. Configurable!

Pick up players and entities and carry them around, with an arm-raise animation!
PickEmUp lets players physically pick up mobs and other players and carry them on their heads. Complete with a satisfying arm-raise animation (visible to others).
⚠️ A resource pack must be enabled so that the arm animation can display correctly.
| Action | Result |
|---|---|
| Sneak + Right-click entity | Pick up the entity |
| Sneak + Left-click / Sneak + Right-click (air) | Drop all carried entities |
This plugin requires the following to function:
{
"animateArm": true,
"requiresPermission": false,
"pickUpPlayers": true,
"pickupCooldownSeconds": 1,
"permissioName": "pickemup.use",
"blacklistedTypes": ["ENDER_DRAGON", "WITHER", "WITHER_SKULL", "GIANT"]
}
| Option | Description |
|---|---|
animateArm |
Toggle the arm-raise animation |
requiresPermission |
Restrict usage to players with the configured permission |
pickUpPlayers |
Allow picking up other players |
pickupCooldownSeconds |
Seconds between pickup attempts |
blacklistedTypes |
Entity types that cannot be picked up |
| Node | Description |
|---|---|
pickemup.use |
Allows the player to pick up entities (if permission mode is enabled) |