matagin

clearlagg_config

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