Advertisement
norskaaa

HarvestEXP / Default Config

Jan 5th, 2022
2,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.55 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # HarvestEXP, a free resource by Norska @ https://norska.dev                            #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord/                                                  #
  7. #                                                                                       #
  8. # You are editing the config.yml file of HarvestEXP.                                    #
  9. #                                                                                       #
  10. #########################################################################################
  11.  
  12. #########################################################################################
  13. #                                                                                       #
  14. # NOTE: PLEASE READ BEFORE CONFIGURING!                                                 #
  15. #                                                                                       #
  16. # Please consult the wiki for any questions regarding the setup of this plugin, if you  #
  17. # still require help, open a ticket on my discord server!                               #
  18. #                                                                                       #
  19. #########################################################################################
  20.  
  21. settings:
  22.        
  23.    POTATO:
  24.  
  25.       general:
  26.          enabled: true
  27.  
  28.       experience:
  29.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  30.          dropOnlyIfRipe: true
  31.          # Note: While true, dropOnBreak allows mending to function.
  32.          dropOnBreak: true
  33.          amount: 10
  34.          
  35.       # Note: Whether or not a permission is required to gain experience for this crop.
  36.       # Note: harvestexp.gain.potato
  37.       permission:
  38.          enabled: false
  39.          
  40.       # Note: In which worlds experience won't drop when harvesting this crop.
  41.       worlds:
  42.          blacklist:
  43.         - 'world_the_nether'
  44.          - 'another_world'
  45.          
  46.    ###############################
  47.          
  48.    CARROT:
  49.  
  50.       general:
  51.          enabled: true
  52.          
  53.       experience:
  54.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  55.          dropOnlyIfRipe: true
  56.          # Note: While true, dropOnBreak allows mending to function.
  57.          dropOnBreak: true
  58.          amount: 10
  59.          
  60.       # Note: Whether or not a permission is required to gain experience for this crop.
  61.       # Note: harvestexp.gain.carrot
  62.       permission:
  63.          enabled: false
  64.          
  65.       # Note: In which worlds experience won't drop when harvesting this crop.
  66.       worlds:
  67.          blacklist:
  68.         - 'world_the_nether'
  69.          - 'another_world'
  70.          
  71.    ###############################        
  72.          
  73.    WHEAT:
  74.  
  75.       general:
  76.          enabled: true
  77.          
  78.       experience:
  79.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  80.          dropOnlyIfRipe: true
  81.          # Note: While true, dropOnBreak allows mending to function.
  82.          dropOnBreak: true
  83.          amount: 10
  84.          
  85.       # Note: Whether or not a permission is required to gain experience for this crop.
  86.       # Note: harvestexp.gain.wheat
  87.       permission:
  88.          enabled: false
  89.          
  90.       # Note: In which worlds experience won't drop when harvesting this crop.
  91.       worlds:
  92.          blacklist:
  93.         - 'world_the_nether'
  94.          - 'another_world'
  95.          
  96.    ###############################
  97.    
  98.    NETHERWART:
  99.  
  100.       general:
  101.          enabled: true
  102.          
  103.       experience:
  104.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  105.          dropOnlyIfRipe: true
  106.          # Note: While true, dropOnBreak allows mending to function.
  107.          dropOnBreak: true
  108.          amount: 10
  109.          
  110.       # Note: Whether or not a permission is required to gain experience for this crop.
  111.       # Note: harvestexp.gain.netherwart
  112.       permission:
  113.          enabled: false
  114.          
  115.       # Note: In which worlds experience won't drop when harvesting this crop.
  116.       worlds:
  117.          blacklist:
  118.         - 'world_the_nether'
  119.          - 'another_world'
  120.          
  121.    ###############################  
  122.          
  123.    BEETROOT:
  124.  
  125.       general:
  126.          enabled: true
  127.          
  128.       experience:
  129.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  130.          dropOnlyIfRipe: true
  131.          # Note: While true, dropOnBreak allows mending to function.
  132.          dropOnBreak: true
  133.          amount: 10
  134.          
  135.       # Note: Whether or not a permission is required to gain experience for this crop.
  136.       # Note: harvestexp.gain.beetroot
  137.       permission:
  138.          enabled: false
  139.          
  140.       # Note: In which worlds experience won't drop when harvesting this crop.
  141.       worlds:
  142.          blacklist:
  143.         - 'world_the_nether'
  144.          - 'another_world'
  145.          
  146.    ###############################
  147.          
  148.    COCOABEAN:
  149.  
  150.       general:
  151.          enabled: true
  152.          
  153.       experience:
  154.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  155.          dropOnlyIfRipe: true
  156.          # Note: While true, dropOnBreak allows mending to function.
  157.          dropOnBreak: true
  158.          amount: 10
  159.          
  160.       # Note: Whether or not a permission is required to gain experience for this crop.
  161.       # Note: harvestexp.gain.cocoabean
  162.       permission:
  163.          enabled: false
  164.          
  165.       # Note: In which worlds experience won't drop when harvesting this crop.
  166.       worlds:
  167.          blacklist:
  168.         - 'world_the_nether'
  169.          - 'another_world'
  170.          
  171.    ###############################
  172.          
  173.    SWEETBERRY:
  174.  
  175.       general:
  176.          enabled: true
  177.          
  178.       experience:
  179.         # Note: While true, dropOnlyIfRipe will alter experience only if the crop is fully ripe when harvested.
  180.          dropOnlyIfRipe: true
  181.          # Note: While true, dropOnBreak allows mending to function.
  182.          dropOnBreak: true
  183.          amount: 10
  184.          
  185.       # Note: Whether or not a permission is required to gain experience for this crop.
  186.       # Note: harvestexp.gain.sweetberry
  187.       permission:
  188.          enabled: false
  189.          
  190.       # Note: In which worlds experience won't drop when harvesting this crop.
  191.       worlds:
  192.          blacklist:
  193.         - 'world_the_nether'
  194.          - 'another_world'
  195.          
  196.    ###############################
  197.          
  198.    PUMPKIN:
  199.  
  200.       general:
  201.          enabled: true
  202.          
  203.       experience:
  204.         # Note: While true, dropOnlyIfNaturallyGrown will alter experience only if the crop is naturally spawned (not placed).
  205.          dropOnlyIfNaturallyGrown: true
  206.          # Note: While true, dropOnBreak allows mending to function.
  207.          dropOnBreak: true
  208.          amount: 10
  209.          
  210.       # Note: Whether or not a permission is required to gain experience for this crop.
  211.       # Note: harvestexp.gain.pumpkin
  212.       permission:
  213.          enabled: false
  214.          
  215.       # Note: In which worlds experience won't drop when harvesting this crop.
  216.       worlds:
  217.          blacklist:
  218.         - 'world_the_nether'
  219.          - 'another_world'
  220.          
  221.    ###############################
  222.          
  223.    MELON:
  224.  
  225.       general:
  226.          enabled: true
  227.          
  228.       experience:
  229.         # Note: While true, dropOnlyIfNaturallyGrown will alter experience only if the crop is naturally spawned (not placed).
  230.          dropOnlyIfNaturallyGrown: true
  231.          # Note: While true, dropOnBreak allows mending to function.
  232.          dropOnBreak: true
  233.          amount: 10
  234.          
  235.       # Note: Whether or not a permission is required to gain experience for this crop.
  236.       # Note: harvestexp.gain.melon
  237.       permission:
  238.          enabled: false
  239.          
  240.       # Note: In which worlds experience won't drop when harvesting this crop.
  241.       worlds:
  242.          blacklist:
  243.         - 'world_the_nether'
  244.          - 'another_world'
  245.          
  246.    ###############################
  247.    
  248. updates:
  249.    notifications: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement