Advertisement
Guest User

Antishare config

a guest
Jul 11th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. # AntiShare Configuration
  2. #
  3. # Help Resources:
  4. #
  5. # WIKI - https://github.com/turt2live/AntiShare/wiki
  6. # IRC - http://webchat.esper.net/?nick=as...&channels=turt2live
  7. # or on EsperNet (#turt2live)
  8. # BUKKITDEV - http://dev.bukkit.org/server-mods/antishare/
  9. #
  10. # A fully commented configuration can be found within the plugin jar.
  11. lists:
  12. no-potions: true
  13. no-thrown-potions: true
  14. break:
  15. - bedrock
  16. place:
  17. - diamond block
  18. - gold block
  19. - iron block
  20. - bedrock
  21. - tnt
  22. - emerald block
  23. death:
  24. - all
  25. pickup:
  26. - all
  27. drop:
  28. - all
  29. use:
  30. - tnt minecart
  31. - sign
  32. - flint and steel
  33. - exp bottle
  34. - monster egg
  35. - lava bucket
  36. - water bucket
  37. - fireball
  38. - head
  39. interact:
  40. - storage minecart
  41. - powered minecart
  42. - hopper minecart
  43. - hopper
  44. - chest
  45. - sign
  46. - trapped chest
  47. - furnace
  48. - dispenser
  49. - dropper
  50. - jukebox
  51. - anvil
  52. - enchantment table
  53. - item frame
  54. eat:
  55. - all
  56. commands:
  57. - command1
  58. - command2
  59. attack-mobs:
  60. - all
  61. interact-mobs:
  62. - all
  63. crafting:
  64. - all
  65. craft-mob:
  66. - iron golem
  67. - snow golem
  68. - wither
  69. tracking:
  70. creative:
  71. - all
  72. - -lever
  73. - -sbutton
  74. - -143
  75. - -wgate
  76. - -woodenpressureplate
  77. - -stonepressureplate
  78. - -trip
  79. - -404
  80. - -356
  81. - -wdoorblock
  82. - -trapdoor
  83. survival:
  84. - none
  85. adventure:
  86. - none
  87. settings:
  88. adventure-is-creative: true
  89. cleanup:
  90. inventories:
  91. enabled: true
  92. method: archive
  93. after: 120
  94. remove-old-worlds: true
  95. cooldown:
  96. enabled: false
  97. wait-time-seconds: 5
  98. natural-protection:
  99. allow-mismatch-gamemode: false
  100. remove-attached-blocks: true
  101. empty-inventories: true
  102. gamemode-spreading: true
  103. break-as-gamemode:
  104. pistons: true
  105. attached-blocks: true
  106. water: true
  107. falling-blocks: true
  108. blown-up: true
  109. gamemode-change:
  110. change-level: true
  111. change-economy-balance: true
  112. change-inventory: true
  113. change-ender-chest: true
  114. change-potion-effects: true
  115. use-per-world-inventories: false
  116. features:
  117. use-inventories: true
  118. use-fines-rewards: false
  119. notify:
  120. use: false
  121. with-permission: false
  122. console: false
  123. hooks:
  124. magicspells:
  125. block-creative: true
  126. logblock:
  127. stop-spam: true
  128. interaction:
  129. survival-breaking-creative:
  130. deny: false
  131. drop-items: false
  132. creative-breaking-survival:
  133. deny: false
  134. drop-items: false
  135. survival-breaking-adventure:
  136. deny: true
  137. drop-items: false
  138. creative-breaking-adventure:
  139. deny: true
  140. drop-items: false
  141. adventure-breaking-survival:
  142. deny: true
  143. drop-items: false
  144. adventure-breaking-creative:
  145. deny: true
  146. drop-items: false
  147. other:
  148. ignore-updates: false
  149. version_string: '5.4.2|git-Spigot-1029 (MC: 1.6.2)|true|438'
  150. no-pex-warning: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement