Advertisement
Guest User

clear lagg config file

a guest
Mar 9th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. settings:
  2. auto-update: true
  3. enable-signs: true
  4. config-version: twelve
  5. disable-waterlife: true
  6. keep-spawn-in-memory: true
  7.  
  8. #Should clearlag reset the config (more stable), or attempt to add the new paths into your config?
  9. # -- Puting this as false wont reset your config, but may cause bugs.. Still in testing!
  10. config-updater:
  11. force-update: false
  12.  
  13. #This limits the mob egg spawners so players cannot "overload" the server with them
  14. # -- 'check-radius' stands for the radius clearlag will check for nearby entities
  15. # -- 'max-mobs' is how many entities may be in the radius before the spawning is blocked
  16. mobegg-limiter:
  17. enabled: true
  18. check-radius: 3
  19. max-mobs: 5
  20.  
  21. #Disable new chunk generation, or just put a cap on how many can load at once.
  22. # -- THIS DOES NOT WORK WITH 1.6.4!
  23. chunk-limiter:
  24. enabled: true
  25. limit: 6000
  26. create-new-chunks: true
  27.  
  28. #This modifies not only the view of the mobs, but will also simplify how they spawn
  29. # -- They may spawn with armor, even if it was spawned with commands
  30. # -- Lower it is, the better your entity tick will be
  31. # -- If it's too high, expect bugs / lots of lag
  32. # -- You MUST reboot your server to use these, /lagg reload will NOT work...
  33. mob-range:
  34. enabled: false
  35. zombie: 30
  36. skeleton: 30
  37. creeper: 20
  38.  
  39. #How long should items/Mobs be left on the ground
  40. # -- Goes by seconds
  41. live-time:
  42. enabled: false
  43. interval: 10
  44. mobtimer: true
  45. itemtimer: true
  46. moblivetime: 600
  47. itemlivetime: 240
  48.  
  49. #Let clearlag control the spawning in ALL worlds? (Supports all plugins!)
  50. # -- This will also respect cancelations, unlike minecraft's native code
  51. custom-mobspawner:
  52. enabled: false
  53. #How many times should clearlag attempt to find a safe location for the mob to spawn
  54. max-tries: 50
  55. #(In seconds) how often should clearlag try to spawn mobs?
  56. interval: 30
  57. #This is the radius around the player
  58. radius: 30
  59. #This is the radius FROM the player (in blocks!)
  60. radius-from: 7
  61. #How far should mobs spawn from eachother (NOT in blocks!!) (1,010 = around 10-20 blocks)
  62. mob-radius: 1010
  63. #Should we keep trying to spawn a mob if a clear location isn't found
  64. forcespawn: false
  65. #4 = nighttime, what light level should mobs spawn in
  66. lightlevel: 4
  67. #Chance mobs will have armor/sword, 1 being diamond every time
  68. armor-chance: 30
  69. mobs: #More types of a mob, more likely it'll spawn(ONLY IN NORMAL WORLDS!)
  70. - zombie 5
  71. - skeleton 3
  72. - creeper
  73. - enderman
  74. animals: #More types of a mob, more likely it'll spawn(ONLY IN NORMAL WORLDS!)
  75. - pig 4
  76. - sheep 1
  77. - cow 6
  78. - chicken 2
  79.  
  80. #This option disallows the placement of too many tnt-minecarts
  81. tnt-minecart:
  82. enabled: true
  83. max: 2
  84. radius: 3
  85.  
  86. #This option reduces global dispenser rate
  87. dispenser-reducer:
  88. enabled: false
  89. time: 100
  90.  
  91. #This option reduces the explosions of mass amounts of tnt, and reduces tnt lag
  92. tnt:
  93. tnt-reducer: true
  94.  
  95. #This option reduces fire spread rate
  96. firespread-reducer:
  97. enabled: true
  98. time: 2000
  99.  
  100. #How many entities should one chunk be allowed to hold?
  101. chunk-entity-limiter:
  102. enabled: true
  103. clean-chunk: true
  104. limit: 40
  105.  
  106. spawn-limiter:
  107. enabled: false
  108. interval: 15
  109. monsters: 300
  110. animals: 300
  111.  
  112. #Meters your TPS, if it goes to low, run the commands you wrote below!
  113. tps-meter:
  114. enabled: true
  115. interval: 15
  116. tps-trigger: 16.0
  117. commands:
  118. - 'lagg killmobs'
  119. - 'lagg clear'
  120.  
  121. #This is /lagg killmobs, put what you DON'T want removed!
  122. kill-mobs:
  123. disable-build-wither: false
  124. mob-filter:
  125. - Villager
  126. - Wolf
  127. - Horse
  128. - Cow
  129. - Ocelot
  130. - Sheep
  131. - Pig
  132. - Mooshroom
  133. - Wolf
  134. - Chicken
  135. - Squid
  136. - Witch
  137.  
  138. #This takes care of mob spawners
  139. mobspawner:
  140. enabled: false
  141. max-spawn: 4
  142.  
  143. #No longer bugged! -- Dont use if you have CB++ or Spigot!
  144. item-merger:
  145. enabled: false
  146. radius: 6
  147.  
  148. #Auto-removal options
  149. auto-removal:
  150. warning-message: '&4[ClearLag] &cWarning Ground items will be removed in one minute!'
  151. broadcast-message: '&6[ClearLag] &aRemoved +RemoveAmount Entities!'
  152. broadcast-warning: true
  153. enable-scheduler: true
  154. autoremoval-interval: 1800
  155. warning-delay: 60
  156.  
  157. #What should be removed during an auto-removal
  158. remove:
  159. world-filter:
  160. - world
  161. - sanandreas
  162. - hijacked
  163. broadcast-removal: true
  164. boat: true
  165. falling-block: true
  166. experienceOrb: true
  167. painting: false
  168. projectile: true
  169. item: true
  170. itemframe: false
  171. minecart: true
  172. primed-tnt: true
  173. arrow: true
  174. snowball: true
  175. fireball: true
  176. ender-signal: true
  177. item-filter:
  178. - 264
  179. - 265
  180. - 311
  181. - 312
  182. - 266
  183. mobs:
  184. # - cat
  185.  
  186. #What should be removed during /lagg clear
  187. command-remove:
  188. world-filter:
  189. - world
  190. - sanandreas
  191. - hijacked
  192. broadcast-removal: true
  193. boat: true
  194. falling-block: true
  195. experienceOrb: true
  196. painting: false
  197. projectile: true
  198. item: true
  199. itemframe: false
  200. minecart: true
  201. primed-tnt: true
  202. arrow: true
  203. snowball: true
  204. fireball: true
  205. ender-signal: true
  206. item-filter:
  207. - 264
  208. - 265
  209. - 311
  210. - 312
  211. - 266
  212. mobs:
  213. # - cat
  214.  
  215. check:
  216. world-filter:
  217. - world
  218. - sanandreas
  219. - hijacked
  220. boat: true
  221. falling-block: true
  222. experienceOrb: true
  223. painting: false
  224. projectile: true
  225. item: true
  226. itemframe: false
  227. minecart: true
  228. primed-tnt: true
  229. arrow: true
  230. snowball: true
  231. fireball: true
  232. ender-signal: true
  233. item-filter:
  234. - 264
  235. - 265
  236. - 311
  237. - 312
  238. - 266
  239. mobs:
  240. creature: true
  241. animals: fale
  242. monster: true
  243.  
  244. limit:
  245. enable-limit: true
  246. max: 1000
  247. check-interval: 1800
  248. world-filter:
  249. - world
  250. - sanandreas
  251. - hijacked
  252. broadcast-removal: true
  253. remove:
  254. boat: true
  255. falling-block: true
  256. experienceOrb: true
  257. painting: false
  258. projectile: true
  259. item: true
  260. itemframe: false
  261. minecart: true
  262. primed-tnt: true
  263. arrow: true
  264. snowball: true
  265. fireball: true
  266. ender-signal: true
  267. item-filter:
  268. - 264
  269. - 265
  270. - 311
  271. - 312
  272. - 266
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement