Advertisement
Guest User

Untitled

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