Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. sendPVPDeathMessages: true
  2.  
  3. useBattleChat: false
  4. useHeroChat: true
  5. chatChannel: "Global"
  6.  
  7. ### If number of seconds between kills is less than
  8. ### this number, show on a rampage message
  9. rampageTime: 7
  10.  
  11. ### Display a player is on a streak messages every x kills
  12. streakMessagesEvery: 10
  13.  
  14. ### Set this to true if we are loading from flat files
  15. ### into the DB for the first time,
  16. changeYamlIntoSQL: true
  17.  
  18. useMySQL: false
  19. mySQLOptions:
  20. url : "localhost"
  21. port : "3306"
  22. username: "root"
  23. password: ""
  24. db : "BattleTracker"
  25. playerKillTable : "playerkills"
  26. playerTotalTable : "playertotals"
  27.  
  28. rankTextColor: "&7"
  29. useTopXRanks: true
  30. topXRanks:
  31. - "GEN"
  32. - "LTG"
  33. - "MG"
  34. - "BG"
  35. - "COL"
  36. - "LTC"
  37. - "MAJ"
  38. - "CPT"
  39. - "1LT"
  40. - "2LT"
  41. ### You can add more here
  42.  
  43. useRanksForTotalKills: true
  44. ranksForTotalKills:
  45. 0 : "n00b"
  46. 1 : "Noob"
  47. 10 : "Novice"
  48. 50 : "Apprentice"
  49. 100 : "Soldier"
  50. 200 : "Veteran"
  51. 500 : "Master"
  52. 2000 : "BattleMaster"
  53. 5000 : "WalkingDeath"
  54.  
  55. ### These are case sensitive exact matches of in game player names
  56. useUniqueRanks: true
  57. uniqueRanks:
  58. Latros : "Mighty Tyrant"
  59. Yashua : "World Killer"
  60. alkarin_v : "Walking Target"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement