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

Last updated