-
Notifications
You must be signed in to change notification settings - Fork 55
Configuration
Eric B edited this page Mar 17, 2020
·
2 revisions
- The main command of the plugin.
- Default:
shop
- The file containing all localized messages for the plugin.
A file with this name and the.lang
extension must exist within the/plugins/ShopChest/lang
folder. - Default:
en_US
- The material of the item that a player can click a chest with to retrieve information about it.
Can be set to""
to disable the feature. - Default:
STICK
- Whether buys and sells need to be confirmed by the player via an additional click on the chest.
- Default:
false
- Whether players should be able to select the shop item from the creative inventory if they don't hold an item in their hand.
- Default:
true
- Whether the (current) shop creation price should be refunded when the shop is removed by its creator.
- Default:
false
- Whether the plugin will check for updates on servers tart and notify permitted players on join.
The command is not affected by this setting. - Default:
true
- Whether buys and sells should be logged in the database.
This setting has to be set totrue
to enable revenue messages on join. - Default:
false
- The maximum age for economy log entries in days. Older entries are deleted on server start.
Can be set to0
to disable economy log cleanup. - Default:
30
- Whether a debug log file should be created. This is helpful for bug reports.
The file will be created at/plugins/ShopChest/debug.txt
. - Default:
false
- Whether various protection plugins should be hooked into if installed to allow more configuration of whether shop creation should be allowed or denied.
- Currently supported plugins are:
- AreaShop
- ASkyBlock
- AuthMe
- BentoBox
- GriefPrevention
- IslandWorld
- PlotSquared
- uSkyBlock
- WorldGuard
- Default:
true
- Whether the vendor of a shop should get messages when someone buys from or sells to their shop or when their shop is out of stock.
- Default:
true
TODO
TODO