1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2025-10-02 12:37:27 +00:00
Files
QuickShop/src/main/resources/plugin.yml
502647092 f89f58ba40 紧急更新 修复金斧权限问题...
Signed-off-by: 502647092 <jtb1@163.com>
2015-11-05 11:07:12 +08:00

60 lines
2.1 KiB
YAML

name: ${project.artifactId}
description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
version: ${project.version}-Build#${env.BUILD_NUMBER}
authors:
- Netherfoam
- Timtower
- KaiNoMood
- 喵♂呜
softdepend:
- Vault
- WowSuchCleaner
website: ${jenkins.url}/job/${project.artifactId}/
commands:
qs:
description: QuickShop command
usage: §c未知的子命令 请输入 §b/qs help §c查看帮助!
aliases:
- quickshop
- shop
permissions:
quickshop.create.sell:
description: Allows a player to sell from a shop
default: op
quickshop.create.buy:
description: Allows a player to buy from a shop
default: op
quickshop.create.double:
description: Allows a player to create a double shop
default: op
quickshop.use:
description: Allows a player to buy/sell using other players shops
default: true
quickshop.unlimited:
description: Allows a Staff Member to use /qs unlimited and make a shop infinite
quickshop.bypass.<itemID>:
description: Allows a player to sell <itemID>, even if its blacklisted
quickshop.other.destroy:
description: Allows a Staff Member to destroy other players shops if they are locked in the config
quickshop.other.open:
description: Allows a Staff Member to open someone elses shop if they are locked in the config
quickshop.other.price:
description: Allows a Staff Member to change the price of someone elses shop
quickshop.setowner:
description: Allows a Staff Member to change the owner of any shop
quickshop.find:
description: Allows a player to locate the nearest shop of a specific item type. Works in a 3 chunk radius.
default: true
quickshop.refill:
description: Allows a Staff Member to refill the shop theyre looking at with the given number of items.
default: op
quickshop.empty:
description: Allows a Staff Member to empty the shop theyre looking at of all items.
default: op
quickshop.debug:
description: Enables debug info to console
default: op
quickshop.export:
description: Allows exporting database to mysql or sqlite
default: op