1.1 | New Features » Enchantments and Console Commands!
Enchantments:You can set every enchantment with any level to any custom drop, you can also hide the enchantments if you want.
Console-Commands:You can now set execute console-commands when a player gets a custom drop, you can use %player% placeholder to use player's name in the console command.
You can see an example for Enchantments and Console-Commands here:
Code (YAML):
STONE:
Material: IRON_PICKAXE
Chance: 0.5
Find-In: Underground
Biome-Filter: [] Filter-as-Blacklist: true
#A list of enchantments you want to put on the Iron Pickaxe, you can see a list of enchantments here: #Newer versions of Minecraft: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html #Older versions of Minecraft: https://helpch.at/docs/1.8.8/index.html?org/bukkit/enchantments/Enchantment.html #You should write in this format » Enchantment:Level Enchantments: - DIG_SPEED:2
- DURABILITY:1
#If you set this to true, enchantments will be hide. Perfect for glowing items. Hide-Enchantments: false
#Do you want to execute console commands when the player get this drop? Write them in this list! Use %player% for the player name. Console-Commands: -
"msg %player% You found an Iron Pickaxe in this Stone!" Fortune-Enchantment: false
Prevent-Drops-If-Placed: true
Vanilla-Drops: half
Auto-Inventory: false