Last active
December 11, 2015 16:49
-
-
Save tehbeard/4630499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| general: | |
| debug: false | |
| stats: | |
| configversion: ${project.config.version} | |
| trackcreativemode: false | |
| database: | |
| type: "transfer" | |
| host: "NA" | |
| username: "NA" | |
| password: "NA" | |
| database: "NA" | |
| table: "NA" | |
| port: 3306 | |
| transfer: #Under stats, holds old config and new config | |
| old: | |
| type: "sqlite" | |
| host: "NA" | |
| username: "NA" | |
| password: "NA" | |
| database: "NA" | |
| table: "NA" | |
| port: 3306 | |
| new: # AFTER CONVERSION, SET stats.database to these values! | |
| type: "file" | |
| host: "NA" | |
| username: "NA" | |
| password: "NA" | |
| database: "NA" | |
| table: "NA" | |
| port: 3306 | |
| blacklist: | |
| - creative | |
| - tutorialIsland | |
| pages: | |
| default: | |
| - "blocks placed:stats.totalblockcreate" | |
| - "blocks broken:stats.totalblockdestroy" | |
| - "kills:kills.total" | |
| - "deaths:deaths.total" | |
| - "killdeath:comp.kd" | |
| archery: | |
| - "total shots:bow.shots" | |
| - "fire shots:bow.fireshots" | |
| - "Epirus bow shots:bow.infiniteshots" | |
| customstats: | |
| - "comp.kd = $kills.total - $deaths.total" | |
| savedcustomstats: | |
| - "comp.pk = $kills.player - $deaths.player" | |
| customformats: | |
| - "stats.move:%1$s metres" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment