Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- # #
- # Scyther, a premium resource by Norska#1933 [ID: 253886847690866688] #
- # #
- # Wiki: https://norska.dev/docs/welcome #
- # Support: https://norska.dev/discord #
- # #
- # You are editing the levels.yml file of Scyther. #
- # #
- #########################################################################################
- #########################################################################################
- # #
- # 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! #
- # #
- #########################################################################################
- # READ ME:
- # 1. All perks must follow this specific format -> '[<PERK>]:<VALUE>'
- #
- # Available perks:
- # 1. [DROPMULT] -> Modifies the drop multiplier of the harvester hoe (accepts Integers).
- # 2. [SELLMULT] -> Modifies the sell multiplier of the harvester hoe (accepts Doubles).
- # 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'
- # 4. [GLOW] -> Modifies the glow of the harvester hoe (accepts booleans).
- # Available placeholders:
- # 1. {0} = player name
- # 2. You can use any PlaceholderAPI placeholder.
- enabled: true
- settings:
- xpWhenReachedMaxLevel: 'N/A'
- xpRequiredForNextLevelWhenReachedMaxLevel: '∞'
- levels:
- '1':
- requiredXP: 10.0
- commands:
- - 'broadcast test1'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.1'
- - '[MATERIAL]:WOODEN_HOE'
- '2':
- requiredXP: 25.0
- commands:
- - 'broadcast test2'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.2'
- - '[MATERIAL]:WOODEN_HOE'
- - '[GLOW]:TRUE'
- '3':
- requiredXP: 50.0
- commands:
- - 'broadcast test3'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.3'
- - '[MATERIAL]:STONE_HOE'
- '4':
- requiredXP: 75.0
- commands:
- - 'broadcast test4'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.4'
- - '[MATERIAL]:STONE_HOE'
- '5':
- requiredXP: 100.0
- commands:
- - 'broadcast test5'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.5'
- - '[MATERIAL]:STONE_HOE'
- - '[GLOW]:TRUE'
- '6':
- requiredXP: 125.0
- commands:
- - 'broadcast test6'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.6'
- - '[MATERIAL]:IRON_HOE'
- '7':
- requiredXP: 150.0
- commands:
- - 'broadcast test7'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.7'
- - '[MATERIAL]:IRON_HOE'
- '8':
- requiredXP: 175.0
- commands:
- - 'broadcast test8'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.8'
- - '[MATERIAL]:IRON_HOE'
- - '[GLOW]:TRUE'
- '9':
- requiredXP: 200.0
- commands:
- - 'broadcast test9'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:1.9'
- - '[MATERIAL]:GOLDEN_HOE'
- '10':
- requiredXP: 250.0
- commands:
- - 'broadcast test10'
- perks:
- - '[DROPMULT]:2'
- - '[SELLMULT]:2.0'
- - '[MATERIAL]:GOLDEN_HOE'
- '11':
- requiredXP: 300.0
- commands:
- - 'broadcast test11'
- perks:
- - '[DROPMULT]:2'
- - '[SELLMULT]:2.1'
- - '[MATERIAL]:GOLDEN_HOE'
- - '[GLOW]:TRUE'
- '12':
- requiredXP: 350.0
- commands:
- - 'broadcast test12'
- perks:
- - '[DROPMULT]:1'
- - '[SELLMULT]:2.2'
- - '[MATERIAL]:DIAMOND_HOE'
- '13':
- requiredXP: 400.0
- commands:
- - 'broadcast test13'
- perks:
- - '[DROPMULT]:2'
- - '[SELLMULT]:2.3'
- - '[MATERIAL]:DIAMOND_HOE'
- '14':
- requiredXP: 450.0
- commands:
- - 'broadcast test14'
- perks:
- - '[DROPMULT]:2'
- - '[SELLMULT]:2.4'
- - '[MATERIAL]:DIAMOND_HOE'
- '15':
- requiredXP: 500.0
- commands:
- - 'broadcast test15'
- perks:
- - '[DROPMULT]:3'
- - '[SELLMULT]:2.5'
- - '[MATERIAL]:DIAMOND_HOE'
- - '[GLOW]:TRUE'
Add Comment
Please, Sign In to add comment