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

Pick up players and entities and carry them around, with an arm-raise animation!
---
Overview
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.
---
Features
- Folia supported by sneaking and right-clicking them - Folia supported in a sitting position while held - Folia supported for pickup, drop, and "already carrying" states - Folia supported to prevent spam - Folia supported (Ender Dragon, Wither, etc. blocked by default) - Folia supported to restrict who can carry entities - Folia supported
---
Controls
| Action | Result | |---|---| | Sneak + Right-click entity | Pick up the entity | | Sneak + Left-click / Sneak + Right-click (air) | Drop all carried entities |
---
Dependencies
This plugin requires the following to function:
- ProtocolLib: Used for sending custom packets to animate the arm raise and equipment display - **OpenJS**: The JavaScript plugin engine that powers PickEmUp's scripting system
---
Configuration
```json { "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 |
---
Permissions
| Node | Description | |---|---| | `pickemup.use` | Allows the player to pick up entities (if permission mode is enabled) |