crops.yml

#
#  HarvestXP
#  Updated by Mantice
#


#  toggle:
#    true - the crop is enabled
#    false - the crop is disabled
#
#  drop:
#    true - drops XP orbs
#    false - gives XP directly to the person who broke it
#
#  xp: define the static amount of XP to give
#
#  min: define the minimum amount of XP to give
#  max: define the maximum amount of XP to give
#  To use min & max, they both must be defined!
#
#  world-blacklist: define any worlds to blacklist a specific crop!


Wheat:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist:
    - 'world1Name'
    - 'world2Name'

Carrot:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Potato:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Beetroot:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Pumpkin:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Melon:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Sugarcane:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Cactus:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Bamboo:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Cocoa-Bean:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Sweet-Berry:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Glow-Berry:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Kelp:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Sea-Pickle:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Red-Mushroom:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Brown-Mushroom:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Crimson-Fungus:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Warped-Fungus:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Nether-Wart:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Chorus-Plant:
  toggle: true
  drop: false
  xp: 10
  min: ''
  max: ''
  world-blacklist: []

Last updated