norskaaa

Scyther / Default Levels

Nov 24th, 2021 (edited)
1,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.07 KB | None | 0 0
  1. #########################################################################################
  2. #                                                                                       #
  3. # Scyther, a premium resource by Norska#1933 [ID: 253886847690866688]                   #
  4. #                                                                                       #
  5. # Wiki: https://norska.dev/docs/welcome                                                 #
  6. # Support: https://norska.dev/discord                                                   #
  7. #                                                                                       #
  8. # You are editing the levels.yml file of Scyther.                                       #
  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. # READ ME:
  22. # 1. All perks must follow this specific format -> '[<PERK>]:<VALUE>'
  23. #
  24. # Available perks:
  25. # 1. [DROPMULT] -> Modifies the drop multiplier of the harvester hoe (accepts Integers).
  26. # 2. [SELLMULT] -> Modifies the sell multiplier of the harvester hoe (accepts Doubles).
  27. # 3. [MATERIAL] -> Modifies the material of the harvester hoe (accepts material enums). If you want to use custom model data add it like this '[MATERIAL]:<VALUE>-<CUSTOM MODEL DATA>'. e.g '[MATERIAL]:STONE_HOE-502010'
  28. # 4. [GLOW] -> Modifies the glow of the harvester hoe (accepts booleans).
  29.  
  30. # Available placeholders:
  31. # 1. {0} = player name
  32. # 2. You can use any PlaceholderAPI placeholder.
  33.  
  34. enabled: true
  35.  
  36. settings:
  37.    xpWhenReachedMaxLevel: 'N/A'
  38.    xpRequiredForNextLevelWhenReachedMaxLevel: '∞'
  39.  
  40. levels:
  41.    '1':
  42.       requiredXP: 10.0
  43.       commands:
  44.      - 'broadcast test1'
  45.       perks:
  46.      - '[DROPMULT]:1'
  47.       - '[SELLMULT]:1.1'
  48.       - '[MATERIAL]:WOODEN_HOE'
  49.    '2':
  50.       requiredXP: 25.0
  51.       commands:
  52.      - 'broadcast test2'
  53.       perks:
  54.      - '[DROPMULT]:1'
  55.       - '[SELLMULT]:1.2'
  56.       - '[MATERIAL]:WOODEN_HOE'
  57.       - '[GLOW]:TRUE'
  58.    '3':
  59.       requiredXP: 50.0
  60.       commands:
  61.      - 'broadcast test3'
  62.       perks:
  63.      - '[DROPMULT]:1'
  64.       - '[SELLMULT]:1.3'
  65.       - '[MATERIAL]:STONE_HOE'
  66.    '4':
  67.       requiredXP: 75.0
  68.       commands:
  69.      - 'broadcast test4'
  70.       perks:
  71.      - '[DROPMULT]:1'
  72.       - '[SELLMULT]:1.4'
  73.       - '[MATERIAL]:STONE_HOE'
  74.    '5':
  75.       requiredXP: 100.0
  76.       commands:
  77.      - 'broadcast test5'
  78.       perks:
  79.      - '[DROPMULT]:1'
  80.       - '[SELLMULT]:1.5'
  81.       - '[MATERIAL]:STONE_HOE'
  82.       - '[GLOW]:TRUE'
  83.    '6':
  84.       requiredXP: 125.0
  85.       commands:
  86.      - 'broadcast test6'
  87.       perks:
  88.      - '[DROPMULT]:1'
  89.       - '[SELLMULT]:1.6'
  90.       - '[MATERIAL]:IRON_HOE'
  91.    '7':
  92.       requiredXP: 150.0
  93.       commands:
  94.      - 'broadcast test7'
  95.       perks:
  96.      - '[DROPMULT]:1'
  97.       - '[SELLMULT]:1.7'
  98.       - '[MATERIAL]:IRON_HOE'
  99.    '8':
  100.       requiredXP: 175.0
  101.       commands:
  102.      - 'broadcast test8'
  103.       perks:
  104.      - '[DROPMULT]:1'
  105.       - '[SELLMULT]:1.8'
  106.       - '[MATERIAL]:IRON_HOE'
  107.       - '[GLOW]:TRUE'
  108.    '9':
  109.       requiredXP: 200.0
  110.       commands:
  111.      - 'broadcast test9'
  112.       perks:
  113.      - '[DROPMULT]:1'
  114.       - '[SELLMULT]:1.9'
  115.       - '[MATERIAL]:GOLDEN_HOE'
  116.    '10':
  117.       requiredXP: 250.0
  118.       commands:
  119.      - 'broadcast test10'
  120.       perks:
  121.      - '[DROPMULT]:2'
  122.       - '[SELLMULT]:2.0'
  123.       - '[MATERIAL]:GOLDEN_HOE'
  124.    '11':
  125.       requiredXP: 300.0
  126.       commands:
  127.      - 'broadcast test11'
  128.       perks:
  129.      - '[DROPMULT]:2'
  130.       - '[SELLMULT]:2.1'
  131.       - '[MATERIAL]:GOLDEN_HOE'
  132.       - '[GLOW]:TRUE'
  133.    '12':
  134.       requiredXP: 350.0
  135.       commands:
  136.      - 'broadcast test12'
  137.       perks:
  138.      - '[DROPMULT]:1'
  139.       - '[SELLMULT]:2.2'
  140.       - '[MATERIAL]:DIAMOND_HOE'
  141.    '13':
  142.       requiredXP: 400.0
  143.       commands:
  144.      - 'broadcast test13'
  145.       perks:
  146.      - '[DROPMULT]:2'
  147.       - '[SELLMULT]:2.3'
  148.       - '[MATERIAL]:DIAMOND_HOE'
  149.    '14':
  150.       requiredXP: 450.0
  151.       commands:
  152.      - 'broadcast test14'
  153.       perks:
  154.      - '[DROPMULT]:2'
  155.       - '[SELLMULT]:2.4'
  156.       - '[MATERIAL]:DIAMOND_HOE'
  157.    '15':
  158.       requiredXP: 500.0
  159.       commands:
  160.      - 'broadcast test15'
  161.       perks:
  162.      - '[DROPMULT]:3'
  163.       - '[SELLMULT]:2.5'
  164.       - '[MATERIAL]:DIAMOND_HOE'
  165.       - '[GLOW]:TRUE'
Add Comment
Please, Sign In to add comment