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

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
- Pick up any mob or player by sneaking and right-clicking them
- Carried entities are posed in a sitting position while held
- Customizable action bar messages for pickup, drop, and "already carrying" states
- Configurable pickup cooldown to prevent spam
- Blacklist specific entity types (Ender Dragon, Wither, etc. blocked by default)
- Optional permission system 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
{
"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) |
