mirror of
https://github.com/EpicEricEE/ShopChest.git
synced 2024-12-22 09:07:39 +01:00
Page:
Configuration
2
Configuration
Eric B edited this page 2020-03-17 14:35:56 +01:00
Plugin Configuration
main-command-name
- The main command of the plugin.
- Default:
shop
language-file
- 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
shop-info-item
- 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
confirm-shopping
- Whether buys and sells need to be confirmed by the player via an additional click on the chest.
- Default:
false
creative-item-select
- 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
refund-shop-creation
- Whether the (current) shop creation price should be refunded when the shop is removed by its creator.
- Default:
false
enable-update-checker
- 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
enable-economy-log
- 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
cleanup-economy-log-days
- 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
enable-debug-log
- 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
enable-[...]-integration
- 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
enable-vendor-messages
- 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
Hologram Configuration
TODO