Advertisement
AshZification

ClearLagg Configuration

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