
A feature-rich Minecraft plugin that allows players to pick up and throw entities with advanced customization options.
A feature-rich Minecraft plugin that allows players to pick up and throw entities with advanced customization options.
plugins/ folderplugins/PickAndThrow/Default mode (empty hand):
Charge mode:
/pat sethand → Set as pickup tool/pat sethand with empty hand → Clear (back to empty hand mode)All commands require pickandthrow.admin permission (default: OP)
| Command | Description |
|---|---|
/pat |
Show plugin info and help |
/pat reload |
Reload all configuration files |
/pat sethand |
Set/clear held item as pickup tool |
| Permission | Default | Description |
|---|---|---|
pickandthrow.use |
true |
Allows using pickup and throw features |
pickandthrow.admin |
op |
Allows using admin commands |
# Language (zh-CN, en-UK, zh-TW, ja-JP, etc.)
language: zh-CN
# Pickup tool (null = empty hand only)
pickup-item: null
# Max entities (-1 = unlimited)
max-entities: -1
# Entity filter mode
entity-filter-mode: blacklist
entity-filter-list:
- ENDER_DRAGON
# Throw mode: "one" or "all"
throw-mode: one
# Pickup range (blocks)
pickup-range: 4.5
# Throw cooldown (ms)
throw-cooldown: 300
# Power mode: "fixed" or "charge"
throw-power-mode: charge
# Display type: "bossbar" or "actionbar"
charge-display-type: bossbar
# Charge loop (100% -> 0% -> 100%)
charge-loop: false
# BossBar colors
bossbar-colors:
low: RED # 0-33%
medium: YELLOW # 33-66%
high: GREEN # 66-100%
Blacklist (prevent picking up bosses):
entity-filter-mode: blacklist
entity-filter-list:
- ENDER_DRAGON
- WITHER
- WARDEN
Whitelist (only allow farm animals):
entity-filter-mode: whitelist
entity-filter-list:
- COW
- SHEEP
- PIG
- CHICKEN
Built-in:
zh-CN.yml - Simplified Chineseen-UK.yml - English (UK)Create custom:
zh-CN.yml or en-UK.ymlja-JP.yml, fr-FR.yml)language: ja-JP in configen-UK if not foundCommunity translations are welcome!
Requires Maven 3.8+ and Java 17+
mvn clean package
Output: target/PickAndThrow-1.0.0.jar
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.