- Minecraft Version
-
- 1.21
# CustomDropsPlus
CustomDropsPlus is a Paper 1.21.4 plugin for advanced custom mob and block drops with GUI-based editing, ItemsAdder support, conditions, presets, profile transfer, simulation, debug tools and statistics.
### Core
- Custom mob drops
- Custom block drops
- Vanilla drops on/off
- World-specific activation
- Chance and amount editing
- 0.1% fine-tuning
- ItemsAdder item support
- Presets
- Profile export/import
- Copy/paste for single drops
### Conditions (Block Drops)
- Silk Touch required / forbidden / ignored
- Fortune min/max
- Fortune scaling
- Exact tool whitelist
- Tool tags
- Required enchants
- Permission conditions
- WorldGuard allow/deny regions
- BlockData equals / contains
### Admin / Utility
- GUI-based management
- Search and filters
- Simulation commands
- Drop statistics
- Debug mode
- Animated GUI frames
language: en
gui-animation:
enabled: false
period-ticks: 10
drop-feedback:
mode: actionbar
message: 'Custom-Drop erhalten: %item% x%amount%'
stats:
autosave-on-disable: true
customdrops:
global:
enable-mob-drops: true
enable-block-drops: true
inactive-worlds: []
mobs: {}
blocks:
AMETHYST_BLOCK:
vanilla-drops: true
inactive-worlds: []
rules:
'0':
item-id: ax_free_hats_pack:chicken_hat
amount: 1
chance: 0.1
notify-player: true
notify-global: false
conditions:
fortune-scaling-enabled: false
fortune-chance-multiplier-per-level: 0.0
allowed-tools: []
allowed-tool-tags: []
wg-allow-regions: []
wg-deny-regions: []
blockdata-contains: []
required-enchants: {}
cdp-presets:
mobs: {}
blocks: {}
cdp-profile-presets:
mobs: {}
blocks: {}
gui-animation:
enabled: false
period-ticks: 10
drop-feedback:
mode: actionbar
message: 'Custom-Drop erhalten: %item% x%amount%'
stats:
autosave-on-disable: true
customdrops:
global:
enable-mob-drops: true
enable-block-drops: true
inactive-worlds: []
mobs: {}
blocks:
AMETHYST_BLOCK:
vanilla-drops: true
inactive-worlds: []
rules:
'0':
item-id: ax_free_hats_pack:chicken_hat
amount: 1
chance: 0.1
notify-player: true
notify-global: false
conditions:
fortune-scaling-enabled: false
fortune-chance-multiplier-per-level: 0.0
allowed-tools: []
allowed-tool-tags: []
wg-allow-regions: []
wg-deny-regions: []
blockdata-contains: []
required-enchants: {}
cdp-presets:
mobs: {}
blocks: {}
cdp-profile-presets:
mobs: {}
blocks: {}
- Bukkit / Spigot / Paper 1.8.8 → 1.21+
- Java 8 → Java 21+
### Main
/cdrops ==> Opens the main GUI.
### Debug
/cdrops debug on
/cdrops debug off
/cdrops debug toggle
/cdrops debug status
### Statistics
/cdrops stats
/cdrops stats reset
### Simulation
/cdrops simulate mob <ENTITY_TYPE> <runs>
Example:
/cdrops simulate mob ZOMBIE 1000
/cdrops simulate block <BLOCK> <runs> [TOOL] [FORTUNE] [SILK]
Examples:
/cdrops simulate block STONE 1000
/cdrops simulate block DIAMOND_ORE 1000 DIAMOND_PICKAXE 3 false
/cdrops simulate block OAK_LEAVES 1000 SHEARS 0 false
/cdrops simulate mob ZOMBIE 1000
/cdrops simulate block <BLOCK> <runs> [TOOL] [FORTUNE] [SILK]
Examples:
/cdrops simulate block STONE 1000
/cdrops simulate block DIAMOND_ORE 1000 DIAMOND_PICKAXE 3 false
/cdrops simulate block OAK_LEAVES 1000 SHEARS 0 false
customdropsplus.usecustomdropsplus.debugcustomdropsplus.statscustomdropsplus.simulate
op## ItemsAdder
If ItemsAdder is installed, CustomDropsPlus can store and drop ItemsAdder items using their namespaced IDs.
Examples:
If ItemsAdder is installed, CustomDropsPlus can store and drop ItemsAdder items using their namespaced IDs.
Examples:
namespace:item_name- GUI-added ItemsAdder items are resolved automatically if supported by the item stack.
## WorldGuard
If WorldGuard is installed, block drop rules can use:
If WorldGuard is installed, block drop rules can use:
- allow regions
- deny regions
## Notes
enabled: false
- GUI-created profiles are stored in
config.yml - Presets are stored under
cdp-presets - GUI animations can be disabled in config:
enabled: false