Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # THIS IS A CONFIGURATION LAYOUT I CAME UP WITH.
- # IT MAY NOT BE USED OR IT MAY BE MODIFIED.
- #
- # Feel free to send me suggestions.
- # My contact info:
- # BukkitDev: turt2live
- # Bukkit Forums: turt2live
- # GitHub: turt2live
- # Email: [email protected]
- #
- # There may be stuff here you don't quite understand,
- # there is no description on how things work, or what
- # they are in this file because this is a concept for
- # the configuration, not a "this is your next configuration
- # layout. Go learn". I'll add descriptions where required
- # when the "final" version of the configuration is planned.
- #
- # This first section will allow you to turn on/off
- # features of AntiShare with extreme ease, so you
- # don't have to play with your block lists.
- 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
- # This section allows you to control what AntiShare
- # does, such as inventories. You can turn off features
- # regardless of other plugins, so if you don't want
- # AntiShare to figure out what people cna go to what
- # world without having a world manager on your server,
- # you can tell AntiShare to stop it. This is the same
- # for the other items in the section.
- handled-actions:
- world-transfers: false
- gamemode-inventories: true
- # This part allows you to quickly turn on/off features
- # in AntiShare without corrupting previous data or having
- # to re-work the configuration.
- enabled-features:
- gamemode-regions: true
- world-split: true
- sql: false
- auto-kick-when-spamming: false
- allow-break-with-no-drops: true
- no-experience-for-creative: true
- # These are your basic settings for AntiShare, such as
- # SQL information or whether or not you want to send
- # usage statistics.
- settings:
- sql:
- host: localhost
- username: MySQLUsername
- password: MySQLPassword
- database: AntiShare
- send-usage-statistics: true
- auto-send-bug-reports: true
- auto-save-interval: 30
- track-blocks: true
- # This would be the part where you tell AntiShare what
- # to actually block, when an action occurs. The lists
- # use actual words to give you an idea of what would
- # be blocked by default.
- blocked-lists:
- block-place: diamond block, gold block, iron block, bedrock, tnt
- block-break: tnt, diamond block, bedrock
- dropped-items-on-death: all
- picked-up-items: all
- dropped-items: all
- right-click: storage carts, powered carts, chests, furnaces, etc
- use-items: exp bottles, eggs (monster/regular), lighter, etc
- command: /someCommand, /anotherCommand
- # This is where the "larger" features come into play
- #
- # World Split Stuff. Again, stuff is not documented, just
- # place holders for a potential configuration layout
- worldsplit:
- split-axis: X
- positive: creative
- negative: survival
- # Block tracking settings
- block-tracking:
- tracked-survival-blocks: all
- tracked-creative-blocks: all
- # "Kick for Spam" settings
- kick-for-event-spam:
- events-per-second: 25
- kick-message: "Stop it {PLAYER}!"
- # Misc settings that are for controlling minor features
- # of AntiShare. I put them under "other" because they
- # confuse people or don't do anything interesting to
- # server admins (like debug mode, no server NEEDS debug
- # mode, but it's here for "just in caase")
- other:
- debug: false
- silent-startup: false
- silent-shutdown: false
- silent-bugs: true
- silent-conflicts: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement