Advertisement
Guest User

Untitled

a guest
Jan 12th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. debug: false
  2. useFancyConsole: false
  3. addRank: false
  4. showCountdown: true
  5. tellPlayer: true
  6. ranks:
  7. soldier:
  8. playerCount: 5
  9. requireBoth: true
  10. next: warrior
  11. warrior:
  12. playerCount: 25
  13. requireBoth: true
  14. next: knight
  15. knight:
  16. playerCount: 60
  17. requireBoth: true
  18. next: assassin
  19. assassin:
  20. playerCount: 115
  21. requireBoth: true
  22. next: legendary
  23. legendary:
  24. playerCount: 250
  25. requireBoth: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement