Advertisement
DuneSciFye

Untitled

May 11th, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. MaxLevel: 5
  2.  
  3. #Would you like minions to receive a reduced amount of EXP when killing mobs?
  4. NerfExpGiven: true
  5.  
  6. Levels:
  7. CostToUpgradeToLevel2: 30000 #The cost to upgrade to level 2
  8. CostToUpgradeToLevel3: 50000
  9. CostToUpgradeToLevel4: 100000
  10. CostToUpgradeToLevel5: 300000
  11. Settings:
  12. SettingsAtLevel1: 3x3x3 | HANDITEM:WOODEN_SWORD | MAXHEALTH:20#For the Slayer minion, 3x3x3 means it will kill mobs within a 3x3x3 radius
  13. SettingsAtLevel2: 4x4x4 | HANDITEM:STONE_SWORD | MAXHEALTH:25#As of Minions version 2.0 this format must be '<Number>x<Number>x<Number>'
  14. SettingsAtLevel3: 5x5x5 | HANDITEM:IRON_SWORD | LOOTING:1 | MAXHEALTH:30 #LOOTING_<NUMBER> can also be used MAXHEALTH:30 will raise it's max health
  15. SettingsAtLevel4: 6x6x6 | HANDITEM:DIAMOND_SWORD | LOOTING:2 | MAXHEALTH:35
  16. SettingsAtLevel5: 7x7x7 | HANDITEM:DIAMOND_SWORD | ENCHANTED | LOOTING:3 | MAXHEALTH:40
  17. Messages:
  18. MessageOnUpgradeTo2: '&aYou have upgraded the Slayer Minion to level 2!'
  19. MessageOnUpgradeTo3: '&aYou have upgraded the Slayer Minion to level 3!'
  20. MessageOnUpgradeTo4: '&aYou have upgraded the Slayer Minion to level 4!'
  21. MessageOnUpgradeTo5: '&aYou have upgraded the Slayer Minion to the highest level!'
  22.  
  23. #If this is false, the items will be deleted
  24. DropItemsOnFloorIfChestIsFull: true
  25.  
  26. #The amount of EXP given to the minion when a mob is killed, add other mobs if you wish, by default most mobs have a hard coded exp value
  27. #Must be a valid entitiy from here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  28. MobExpTable:
  29. SKELETON: 5
  30. ZOMBIE: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement