Custom Drops
Custom drops can be defined for each crop depending on the hoe level
# Example of custom drop '1' is the default drop, if hoe level is = or above 2
# the '2' drop will be used and so on, unlimited drops can be made
# Each drop needs a sell-price: that the item will be sold for when AutoSell mode is
# turned on
Custom-Drops:
enabled: false
crops:
SUGAR_CANE:
'1':
material: SUGAR_CANE
sell-price: 6.5
'2':
name: '&d&lEnchanted Sugar Cane'
material: SUGAR_CANE
lore: none
glow: true
sell-price: 10
level-requirement: 5
Possible drops
'2':
##############################
name: '&d&lEnchanted Sugar Cane'
##############################
material: SUGAR_CANE
##############################
base64:
enabled: true
value: '' #https://minecraft-heads.com/custom-heads
##############################
skull:
enabled: true
name: Steve
##############################
lore:
- '&7Lore'
- '&7Lore'
##############################
glow: true
##############################
enchants: # Enchants https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
- 'DURABILITY:10'
##############################
flags: # ItemFlags https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html
- 'HIDE_ENCHANTS'
##############################
nbt:
integer:
key: 'nbtitem'
value: '1'
##############################
nbt:
string:
key: 'nbtitem'
value: 'Item'
##############################
nbt:
boolean:
key: 'nbtitem'
value: true
##############################
sell-price: 20
##############################
customdata: 1 # For Custom Textures 1.16+
##############################
level-requirement: 5
Last updated