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
- 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
- handled-actions:
- world-transfers: false
- gamemode-inventories: true
- enabled-features:
- gamemode-regions: true
- world-split: true
- sql: false
- no-experience-for-creative: true
- gamemode-command: true
- no-drops-when-block-break:
- inventories: true
- attached-blocks: true
- settings:
- sql:
- host: localhost
- username: MySQLUsername
- password: MySQLPassword
- database: AntiShare
- send-usage-statistics: true
- auto-save-interval: 30
- track-blocks: true
- blocked-lists:
- block-place: diamond block, gold block, iron block, bedrock, tnt
- block-break: none
- dropped-items-on-death: all
- picked-up-items: all
- dropped-items: all
- right-click: storage minecart, powered minecart, chest, furnace, dispenser, jukebox
- use-items: fire, flint and steel, exp bottle, 383, egg, lava bucket, water bucket, fireball
- commands: /someCommand, /anotherCommand
- worldsplit:
- split: none
- value: 0
- creative: 1
- survival: 0
- block-tracking:
- tracked-survival-blocks: all
- tracked-creative-blocks: all
- other:
- debug: false
- silent-startup: false
- silent-shutdown: false
- silent-overall: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement