Advertisement
Guest User

RankupOnKills Working Example

a guest
Aug 30th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.97 KB | None | 0 0
  1. debug: true
  2. useFancyConsole: true
  3. addRank: false
  4. showCountdown: false
  5. tellPlayer: true
  6. usePerms: false
  7. ranks:
  8.   Peasant:
  9.     sharedCount: false
  10.     playerCount: 0
  11.   Trainee:
  12.     sharedCount: false
  13.     playerCount: 10
  14.     mobCount: 0
  15.     requireBoth: true
  16.   Recruit:
  17.     sharedCount: false
  18.     playerCount: 20
  19.     requireBoth: true
  20.   Warrior:
  21.     sharedCount: false
  22.     playerCount: 50
  23.     requireBoth: true
  24.   Barbarian:
  25.     sharedCount: false
  26.     playerCount: 75
  27.     requireBoth: true
  28.   Knight:
  29.     sharedCount: false
  30.     playerCount: 100
  31.     requireBoth: true
  32.   Assassin:
  33.     sharedCount: false
  34.     playerCount: 120
  35.     requireBoth: true
  36.   Scholar:
  37.     sharedCount: false
  38.     playerCount: 200
  39.     requireBoth: true
  40.   Duke:
  41.     sharedCount: false
  42.     playerCount: 250
  43.     requireBoth: true
  44.   EmperorMALE:
  45.     sharedCount: false
  46.     playerCount: 300
  47.     requireBoth: true
  48.   GodOfWar:
  49.     sharedCount: false
  50.     playerCount: 500
  51.     requireBoth: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement