Guest User

Untitled

a guest
Sep 25th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 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: true
  15. config-version: eleven
  16. disable-waterlife: true
  17. keep-spawn-in-memory: false
  18.  
  19. #Let clearlag control the spawning in ALL worlds? (Supports all plugins!)
  20. custom-mobspawner:
  21. enabled: false
  22. #How many times should clearlag attempt to find a safe location for the mob to spawn
  23. max-tries: 50
  24. #(In seconds) how often should clearlag try to spawn mobs?
  25. interval: 20
  26. #This is the radius around the player
  27. radius: 100
  28. #This is the radius FROM the player (in blocks!)
  29. radius-from: 100
  30. #How far should mobs spawn from eachother (NOT in blocks!!) (1,010 = around 10-20 blocks)
  31. mob-radius: 1010
  32. #Should we keep trying to spawn a mob if a clear location isn't found
  33. forcespawn: false
  34. #4 = nighttime, what light level should mobs spawn in
  35. lightlevel: 4
  36. #Chance mobs will have armor/sword, 1 being diamond every time
  37. armor-chance: 30
  38. mobs: #More types of a mob, more likely it'll spawn(ONLY IN NORMAL WORLDS!)
  39. - zombie 5
  40. - skeleton 3
  41. - creeper
  42. - enderman
  43. animals: #More types of a mob, more likely it'll spawn(ONLY IN NORMAL WORLDS!)
  44. - pig 4
  45. - sheep 1
  46. - cow 6
  47. - chicken 2
  48.  
  49. #This option disallows the placement of too many tnt-minecarts
  50. tnt-minecart:
  51. enabled: false
  52. max: 2
  53. radius: 6
  54.  
  55. #This option reduces global dispenser rate
  56. dispenser-reducer:
  57. enabled: false
  58. time: 100
  59.  
  60. #This option reduces the explosions of mass amounts of tnt, and reduces tnt lag
  61. tnt:
  62. tnt-reducer: false
  63.  
  64. #This option reduces fire spread rate
  65. firespread-reducer:
  66. enabled: false
  67. time: 2000
  68.  
  69. #How many entities should one chunk be allowed to hold?
  70. chunk-entity-limiter:
  71. enabled: false
  72. clean-chunk: true
  73. limit: 40
  74.  
  75. spawn-limiter:
  76. enabled: false
  77. interval: 15
  78. monsters: 300
  79. animals: 300
  80.  
  81. #Meters your TPS, if it goes to low, run the commands you wrote below!
  82. tps-meter:
  83. enabled: false
  84. interval: 15
  85. tps-trigger: 14.0
  86. commands:
  87. - 'lagg killmobs'
  88. - 'lagg clear'
  89.  
  90. #This is /lagg killmobs, put what you DON'T want removed!
  91. kill-mobs:
  92. disable-build-wither: false
  93. mob-filter:
  94. - Villager
  95. - Wolf
  96. - Horse
  97. - EntityHorse
  98.  
  99. #This takes care of mob spawners
  100. mobspawner:
  101. enabled: false
  102. max-spawn: 4
  103.  
  104. #No longer bugged! -- Dont use if you have CB++ or Spigot!
  105. item-merger:
  106. enabled: false
  107. radius: 6
  108.  
  109. #Auto-removal options
  110. auto-removal:
  111. warning-message: '[&6!!!!!!!!!&4ClearLag&6!!!!!!!!!!] &cItems op de grond verwijderen binnen 1 min!'
  112. broadcast-message: '&6[ClearLag] &aRemoved +RemoveAmount Entities!'
  113. broadcast-warning: true
  114. enable-scheduler: true
  115. autoremoval-interval: 400
  116. warning-delay: 60
  117.  
  118. #What should be removed during an auto-removal
  119. remove:
  120. world-filter:
  121. - this_world
  122. broadcast-removal: true
  123. boat: false
  124. falling-block: true
  125. experienceOrb: false
  126. painting: false
  127. projectile: true
  128. item: true
  129. itemframe: false
  130. minecart: false
  131. primed-tnt: true
  132. arrow: true
  133. snowball: true
  134. fireball: true
  135. ender-signal: false
  136. item-filter:
  137. # - 264
  138. # - 265
  139. # - 311
  140. # - 312
  141. # - 266
  142. mobs:
  143. - Creeper
  144. - Zombie
  145. - Skeleton
  146. - Slime
  147. - Spider
  148. - Enderman
  149.  
  150. #What should be removed during /lagg clear
  151. command-remove:
  152. world-filter:
  153. - this_world
  154. broadcast-removal: false
  155. boat: false
  156. falling-block: true
  157. experienceOrb: false
  158. painting: false
  159. projectile: true
  160. item: true
  161. itemframe: false
  162. minecart: true
  163. primed-tnt: true
  164. arrow: true
  165. snowball: true
  166. fireball: true
  167. ender-signal: false
  168. item-filter:
  169. - 264
  170. - 265
  171. - 311
  172. - 312
  173. - 266
  174. mobs:
  175. - Creeper
  176. - Zombie
  177. - Skeleton
  178. - Slime
  179. - Spider
  180. - Enderman
  181.  
  182. check:
  183. world-filter:
  184. - this_world
  185. boat: true
  186. falling-block: true
  187. experienceOrb: true
  188. painting: true
  189. projectile: true
  190. item: true
  191. itemframe: false
  192. minecart: true
  193. primed-tnt: true
  194. arrow: true
  195. snowball: true
  196. fireball: true
  197. ender-signal: false
  198. item-filter:
  199. # - 264
  200. # - 265
  201. # - 311
  202. # - 312
  203. # - 266
  204. mobs:
  205. creature: true
  206. animals: true
  207. monster: true
  208.  
  209. limit:
  210. enable-limit: false
  211. max: 1000
  212. check-interval: 60
  213. world-filter:
  214. - this_world
  215. broadcast-removal: true
  216. remove:
  217. boat: true
  218. falling-block: true
  219. experienceOrb: true
  220. painting: true
  221. projectile: true
  222. item: true
  223. itemframe: false
  224. minecart: true
  225. primed-tnt: true
  226. arrow: true
  227. snowball: true
  228. fireball: true
  229. ender-signal: false
  230. item-filter:
  231. # - 264
  232. # - 265
  233. # - 311
  234. # - 312
  235. # - 266
Advertisement
Add Comment
Please, Sign In to add comment