Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##########################################
- # EPICSKYWARS Guardians
- # Very flexible guardians system. You may create your own types, change everything you want.
- Guardians:
- # You can create your own types. Just copy this and change everything you need and then use it for you own needs.
- Types:
- Defender:
- # Max health
- max-health: 25.0
- # Use double values. WARNING: Health value shouldn't be higher than max-health!
- health: 25.0
- # You can use color codes here.
- name: '&6&lUltra Defender'
- # Potion effects. Please follow the example:
- # - PotionEffectType duration amplifier ambient
- # - DAMAGE_RESISTANCE 0 2 false (It means that mob will have Damage Resistance II effect for all time without particles (burbles))
- # If you want use endless duration use - 0;
- # You can find here Potion Types: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
- # Please everytime use ALL 3 options. Otherwise, potion effect will not work.
- potion-effects:
- - DAMAGE_RESISTANCE 0 2
- - FIRE_RESISTANCE 0 1
- armor:
- enable: true
- helmet: 314
- chestplate: 315
- leggings: 316
- boots: 317
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement