Advertisement
Guest User

title config.yml

a guest
Feb 3rd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Title configuration
  2. #
  3. # Stores the titles people gain at certain levels.
  4. # Each title requres to have a name, short name (used when the player has more than
  5. # 1 job) the colour of the title and the level requrirement to attain the title.
  6. #
  7. # It is recommended but not required to have a title at level 0.
  8. #
  9. # Titles are completely optional.
  10.  
  11. Titles:
  12. Apprentice:
  13. Name: Apprentice
  14. ShortName: A
  15. ChatColour: []
  16. levelReq: 0
  17. Novice:
  18. Name: Novice
  19. ShortName: N
  20. ChatColour: []
  21. levelReq: 30
  22. Journeyman:
  23. Name: Journeyman
  24. ShortName: J
  25. ChatColour: []
  26. levelReq: 60
  27. Master:
  28. Name: Master
  29. ShortName: M
  30. ChatColour: []
  31. levelReq: 90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement