Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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. - beacon
  22. - tnt
  23. - emerald block
  24. death:
  25. - all
  26. pickup:
  27. - all
  28. drop:
  29. - all
  30. use:
  31. - anvil
  32. - enchantment table
  33. - sign
  34. - flint and steel
  35. - exp bottle
  36. - monster egg
  37. - 383
  38. - spawn egg
  39. - lava bucket
  40. - water bucket
  41. - fireball
  42. - item frame
  43. interact:
  44. - storage minecart
  45. - powered minecart
  46. - hopper minecart
  47. - hopper
  48. - trapped chest
  49. - furnace
  50. - dispenser
  51. - dropper
  52. - chest
  53. - storage minecart
  54. - powered minecart
  55. - tnt minecart
  56. - hopper minecart
  57. - hopper
  58. - trapped chest
  59. - furnace
  60. - jukebox
  61. - dispenser
  62. - dropper
  63. - jukebox
  64. - monster egg
  65. - 383
  66. - spawn egg
  67. eat:
  68. - all
  69. commands:
  70. - command1
  71. - command2
  72. attack-mobs:
  73. - all
  74. interact-mobs:
  75. - all
  76. crafting:
  77. - all
  78. craft-mob:
  79. - iron golem
  80. - snow golem
  81. - wither
  82. tracking:
  83. creative:
  84. - all
  85. survival:
  86. - none
  87. adventure:
  88. - all
  89. settings:
  90. adventure-is-creative: true
  91. cleanup:
  92. inventories:
  93. enabled: true
  94. method: archive
  95. after: 120
  96. remove-old-worlds: true
  97. cooldown:
  98. enabled: false
  99. wait-time-seconds: 5
  100. natural-protection:
  101. allow-mismatch-gamemode: false
  102. remove-attached-blocks: true
  103. empty-inventories: true
  104. gamemode-spreading: true
  105. break-as-gamemode:
  106. pistons: true
  107. attached-blocks: true
  108. water: true
  109. falling-blocks: true
  110. blown-up: true
  111. gamemode-change:
  112. change-level: false
  113. change-economy-balance: false
  114. change-inventory: true
  115. change-ender-chest: true
  116. change-potion-effects: true
  117. use-per-world-inventories: false
  118. features:
  119. use-inventories: true
  120. use-fines-rewards: false
  121. notify:
  122. use: true
  123. with-permission: true
  124. console: false
  125. hooks:
  126. magicspells:
  127. block-creative: true
  128. logblock:
  129. stop-spam: true
  130. interaction:
  131. survival-breaking-creative:
  132. deny: true
  133. drop-items: false
  134. creative-breaking-survival:
  135. deny: true
  136. drop-items: false
  137. survival-breaking-adventure:
  138. deny: true
  139. drop-items: false
  140. creative-breaking-adventure:
  141. deny: true
  142. drop-items: false
  143. adventure-breaking-survival:
  144. deny: true
  145. drop-items: false
  146. adventure-breaking-creative:
  147. deny: true
  148. drop-items: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement