Advertisement
Guest User

Antishare.yml

a guest
Jul 28th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.78 KB | None | 0 0
  1. # AntiShare Configuration
  2. #
  3. # Help Resources:
  4. #
  5. # WIKI -        https://github.com/turt2live/AntiShare/wiki
  6. # IRC -         http://webchat.esper.net/?nick=as...&channels=turt2live
  7. #               or on EsperNet (#turt2live)
  8. # BUKKITDEV -   http://dev.bukkit.org/server-mods/antishare/
  9. #
  10. # A fully commented configuration can be found within the plugin jar.
  11. lists:
  12.   break:
  13.  - bedrock
  14.   place:
  15.  - TNT
  16.   - chest
  17.   - beacon
  18.   - bedrock
  19.   - redstone torch
  20.   - redstone wire
  21.   - repeater
  22.   - enderchest
  23.   death:
  24.  - all
  25.   pickup:
  26.  - all
  27.   drop:
  28.  - all
  29.   use:
  30.  - tnt minecart
  31.   - exp bottle
  32.   - enderchest
  33.   - chest
  34.   - beacon
  35.   - monster egg
  36.   - potion
  37.   - lava bucket
  38.   interact:
  39.  - storage minecart
  40.   - hopper minecart
  41.   - powered minecart
  42.   - tnt minecart
  43.   - enderchest
  44.   - door
  45.   - beacon
  46.   - hopper
  47.   - chest
  48.   - trapped chest
  49.   - furnace
  50.   - dispenser
  51.   - dropper
  52.   - jukebox
  53.   - anvil
  54.   - enchantment table
  55.   - item frame
  56.   eat:
  57.  - all
  58.   commands:
  59.  - tp
  60.   - tpa
  61.   - home
  62.   attack-mobs:
  63.  - all
  64.   interact-mobs:
  65.  - all
  66.   crafting:
  67.  - all
  68.   craft-mob:
  69.  - iron golem
  70.   - snow golem
  71.   - wither
  72.   no-potions: true
  73.   no-thrown-potions: true
  74. interaction:
  75.   survival-breaking-creative:
  76.     deny: true
  77.     drop-items: false
  78.   creative-breaking-survival:
  79.     deny: true
  80.     drop-items: false
  81.   survival-breaking-adventure:
  82.     deny: true
  83.     drop-items: false
  84.   creative-breaking-adventure:
  85.     deny: true
  86.     drop-items: false
  87.   adventure-breaking-survival:
  88.     deny: true
  89.     drop-items: false
  90.   adventure-breaking-creative:
  91.     deny: true
  92.     drop-items: false
  93. tracking:
  94.   creative:
  95.  - all
  96.   survival:
  97.  - all
  98.   adventure:
  99.  - none
  100. settings:
  101.   adventure-is-creative: true
  102.   cleanup:
  103.     inventories:
  104.       enabled: true
  105.       method: archive
  106.       after: 120
  107.       remove-old-worlds: false
  108.   cooldown:
  109.     enabled: false
  110.     wait-time-seconds: 5
  111.   natural-protection:
  112.     allow-mismatch-gamemode: false
  113.     remove-attached-blocks: true
  114.     empty-inventories: true
  115.     gamemode-spreading: true
  116.     break-as-gamemode:
  117.       pistons: true
  118.       attached-blocks: true
  119.       water: true
  120.       falling-blocks: true
  121.       blown-up: true
  122.   gamemode-change:
  123.     change-level: true
  124.     change-economy-balance: true
  125.     change-inventory: true
  126.     change-ender-chest: true
  127.     change-potion-effects: true
  128.   use-per-world-inventories: true
  129.   features:
  130.     use-inventories: true
  131.     use-fines-rewards: false
  132.   notify:
  133.     use: true
  134.     with-permission: true
  135.     console: false
  136. hooks:
  137.   magicspells:
  138.     block-creative: true
  139.   logblock:
  140.     stop-spam: false
  141. other:
  142.   ignore-updates: false
  143.   version_string: '5.4.3|git-Bukkit-1.5.2-R1.0-27-gdc25312-b2815jnks (MC: 1.6.2)|false|463'
  144.   no-pex-warning: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement