This update adds config improvements/features and you’ll need to update your config to the following:
Code (YAML):
Global-Drop-Defaults:
permission
:
"customdrops.drop"
xp
: -1
# Fortune/Looting
enchant-multiplier
: false
auto-inventory
: false
auto-add-global-region
: true
# Syntax: ["test", "test1"]
auto-add-regions-by-id
:
[
]
BlockDrop-Defaults:
placed-drops
: false
silktouch
: false
vanilla-drops
: false
MobDrop-Defaults:
natural-death-drops
: true
Loot-Defaults:
permission
:
"customdrops.loot"
chance
: 100
Region-Defaults:
permission
:
"customdrops.regions"
# List of valid material names: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
display-material
:
"BEACON"
Change Log
- Add Block mining speed setting to block drops. This requires my new BlockHardness plugin and ProtocolLib.
- Add Auto-Inventory setting for all drops.
- Add new config options to control all default settings when it comes to drop creation.
- Add cancel option to chat prompts.
- Add papi placeholder parsing to actions.
- Add support for entities with no spawn egg (check out wiki for more info).
- Add natural death drops to mobs and a setting to disable natural death drops.
- Update ItemMatchCondition.
- Fix Loot/action chances not loading properly.
- Fix Vanilla Drops being removed when drop isn't in region.
- Fix Loot action's chances not saving at all.
- Fix Actions not staying deleted after server restarts.
- Fix console warning spam for command creation.
- Fix double chances not working (specifically below 1).
- Change requirement to shift-right-click drop to delete it to prevent accidental deleting of drops.
- Fix error with actions if you don't have PAPI installed.
- Tons of other features, bug fixes, and code improvements that I forgot about.
A special shout out to a discord community member Esterze for reporting bugs and suggesting features to be added!
WIKI:
https://dev.vanixmc.com/customdrops/getting-started