Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- showBukkitPVPMessages: false # turn on and off normal bukkit death messages for pvp
- showBukkitPVEMessages: false # turn on and off normal bukkit death messages for pve
- sendPVPDeathMessages: true # send Custom Messages on PvP deaths
- sendPVEDeathMessages: false # send Custom Messages on PvE deaths
- ### Track Player vs Player stats
- trackPvP: true
- ### Track Player vs Environment stats
- trackPvE: false
- ### If showing PvP messages should we use a Herochat channel
- useHeroChat: true
- chatChannel: "local" ## Which channel to use
- msgRadius: 100 ## Set to 0 for global
- ### If number of seconds between kills is less than
- ### this number, show on a rampage message
- rampageTime: 10
- ### Display a player is on a streak messages every x kills
- streakMessagesEvery: 20
- SQLOptions:
- type: sqlite # sqlite or mysql
- db: tracker # db name
- url : "localhost" # ignored if not mysql
- port : "3306" # ignored if not mysql
- username: "root"
- password: ""
- ## These are the default elo options, they can be overridden by calling plugins
- elo:
- default: 1250
- spread: 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement