mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2025-10-02 12:37:27 +00:00
88 lines
3.2 KiB
YAML
88 lines
3.2 KiB
YAML
Version: 1.1
|
|
|
|
#超级工具(OP可以用该工具在创造模式打破所有商店)
|
|
superitem: GOLD_AXE
|
|
#阻止漏斗吸取商店物品(非特殊情况不要开启)
|
|
preventhopper: false
|
|
|
|
#Tax amount (decimal) - Eg, P1 buys $50 worth of stuff from P2. Therefore, P1 loses $50, P2 gains $(1-0.05)*50, and tax-account gains $(0.05)*50.
|
|
tax: 0.00
|
|
#The fake player who money from taxing people goes to
|
|
tax-account: tax
|
|
#Whether or not to show taxes paid when selling to a shop
|
|
show-tax: false
|
|
|
|
#Should we log transactions/creations to Bukkit\Plugins\QuickShop\qs.log?
|
|
log-actions: true
|
|
|
|
#For item-item based economies that don't use virtual coins.
|
|
whole-number-prices-only: false
|
|
|
|
#Force bukkit chat handler (https://github.com/KaiKikuchi/QuickShop/issues/10)
|
|
force-bukkit-chat-handler: false
|
|
|
|
database:
|
|
mysql: false
|
|
host: localhost
|
|
port: 3306
|
|
database: quickshop
|
|
user: root
|
|
password: passwd
|
|
|
|
#Limits the number of shops a person can create and own at a single time.
|
|
limits:
|
|
#Disable these if you're not using them! If this is false, the rest of this section is ignored
|
|
use: false
|
|
#The default number of shops players can make
|
|
default: 10
|
|
#Players with these permissions can create these amounts of shops.
|
|
ranks:
|
|
#Anyone with 'quickshop.vip' permissions, can create 20 shops instead of 10.
|
|
quickshop.vip: 20 #Players with quickshop.vip can make 20 shops.
|
|
|
|
#A list of block (materials) which can be used to create shops.
|
|
#By default, chests are added to this list.
|
|
#This will only work for blocks which implement InventoryHolder
|
|
#in other words, no enderchest shops, no shops on dirt blocks, etc.
|
|
#May cause unexpected behaviour with some blocks... Eg don't make a
|
|
#shop on a hopper (It sucks the display item in) and furnace shops
|
|
#allow players to put whatever item they want in all 3 slots and
|
|
#dispenser shops aren't protected from redstone... Etc.
|
|
shop-blocks:
|
|
- CHEST
|
|
- TRAPPED_CHEST
|
|
|
|
shop:
|
|
#创建商店需花费
|
|
cost: 0
|
|
#是否需要再次扣费 当玩家 删除/移除/破坏 商店的时候?
|
|
refund: false
|
|
|
|
#是否需要在玩家修改商店价格的时候扣费
|
|
price-change-requires-fee: false
|
|
#玩家修改商店价格时的扣费金额
|
|
fee-for-price-change: 0
|
|
|
|
#是否需要锁定箱子防止其他玩家破坏
|
|
lock: true
|
|
#是否需要玩家按住Shift才可以创建或交易?
|
|
sneak-to-create: false
|
|
sneak-to-trade: false
|
|
|
|
#是否需要自动创建木牌在箱子上?
|
|
auto-sign: true
|
|
#If a player owns an unlimited shop, should they receive the cash from it or not?
|
|
#If you buy from YOUR unlimited shop, you will NEVER be charged $$, regardless of this setting
|
|
pay-unlimited-shop-owners: false
|
|
#Should we place display items on the chests?
|
|
display-items: true
|
|
#Should we place item frames on chests?
|
|
frame-items: true
|
|
#When someone uses /qs find <item>, how far should we search in blocks?
|
|
#This command lets users shop quickly without wasting time searching
|
|
#Settings > 100 WILL cause lag. Don't do it, or don't cry when your server lags.
|
|
find-distance: 45
|
|
|
|
#List of items to disallow selling of. Anyone with quickshop.bypass.<itemID> can bypass it
|
|
blacklist:
|
|
- 7 #Bedrock |