Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. mysqlPass = root #Password for MySQL db (if applicable)
  2. mysqlUser = root #Username for MySQL db (if applicable)
  3. MySQL = true #If true, uses MySQL. If false, uses Sqlite
  4. mysqlDB = jdbc:mysql://localhost/minecraft #DB for MySQL (if applicable)
  5. mysqlTable = pcsdata #What table name to use in DB
  6. sendDelay = 4 #Delay to batch send updates to database (4-5 recommended)
  7. flatFileLogs = false #If true, will also log actions to .logs (one for each player)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement