Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2012
69
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: false
  29. gamemode-ender-chests: false
  30. enabled-features:
  31. gamemode-regions: true
  32. world-split: true
  33. sql: true
  34. no-experience-for-creative: true
  35. change-level-on-gamemode-change: true
  36. no-drops-when-block-break:
  37. inventories: true
  38. attached-blocks: true
  39. paintings-are-attached: true
  40. gamemode-change-cooldown:
  41. use: false
  42. time-in-seconds: 5
  43. settings:
  44. sql:
  45. host: localhost
  46. username: xxxxxx
  47. password: xxxxxx
  48. database: minecraft
  49. port: 3306
  50. sqlite:
  51. use-instead: false
  52. location: /plugins/AntiShare/Database.db
  53. name: MyDatabase
  54. track-blocks: true
  55. survival-breaking-creative-blocks:
  56. block-drops: false
  57. deny: false
  58. creative-breaking-survival-blocks:
  59. block-drops: false
  60. deny: false
  61. creative-breaking-adventure-blocks:
  62. block-drops: false
  63. deny: true
  64. survival-breaking-adventure-blocks:
  65. block-drops: false
  66. deny: true
  67. adventure-breaking-survival-blocks:
  68. block-drops: false
  69. deny: true
  70. adventure-breaking-creative-blocks:
  71. block-drops: false
  72. deny: true
  73. remove-old-inventories: false
  74. cleanup:
  75. use: true
  76. method: archive
  77. after: 120
  78. send-usage-statistics: true
  79. blocked-lists:
  80. block-place: bedrock, tnt, 397, 389
  81. block-break: bedrock, tnt, chest
  82. dropped-items-on-death: all
  83. picked-up-items: all
  84. dropped-items: all
  85. right-click: 379, storage minecart, powered minecart, chest, furnace, dispenser, jukebox, 130, 58, 116, 130, 373, 389, 138, 0
  86. use-items: fire, flint and steel, exp bottle, 383, egg, lava bucket, fireball, 373, potion ,373 ,834
  87. commands: /warp, /f home, /home, /world, /mv tp, /tpa, /ma j, /warhub, /zone ziggy, /ziggy, /shops, /shop, /spec, /suicide
  88. mobs: all
  89. right-click-mobs: all
  90. crafting-recipes: all
  91. worldsplit:
  92. split: none
  93. value: 0
  94. positive: CREATIVE
  95. negative: SURVIVAL
  96. warning:
  97. enabled: false
  98. blocks: 15
  99. warn-every: 2
  100. creative: 1
  101. survival: 0
  102. block-tracking:
  103. tracked-survival-blocks: all
  104. tracked-creative-blocks: all
  105. tracked-adventure-blocks: all
  106. other:
  107. debug: false
  108. send-gamemode-change-message: true
  109. quiet-offline-mode-warning: false
  110. dont-look-for-updates: false
  111. silent-startup: false
  112. silent-shutdown: false
  113. silent-blocks: true
  114. silent-errors: false
  115. silent-overall: false
  116. error-reporting: true
  117. timers: false
  118. xMail:
  119. creative-can-send-items: false
  120. adventure-can-send-items: true
  121. survival-can-send-items: true
  122. hook-into-xMail: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement