Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. *****************CONFIG***********************
  2.  
  3. clearlog:
  4. dumpDeletedLog: true
  5. keepLogDays: 5
  6. tables:
  7. - lb-main
  8. loggedWorlds:
  9. - world
  10. rollback:
  11. replaceAnyway:
  12. - 8
  13. - 9
  14. - 10
  15. - 11
  16. - 51
  17. dontRollback:
  18. - 10
  19. - 11
  20. - 46
  21. - 51
  22. logging:
  23. logBlockCreations: true
  24. logBlockDestroyings: true
  25. logKills: false
  26. logLeavesDecay: false
  27. logFire: true
  28. logLavaFlow: true
  29. logKillsLevel: PLAYERS
  30. logChestAccess: false
  31. logExplosions: true
  32. logSignTexts: false
  33. consumer:
  34. minCountPerRun: 100
  35. delayBetweenRuns: 6
  36. maxTimePerRun: 100
  37. maxCountPerRun: 1000
  38. useBukkitScheduler: true
  39. lookup:
  40. defaultDist: 20
  41. defaultTime: 30 minutes
  42. toolblockID: 7
  43. toolID: 270
  44. mysql:
  45. port: mysqlstuff here
  46. host: mysqlstuff here
  47. password: mysqlstuff here
  48. user: mysqlstuff here
  49. database: minecraft
  50. version: '0.15'
  51.  
  52.  
  53. ************************ERROR*****************************
  54.  
  55. java.sql.SQLException: Can't create/write to file '/home/BACK THIS UP-SERVER IS HERE/plugins/LogBlock/dumb/lb-main-11-05-02-22-58-46.csv' (Errcode: 13)
  56. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  57. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  58. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  59. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  60. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  61. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  62. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  63. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:779)
  64. at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:622)
  65. at de.diddiz.LogBlock.ClearLog.run(ClearLog.java:42)
  66. at java.lang.Thread.run(Thread.java:662)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement