Advertisement
Guest User

Untitled

a guest
Aug 5th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 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. handled-actions:
  26. world-transfers: false
  27. gamemode-inventories: false
  28. enabled-features:
  29. gamemode-regions: true
  30. world-split: false
  31. sql: false
  32. no-experience-for-creative: true
  33. change-level-on-gamemode-change: true
  34. no-drops-when-block-break:
  35. inventories: true
  36. attached-blocks: false
  37. gamemode-command: false
  38. gamemode-change-cooldown:
  39. use: false
  40. time-in-seconds: 5
  41. settings:
  42. sql:
  43. host: 127.0.0.1
  44. username: 1
  45. password: a690f58c63
  46. database: AntiShare
  47. send-usage-statistics: false
  48. track-blocks: false
  49. survival-breaking-creative-blocks:
  50. block-drops: false
  51. deny: true
  52. creative-breaking-survival-blocks:
  53. block-drops: false
  54. deny: true
  55. creative-breaking-adventure-blocks:
  56. block-drops: false
  57. deny: true
  58. survival-breaking-adventure-blocks:
  59. block-drops: false
  60. deny: true
  61. adventure-breaking-survival-blocks:
  62. block-drops: false
  63. deny: true
  64. adventure-breaking-creative-blocks:
  65. block-drops: false
  66. deny: true
  67. auto-save-interval: 30
  68. auto-send-bug-reports: false
  69. blocked-lists:
  70. block-place: 57, 41, 42, 56, 14, 15, 16, 73, 120, 119, 97, 383, 46, 21, 121, 120, 122, 19, 84, 79, 130, 129, 133, 23
  71. block-break: 7, 323, 46, sign
  72. dropped-items-on-death: all
  73. picked-up-items: all
  74. dropped-items: all
  75. right-click: 342, 343, 54, 61, 62, 84, 23, dispenser, 58, 323, 289, 46, brewing stand, 116, eye of ender, 381, 323, 130
  76. use-items: 384, 383, egg, fireball, monster egg, 293, 373, pots, potion, thrown potion, potions, 54, 46, 289, lava bucket, ender pearl, 327, bone, 259, 381, eye of ender, 323, water bucket
  77. commands: /sell, /sell hand, /sell item, /ma s, /auc, /auction
  78. mobs: all
  79. crafting-recipes: all
  80. worldsplit:
  81. split: none
  82. value: 0
  83. positive: creative
  84. negative: survival
  85. warning:
  86. enabled: false
  87. blocks: 15
  88. warn-every: 2
  89. creative: 1
  90. survival: 0
  91. split-axis: none
  92. block-tracking:
  93. tracked-survival-blocks: none
  94. tracked-creative-blocks: none
  95. tracked-adventure-blocks: all
  96. other:
  97. debug: false
  98. silent-startup: false
  99. silent-shutdown: false
  100. silent-blocks: true
  101. silent-errors: false
  102. silent-overall: false
  103. send-gamemode-change-message: true
  104. silent-bugs: true
  105. xMail:
  106. creative-can-send-items: false
  107. adventure-can-send-items: true
  108. survival-can-send-items: true
  109. hook-into-xMail: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement