1
0
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:
502647092 2015-10-09 13:13:16 +08:00
parent 10341806f6
commit 3f09e80b0b
4 changed files with 5 additions and 5 deletions

View File

@ -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();

View File

@ -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"));

View File

@ -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"));

View File

@ -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: