Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Last active December 11, 2015 16:49
Show Gist options
  • Select an option

  • Save tehbeard/4630499 to your computer and use it in GitHub Desktop.

Select an option

Save tehbeard/4630499 to your computer and use it in GitHub Desktop.
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