Advertisement
Guest User

Untitled

a guest
Nov 8th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 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: false
  111. interval: 15
  112. monsters: 300
  113. animals: 300
  114.  
  115. #Meters your TPS, if it goes to low, run the commands you wrote below!
  116. tps-meter:
  117. enabled: false
  118. interval: 15
  119. tps-trigger: 14.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.  
  132. #This takes care of mob spawners
  133. mobspawner:
  134. enabled: false
  135. max-spawn: 4
  136.  
  137. #No longer bugged! -- Dont use if you have CB++ or Spigot!
  138. item-merger:
  139. enabled: false
  140. radius: 6
  141.  
  142. #Auto-removal options
  143. auto-removal:
  144. warning-message: ‘&4[ATTENTION] &cTOUT les items au sol vont être supprimés dans une minute!’
  145. broadcast-message: ‘&6[Bonne nouvelle] &a +RemoveAmount ITEMS ONT ÉTÉ SUPPRIMÉS!’
  146. broadcast-warning: true
  147. enable-scheduler: true
  148. autoremoval-interval: 900
  149. warning-delay: 60
  150.  
  151. #What should be removed during an auto-removal
  152. remove:
  153. world-filter:
  154. - this_world
  155. broadcast-removal: true
  156. boat: true
  157. falling-block: true
  158. experienceOrb: true
  159. painting: true
  160. projectile: true
  161. item: true
  162. itemframe: false
  163. minecart: true
  164. primed-tnt: true
  165. arrow: true
  166. snowball: true
  167. fireball: true
  168. ender-signal: true
  169. item-filter:
  170. # - 264
  171. # - 265
  172. # - 311
  173. # - 312
  174. # - 266
  175. mobs:
  176. # - cow
  177.  
  178. #What should be removed during /lagg clear
  179. command-remove:
  180. world-filter:
  181. - this_world
  182. broadcast-removal: false
  183. boat: true
  184. falling-block: true
  185. experienceOrb: true
  186. painting: true
  187. projectile: true
  188. item: true
  189. itemframe: false
  190. minecart: true
  191. primed-tnt: true
  192. arrow: true
  193. snowball: true
  194. fireball: true
  195. ender-signal: true
  196. item-filter:
  197. # - 264
  198. # - 265
  199. # - 311
  200. # - 312
  201. # - 266
  202. mobs:
  203. # - cow
  204.  
  205. check:
  206. world-filter:
  207. - this_world
  208. boat: true
  209. falling-block: true
  210. experienceOrb: true
  211. painting: true
  212. projectile: true
  213. item: true
  214. itemframe: false
  215. minecart: true
  216. primed-tnt: true
  217. arrow: true
  218. snowball: true
  219. fireball: true
  220. ender-signal: true
  221. item-filter:
  222. # - 264
  223. # - 265
  224. # - 311
  225. # - 312
  226. # - 266
  227. mobs:
  228. creature: true
  229. animals: true
  230. monster: true
  231.  
  232. limit:
  233. enable-limit: false
  234. max: 1000
  235. check-interval: 60
  236. world-filter:
  237. - this_world
  238. broadcast-removal: true
  239. remove:
  240. boat: true
  241. falling-block: true
  242. experienceOrb: true
  243. painting: true
  244. projectile: true
  245. item: true
  246. itemframe: false
  247. minecart: true
  248. primed-tnt: true
  249. arrow: true
  250. snowball: true
  251. fireball: true
  252. ender-signal: true
  253. item-filter:
  254. # - 264
  255. # - 265
  256. # - 311
  257. # - 312
  258. # - 266
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement