Configuration
Setup - config.yml
Page is not finished yet. Please be patient.
Default config.yml
use-max-range: 'true' max-range: 100 allow-offline: 'true' message-of-the-day: 'true' use-wand: 'true' wand-item-id: 54 auto-save-time: 10 max-number-chest: 10 world-check: 'true' iConomy: 'true' iConomy-send-price: 1.0 iConomy-openchest-price: 1.0 iConomy-normalChest-price: 10.0 iConomy-largeChest-price: 20.0 auto-stack: 'true' auto-sort: 'true' only-normal: 'false' only-sign: 'false' chest-default: normal drop-on-death: 'false' auto-update: 'true'
Explained config.yml
use-max-range: Whether or not to use Max Range. More information to come. Default: 'true'
max-range: Configures Max Range. More information to come. Default: 100
allow-offline: Decides whether or not the plugin can be used while the server is in "Offline mode". Default: 'true'
message-of-the-day: Toggles MOTD on/off. Default: 'true'
use-wand: Whether or not to use the wand item. Default: 'true'
wand-item-id: Wand item. See an ID list for the numbers used. Default: 'true'
auto-save-time: Interval which data is auto saved in. Default: 10
max-number-chest: The maximum number of chests that a player is allowed to have. Default: 10
world-check: Toggles checking of worlds. More information to come. Default: 'true'
iConomy: Toggles whether or not to use iConomy for the plugin. Required if you want to use prices and so on. Default: 'true'
iConomy-send-price: Price to charge when sending content. Default: 1.0
iConomy-openchest-price: Price to charge whenever opening a chest through any means. Default: 1.0
iConomy-normalChest-price: Price to charge when a player purchases a normal sized chest. Default: 10.0
iConomy-largeChest-price: Price to charge when a player purchases a large chest. Default: 20.0
auto-stack: Whether or not to automatically stack items within the chests. Default: 'true'
auto-sort: Whether or not to automatically sort items within the chests. Default: 'true'
only-normal: Whether or not only to use normal chests. Default: 'false'
only-sign: Whether or not only to use signs to access your chests. Default: 'false'
chest-default: Default size of chests ("large" or "normal"). Default: normal
drop-on-death: Whether or not to drop the items in your chests on death. Default: 'false'
auto-update: Whether or not to automatically update the plugin. Default: 'true'
Comments