Advertisement
Guest User

testt

a guest
Mar 20th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. showBukkitPVPMessages: false # turn on and off normal bukkit death messages for pvp
  2. showBukkitPVEMessages: false # turn on and off normal bukkit death messages for pve
  3. sendPVPDeathMessages: true # send Custom Messages on PvP deaths
  4. sendPVEDeathMessages: false # send Custom Messages on PvE deaths
  5.  
  6. ### Track Player vs Player stats
  7. trackPvP: true
  8.  
  9. ### Track Player vs Environment stats
  10. trackPvE: false
  11.  
  12. ### If showing PvP messages should we use a Herochat channel
  13. useHeroChat: true
  14. chatChannel: "local" ## Which channel to use
  15.  
  16. msgRadius: 100 ## Set to 0 for global
  17.  
  18. ### If number of seconds between kills is less than
  19. ### this number, show on a rampage message
  20. rampageTime: 10
  21.  
  22. ### Display a player is on a streak messages every x kills
  23. streakMessagesEvery: 20
  24.  
  25. SQLOptions:
  26. type: sqlite # sqlite or mysql
  27. db: tracker # db name
  28. url : "localhost" # ignored if not mysql
  29. port : "3306" # ignored if not mysql
  30. username: "root"
  31. password: ""
  32.  
  33. ## These are the default elo options, they can be overridden by calling plugins
  34. elo:
  35. default: 1250
  36. spread: 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement