Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. general:
  2. debug: false
  3. stats:
  4. configversion: 3
  5. database:
  6. type: sqlite
  7. host: localhost
  8. username: Beardstats
  9. password: changeme
  10. database: stats
  11. table: stats
  12. port: 3306
  13. blacklist:
  14. - creative
  15. - tutorialIsland
  16. pages:
  17. default:
  18. - blocks placed:stats.totalblockcreate
  19. - blocks broken:stats.totalblockdestroy
  20. - kills:kills.total
  21. - deaths:deaths.total
  22. - killdeath:comp.kd
  23. archery:
  24. - total shots:bow.shots
  25. - fire shots:bow.fireshots
  26. - Epirus bow shots:bow.infiniteshots
  27. customstats:
  28. - comp.kd = $kills.total - $deaths.total
  29. savedcustomstats:
  30. - comp.pk = $kills.player - $deaths.player
  31. customformats:
  32. - stats.move:%1$s metres
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement