Advertisement
Guest User

Untitled

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