Advertisement
Guest User

Cannot place eye of ender

a guest
Feb 22nd, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 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. sql: false
  54. gamemode-change-cooldown:
  55. use: false
  56. time-in-seconds: 5
  57. settings:
  58. track-blocks: true
  59. survival-breaking-creative-blocks:
  60. block-drops: false
  61. deny: true
  62. creative-breaking-survival-blocks:
  63. block-drops: false
  64. deny: true
  65. creative-breaking-adventure-blocks:
  66. block-drops: false
  67. deny: true
  68. survival-breaking-adventure-blocks:
  69. block-drops: false
  70. deny: true
  71. adventure-breaking-survival-blocks:
  72. block-drops: false
  73. deny: true
  74. adventure-breaking-creative-blocks:
  75. block-drops: false
  76. deny: true
  77. remove-old-inventories: false
  78. cleanup:
  79. use: true
  80. method: archive
  81. after: 120
  82. similar-gamemode-allow: false
  83. sql:
  84. host: localhost
  85. username: MySQLUsername
  86. password: MySQLPassword
  87. database: AntiShare
  88. port: 3306
  89. sqlite:
  90. use-instead: false
  91. location: /plugins/AntiShare/Database.db
  92. name: MyDatabase
  93. blocked-lists:
  94. block-place: diamond block, diamond ore, gold block, gold ore, iron block, iron ore, bedrock, tnt, emerald block, emerald ore, redstone ore, coal ore,
  95. block-break: none
  96. dropped-items-on-death: all
  97. picked-up-items: all
  98. dropped-items: all
  99. right-click: storage minecart, powered minecart, chest, furnace, dispenser, jukebox, anvil
  100. use-items: fire, flint and steel, exp bottle, 383, egg, lava bucket, water bucket, fireball, item frame
  101. commands: /someCommand, /anotherCommand
  102. mobs: all
  103. right-click-mobs: all
  104. crafting-recipes: all
  105. worldsplit:
  106. split: none
  107. value: 0
  108. positive: CREATIVE
  109. negative: SURVIVAL
  110. warning:
  111. enabled: false
  112. blocks: 15
  113. warn-every: 2
  114. block-tracking:
  115. tracked-survival-blocks: all
  116. tracked-creative-blocks: all
  117. tracked-adventure-blocks: all
  118. other:
  119. debug: false
  120. more-quiet-shutdown: true
  121. more-quiet-startup: true
  122. debug-settings:
  123. force-use-tool: false
  124. send-gamemode-change-message: true
  125. quiet-offline-mode-warning: false
  126. dont-look-for-updates: false
  127. stop-spam-for-conflicts: false
  128. use-sleep: true
  129. error-reporting:
  130. error-string: '5.3.0|git-Bukkit-1.4.7-R0.1-b2602jnks (MC: 1.4.7)|true|155'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement