Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- # #
- # HarvestEXP, a free resource by Norska @ https://norska.dev #
- # #
- # Wiki: https://norska.dev/docs/welcome #
- # Support: https://norska.dev/discord/ #
- # #
- # You are editing the config.yml file of HarvestEXP. #
- # #
- #########################################################################################
- #########################################################################################
- # #
- # NOTE: PLEASE READ BEFORE CONFIGURING! #
- # #
- # Please consult the wiki for any questions regarding the setup of this plugin, if you #
- # still require help, open a ticket on my discord server! #
- # #
- #########################################################################################
- settings:
- POTATO:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.potato
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- CARROT:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.carrot
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- WHEAT:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.wheat
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- NETHERWART:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.netherwart
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- BEETROOT:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.beetroot
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- COCOABEAN:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.cocoabean
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- SWEETBERRY:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
- dropOnlyIfRipe: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.sweetberry
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- PUMPKIN:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfNaturallyGrown will alter experience only if the crop is naturally spawned (not placed).
- dropOnlyIfNaturallyGrown: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.pumpkin
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- MELON:
- general:
- enabled: true
- experience:
- # Note: While true, dropOnlyIfNaturallyGrown will alter experience only if the crop is naturally spawned (not placed).
- dropOnlyIfNaturallyGrown: true
- # Note: While true, dropOnBreak allows mending to function.
- dropOnBreak: true
- amount: 10
- # Note: Whether or not a permission is required to gain experience for this crop.
- # Note: harvestexp.gain.melon
- permission:
- enabled: false
- # Note: In which worlds experience won't drop when harvesting this crop.
- worlds:
- blacklist:
- - 'world_the_nether'
- - 'another_world'
- ###############################
- updates:
- notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement