Advertisement
Guest User

Untitled

a guest
Aug 8th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 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://<thiswouldbemyiptomysqlserv>: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 = thiswouldbemypass #Password for MySQL db (if applicable)
  10. mysqlUser = thiswouldbemyuser #Username for MySQL db (if applicable)
  11. maxRecords = 100000000000 #The maximum number of records that you want in your database (-1 to disable)
  12. cleanseAge = 5d20h #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