mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2024-11-22 01:58:54 +00:00
fix command can exter...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
10341806f6
commit
3f09e80b0b
@ -20,7 +20,7 @@ public class CommandFind extends BaseCommand {
|
||||
QuickShop plugin;
|
||||
|
||||
public CommandFind(final QuickShop plugin) {
|
||||
super("setowner");
|
||||
super("find");
|
||||
this.plugin = plugin;
|
||||
setMinimumArguments(2);
|
||||
setOnlyPlayerExecutable();
|
||||
|
@ -19,7 +19,7 @@ public class CommandInfo extends BaseCommand {
|
||||
QuickShop plugin;
|
||||
|
||||
public CommandInfo(final QuickShop plugin) {
|
||||
super("clean");
|
||||
super("info");
|
||||
this.plugin = plugin;
|
||||
setPermission("quickshop.info");
|
||||
setDescription(MsgUtil.p("command.description.info"));
|
||||
|
@ -16,7 +16,7 @@ public class CommandRefill extends BaseCommand {
|
||||
QuickShop plugin;
|
||||
|
||||
public CommandRefill(final QuickShop plugin) {
|
||||
super("clean");
|
||||
super("refill");
|
||||
this.plugin = plugin;
|
||||
setPermission("quickshop.refill");
|
||||
setDescription(MsgUtil.p("command.description.refill"));
|
||||
|
@ -9,8 +9,8 @@ website: http://ci.sumcraft.net:8080/job/${project.artifactId}/
|
||||
commands:
|
||||
qs:
|
||||
description: QuickShop command
|
||||
usage: /qs
|
||||
aliases: [shop]
|
||||
usage: '§c未知的子命令 请输入 §b/qs help §c查看帮助!'
|
||||
aliases: [quickshop,shop]
|
||||
|
||||
permissions:
|
||||
quickshop.create.sell:
|
||||
|
Loading…
Reference in New Issue
Block a user