nicatronTg

Shank

Jan 31st, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. mysqlPass = root #Password for MySQL db (if applicable)
  2. mysqlUser = root #Username for MySQL db (if applicable)
  3. MySQL = false #If true, uses MySQL. If false, uses Sqlite
  4. mysqlDB = jdbc:mysql://localhost:3306/minecraft #DB for MySQL (if applicable)
  5. engine = INNODB #Engine for the Database (INNODB is recommended)
  6. autoWatch = true #Automatically start watching players
  7. sendDelay = 4 #Delay to batch send updates to database (4-5 recommended)
  8. defaultSearchRadius = 2 #Default search radius for bbhere and bbfind
  9. flatFileLogs = false #If true, will also log actions to .logs (one for each player)
Advertisement
Add Comment
Please, Sign In to add comment