mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2025-10-02 12:37:27 +00:00
@ -2,53 +2,58 @@ name: ${project.artifactId}
|
||||
description: ${project.description}
|
||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
|
||||
version: ${project.version}
|
||||
authors: [Netherfoam,Timtower, KaiNoMood,喵♂呜]
|
||||
softdepend: [Vault]
|
||||
authors:
|
||||
- Netherfoam
|
||||
- Timtower
|
||||
- KaiNoMood
|
||||
- 喵♂呜
|
||||
softdepend:
|
||||
- Vault
|
||||
website: http://ci.sumcraft.net:8080/job/${project.artifactId}/
|
||||
|
||||
commands:
|
||||
qs:
|
||||
description: QuickShop command
|
||||
usage: '§c未知的子命令 请输入 §b/qs help §c查看帮助!'
|
||||
aliases: [quickshop,shop]
|
||||
|
||||
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
|
||||
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
|
Reference in New Issue
Block a user