Advertisement
Guest User

AntiShare config

a guest
May 1st, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 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. blocked-actions:
  10. block-place: true
  11. block-break: true
  12. drop-items-on-death: true
  13. pickup-items: true
  14. drop-items: true
  15. right-click: true
  16. use-items: true
  17. commands: true
  18. combat-against-players: true
  19. combat-against-mobs: true
  20. handled-actions:
  21. world-transfers: false
  22. gamemode-inventories: true
  23. enabled-features:
  24. gamemode-regions: true
  25. world-split: true
  26. sql: false
  27. no-experience-for-creative: true
  28. gamemode-command: true
  29. no-drops-when-block-break:
  30. inventories: true
  31. attached-blocks: true
  32. settings:
  33. sql:
  34. host: localhost
  35. username: MySQLUsername
  36. password: MySQLPassword
  37. database: AntiShare
  38. send-usage-statistics: true
  39. auto-save-interval: 30
  40. track-blocks: true
  41. blocked-lists:
  42. block-place: diamond block, gold block, iron block, bedrock, tnt
  43. block-break: none
  44. dropped-items-on-death: all
  45. picked-up-items: all
  46. dropped-items: all
  47. right-click: storage minecart, powered minecart, chest, furnace, dispenser, jukebox
  48. use-items: fire, flint and steel, exp bottle, 383, egg, lava bucket, water bucket, fireball
  49. commands: /someCommand, /anotherCommand
  50. worldsplit:
  51. split: none
  52. value: 0
  53. creative: 1
  54. survival: 0
  55. block-tracking:
  56. tracked-survival-blocks: all
  57. tracked-creative-blocks: all
  58. other:
  59. debug: false
  60. silent-startup: false
  61. silent-shutdown: false
  62. silent-overall: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement