Advertisement
Guest User

Untitled

a guest
Apr 4th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. # For help see the following page
  2. # http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/
  3. #
  4. # Commands Help:
  5. # http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/#w-commands
  6. #
  7. # Permissions Help:
  8. # http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/#w-permissions
  9. #
  10. # Looking for a commented version of this configuration? Try here:
  11. # https://github.com/turt2live/AntiShare/blob/master/resources/config.yml
  12.  
  13. blocked-actions:
  14. block-place: true
  15. block-break: true
  16. drop-items-on-death: true
  17. pickup-items: true
  18. drop-items: true
  19. right-click: true
  20. use-items: true
  21. commands: true
  22. combat-against-players: true
  23. combat-against-mobs: true
  24. crafting-recipes: true
  25. right-click-mobs: true
  26. handled-actions:
  27. world-transfers: false
  28. gamemode-inventories: true
  29. gamemode-ender-chests: true
  30. enabled-features:
  31. gamemode-regions: true
  32. world-split: true
  33. no-experience-for-creative: true
  34. change-level-on-gamemode-change: true
  35. disable-item-frame-cross-game-mode: true
  36. attached-blocks-settings:
  37. disable-breaking-mixed-gamemode: true
  38. disable-placing-mixed-gamemode: true
  39. break-as-gamemode: true
  40. no-drops-when-block-break:
  41. inventories: true
  42. attached-blocks: true
  43. paintings-are-attached: true
  44. vehicles: true
  45. natural-protection: true
  46. natural-protection-mode:
  47. deny: false
  48. block-drops: false
  49. mob-creation:
  50. allow-snow-golems: false
  51. allow-iron-golems: false
  52. allow-wither: false
  53. gamemode-change-cooldown:
  54. use: false
  55. time-in-seconds: 5
  56. settings:
  57. track-blocks: false
  58. survival-breaking-creative-blocks:
  59. block-drops: false
  60. deny: false
  61. creative-breaking-survival-blocks:
  62. block-drops: false
  63. deny: false
  64. creative-breaking-adventure-blocks:
  65. block-drops: false
  66. deny: false
  67. survival-breaking-adventure-blocks:
  68. block-drops: false
  69. deny: false
  70. adventure-breaking-survival-blocks:
  71. block-drops: false
  72. deny: false
  73. adventure-breaking-creative-blocks:
  74. block-drops: false
  75. deny: false
  76. remove-old-inventories: false
  77. cleanup:
  78. use: true
  79. method: archive
  80. after: 120
  81. similar-gamemode-allow: false
  82. blocked-lists:
  83. block-place: bedrock, tnt, 130
  84. block-break: bedrock
  85. dropped-items-on-death: all
  86. picked-up-items: all
  87. dropped-items: all
  88. right-click: storage minecart, powered minecart, chest, furnace, dispenser, jukebox, anvil, enchantment table, ender portal frame, 130
  89. use-items: exp bottle, egg, fireball, 328, 342, 343, 401, 408
  90. commands: /ma join, /ma leave, /ma spec, /ma spectate
  91. mobs: all
  92. right-click-mobs: all
  93. crafting-recipes: all
  94. worldsplit:
  95. split: none
  96. value: 0
  97. positive: CREATIVE
  98. negative: SURVIVAL
  99. warning:
  100. enabled: false
  101. blocks: 15
  102. warn-every: 2
  103. block-tracking:
  104. tracked-survival-blocks: all
  105. tracked-creative-blocks: all
  106. tracked-adventure-blocks: all
  107. other:
  108. debug: false
  109. more-quiet-shutdown: true
  110. more-quiet-startup: true
  111. debug-settings:
  112. force-use-tool: false
  113. send-gamemode-change-message: false
  114. quiet-offline-mode-warning: false
  115. dont-look-for-updates: false
  116. stop-spam-for-conflicts: false
  117. use-sleep: true
  118. error-reporting:
  119. error-string: '5.3.0|git-Bukkit-1.4.7-R1.0-90-geb2d96b-b2730jnks (MC: 1.5.1)|true|155'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement