Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. MySQL = true #If true, uses MySQL. If false, uses Sqlite
  2. stickItem = 280 #The item used for /bb stick
  3. mysqlDB = jdbc:mysql://192.168.1.2:3306/minecraft #DB for MySQL (if applicable)
  4. engine = INNODB #Engine for the Database (INNODB is recommended)
  5. autoWatch = true #Automatically start watching players
  6. defaultSearchRadius = 2 #Default search radius for bbhere and bbfind
  7. restoreFire = false #Restore fire when rolling back
  8. flatFileLogs = false #If true, will also log actions to .logs (one for each player)
  9. mysqlPass = hoot510 #Password for MySQL db (if applicable)
  10. mysqlUser = root #Username for MySQL db (if applicable)
  11. maxRecords = 10000000 #The maximum number of records that you want in your database (-1 to disable)
  12. cleanseAge = 7d12h #The maximum age of items in the database (can be mixture of #d,h,m,s) (0s to disable)
  13. sendDelay = 4 #Delay in seconds to batch send updates to database (4-5 recommended)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement