Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # For help see the following page
- # http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/
- #
- # Commands Help:
- # http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/#w-commands
- #
- # Permissions Help:
- # http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/#w-permissions
- #
- # Looking for a commented version of this configuration? Try here:
- # https://github.com/turt2live/AntiShare/blob/master/resources/config.yml
- blocked-actions:
- block-place: true
- block-break: true
- drop-items-on-death: true
- pickup-items: true
- drop-items: true
- right-click: true
- use-items: true
- commands: true
- combat-against-players: true
- combat-against-mobs: true
- crafting-recipes: true
- right-click-mobs: true
- handled-actions:
- world-transfers: false
- gamemode-inventories: false
- gamemode-ender-chests: false
- enabled-features:
- gamemode-regions: true
- world-split: true
- sql: true
- no-experience-for-creative: true
- change-level-on-gamemode-change: true
- no-drops-when-block-break:
- inventories: true
- attached-blocks: true
- paintings-are-attached: true
- gamemode-change-cooldown:
- use: false
- time-in-seconds: 5
- settings:
- sql:
- host: localhost
- username: xxxxxx
- password: xxxxxx
- database: minecraft
- port: 3306
- sqlite:
- use-instead: false
- location: /plugins/AntiShare/Database.db
- name: MyDatabase
- track-blocks: true
- survival-breaking-creative-blocks:
- block-drops: false
- deny: false
- creative-breaking-survival-blocks:
- block-drops: false
- deny: false
- creative-breaking-adventure-blocks:
- block-drops: false
- deny: true
- survival-breaking-adventure-blocks:
- block-drops: false
- deny: true
- adventure-breaking-survival-blocks:
- block-drops: false
- deny: true
- adventure-breaking-creative-blocks:
- block-drops: false
- deny: true
- remove-old-inventories: false
- cleanup:
- use: true
- method: archive
- after: 120
- send-usage-statistics: true
- blocked-lists:
- block-place: bedrock, tnt, 397, 389
- block-break: bedrock, tnt, chest
- dropped-items-on-death: all
- picked-up-items: all
- dropped-items: all
- right-click: 379, storage minecart, powered minecart, chest, furnace, dispenser, jukebox, 130, 58, 116, 130, 373, 389, 138, 0
- use-items: fire, flint and steel, exp bottle, 383, egg, lava bucket, fireball, 373, potion ,373 ,834
- commands: /warp, /f home, /home, /world, /mv tp, /tpa, /ma j, /warhub, /zone ziggy, /ziggy, /shops, /shop, /spec, /suicide
- mobs: all
- right-click-mobs: all
- crafting-recipes: all
- worldsplit:
- split: none
- value: 0
- positive: CREATIVE
- negative: SURVIVAL
- warning:
- enabled: false
- blocks: 15
- warn-every: 2
- creative: 1
- survival: 0
- block-tracking:
- tracked-survival-blocks: all
- tracked-creative-blocks: all
- tracked-adventure-blocks: all
- other:
- debug: false
- send-gamemode-change-message: true
- quiet-offline-mode-warning: false
- dont-look-for-updates: false
- silent-startup: false
- silent-shutdown: false
- silent-blocks: true
- silent-errors: false
- silent-overall: false
- error-reporting: true
- timers: false
- xMail:
- creative-can-send-items: false
- adventure-can-send-items: true
- survival-can-send-items: true
- hook-into-xMail: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement