Guest User

Untitled

a guest
May 22nd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1.  
  2. ---------------------------/etc/my.cnf-------------------------
  3. [mysqld]
  4. datadir=/var/lib/mysql
  5. socket=/var/lib/mysql/mysql.sock
  6. user=mysql
  7. port=3306
  8. # Default to using old password format for compatibility with mysql 3.x
  9. # clients (those using the mysqlclient10 compatibility package).
  10. old_passwords=1
  11.  
  12. # Disabling symbolic-links is recommended to prevent assorted security risks;
  13. # to do so, uncomment this line:
  14. # symbolic-links=0
  15.  
  16. [mysqld_safe]
  17. log-error=/var/log/mysqld.log
  18. pid-file=/var/run/mysqld/mysqld.pid
  19. -----------------------------------------------------------------
  20.  
  21. ---------------------------logblock/config.yml------------------
  22. tools:
  23. tool:
  24. defaultEnabled: true
  25. mode: LOOKUP
  26. aliases:
  27. - t
  28. params: area 0 all sum none limit 15 desc silent
  29. leftClickBehavior: NONE
  30. item: 270
  31. rightClickBehavior: TOOL
  32. permissionDefault: 'TRUE'
  33. toolblock:
  34. params: area 0 all sum none limit 15 desc silent
  35. permissionDefault: 'TRUE'
  36. rightClickBehavior: BLOCK
  37. item: 7
  38. mode: LOOKUP
  39. defaultEnabled: true
  40. aliases:
  41. - tb
  42. leftClickBehavior: TOOL
  43. mysql:
  44. user: root
  45. port: 3306
  46. password: ********
  47. host: localhost
  48. database: minecraft
  49. logging:
  50. hiddenBlocks:
  51. - 0
  52. logCreeperExplosionsAsPlayerWhoTriggeredThese: false
  53. logPlayerInfo: true
  54. hiddenPlayers: []
  55. logKillsLevel: PLAYERS
  56. consumer:
  57. timePerRun: 200
  58. useBukkitScheduler: true
  59. forceToProcessAtLeast: 20
  60. delayBetweenRuns: 6
  61. lookup:
  62. linesLimit: 1500
  63. defaultTime: 30 minutes
  64. defaultDist: 20
  65. linesPerPage: 15
  66. questioner:
  67. askClearLogs: true
  68. banPermission: mcbans.ban.local
  69. askRollbacks: true
  70. askRedos: true
  71. askClearLogAfterRollback: true
  72. askRollbackAfterBan: false
  73. updater:
  74. checkVersion: true
  75. installSpout: true
  76. loggedWorlds:
  77. - world
  78. - world_nether
  79. clearlog:
  80. enableAutoClearLog: false
  81. auto:
  82. - world "world" before 365 days all
  83. - world "world" player lavaflow waterflow leavesdecay before 7 days all
  84. - world world_nether before 365 days all
  85. - world world_nether player lavaflow before 7 days all
  86. dumpDeletedLog: false
  87. rollback:
  88. replaceAnyway:
  89. - 8
  90. - 9
  91. - 10
  92. - 11
  93. - 51
  94. maxArea: 50
  95. dontRollback:
  96. - 10
  97. - 11
  98. - 46
  99. - 51
  100. maxTime: 2 days
  101. version: '1.42'
  102.  
  103. ----------------------------------------------------------------------
  104.  
  105. -----------------------------logblock/world.yml-----------------------
  106.  
  107. logging:
  108. TNTEXPLOSION: false
  109. LEAVESDECAY: false
  110. MISCEXPLOSION: false
  111. SNOWFORM: false
  112. NATURALSTRUCTUREGROW: false
  113. KILL: false
  114. FIRE: false
  115. CHAT: false
  116. WATERFLOW: false
  117. BONEMEALSTRUCTUREGROW: false
  118. BLOCKPLACE: false
  119. ENDERDRAGON: true
  120. DIODEINTERACT: false
  121. SNOWFADE: false
  122. CHESTACCESS: false
  123. ENDERMEN: false
  124. SIGNTEXT: false
  125. LAVAFLOW: false
  126. CAKEEAT: false
  127. BLOCKBREAK: false
  128. SWITCHINTERACT: false
  129. NOTEBLOCKINTERACT: false
  130. GHASTFIREBALLEXPLOSION: false
  131. CREEPEREXPLOSION: false
  132. DOORINTERACT: false
  133. table: lb-world
Add Comment
Please, Sign In to add comment