Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 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: two
  16. broadcast-message: '&6[ClearLag] &aRemoved +RemoveAmount Entities!'
  17. enable-scheduler: true
  18. enable-limit: true
  19. autoremoval-interval: 600
  20.  
  21. warning:
  22. autoremoval-warning: true
  23. autoremoval-warningdelay: 60
  24. broadcast-warning: true
  25. autoremoval-warningmessage: '&4[ClearLag] &cWarning - All entities are being removed in &a1 &cminute'
  26.  
  27. remove:
  28. world-filter:
  29. - this_world
  30. broadcast-removal: true
  31. boat: false
  32. falling-block: true
  33. experienceOrb: true
  34. painting: false
  35. projectile: true
  36. item: true
  37. itemframe: false
  38. minecart: false
  39. primed-tnt: true
  40. arrow: true
  41. snowball: true
  42. fireball: true
  43. ender-signal: true
  44. mobs:
  45.  
  46. command-remove:
  47. world-filter:
  48. - this_world
  49. broadcast-removal: false
  50. boat: false
  51. falling-block: true
  52. experienceOrb: true
  53. painting: false
  54. projectile: true
  55. item: true
  56. itemframe: false
  57. minecart: true
  58. primed-tnt: true
  59. arrow: true
  60. snowball: true
  61. fireball: true
  62. ender-signal: true
  63. mobs:
  64. - None
  65. - None
  66.  
  67. check:
  68. world-filter:
  69. - this_world
  70. boat: false
  71. falling-block: true
  72. experienceOrb: true
  73. painting: false
  74. projectile: true
  75. item: true
  76. itemframe: true
  77. minecart: true
  78. primed-tnt: true
  79. arrow: true
  80. snowball: true
  81. fireball: true
  82. ender-signal: true
  83. mobs:
  84. creature: true
  85. animals: true
  86. monster: true
  87.  
  88. limit:
  89. max: 200
  90. check-interval: 20
  91. world-filter:
  92. - this_world
  93. broadcast-removal: true
  94. remove:
  95. boat: false
  96. falling-block: true
  97. experienceOrb: true
  98. painting: false
  99. projectile: true
  100. item: true
  101. itemframe: false
  102. minecart: false
  103. primed-tnt: true
  104. arrow: true
  105. snowball: true
  106. fireball: true
  107. ender-signal: true
  108.  
  109. #This is /lagg killmobs, put what you DON'T want removed!
  110. kill-mobs:
  111. mob-filter:
  112. - Villager
  113. - Wolf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement