Advertisement
Martini85

McmmoAP: Promotion.properties

Jun 12th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # -- Possible Skill Types --
  2.  
  3. # power, acrobatics, archery, axes, excavation, fishing, herbalism, mining, repair, swords, taming, unarmed, woodcutting
  4. # http://dev.bukkit.org/server-mods/mcmmo-auto-promote/
  5.  
  6. # -- Group Settings --
  7.  
  8. ladders {
  9. default { # This is the default ladder.
  10. }
  11. warpaccess {
  12. I {
  13. rank = '1000' # Must be unique to the ladder.
  14. power = '0'
  15. }
  16. II {
  17. rank = '950' # Must be unique to the ladder.
  18. power = '23'
  19. }
  20. III {
  21. rank = '900' # Must be unique to the ladder.
  22. power = '25'
  23. }
  24. IV {
  25. rank = '850' # Must be unique to the ladder.
  26. power = '29'
  27. }
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement