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; QuickShop plugin;
public CommandFind(final QuickShop plugin) { public CommandFind(final QuickShop plugin) {
super("setowner"); super("find");
this.plugin = plugin; this.plugin = plugin;
setMinimumArguments(2); setMinimumArguments(2);
setOnlyPlayerExecutable(); setOnlyPlayerExecutable();

View File

@ -19,7 +19,7 @@ public class CommandInfo extends BaseCommand {
QuickShop plugin; QuickShop plugin;
public CommandInfo(final QuickShop plugin) { public CommandInfo(final QuickShop plugin) {
super("clean"); super("info");
this.plugin = plugin; this.plugin = plugin;
setPermission("quickshop.info"); setPermission("quickshop.info");
setDescription(MsgUtil.p("command.description.info")); setDescription(MsgUtil.p("command.description.info"));

View File

@ -16,7 +16,7 @@ public class CommandRefill extends BaseCommand {
QuickShop plugin; QuickShop plugin;
public CommandRefill(final QuickShop plugin) { public CommandRefill(final QuickShop plugin) {
super("clean"); super("refill");
this.plugin = plugin; this.plugin = plugin;
setPermission("quickshop.refill"); setPermission("quickshop.refill");
setDescription(MsgUtil.p("command.description.refill")); setDescription(MsgUtil.p("command.description.refill"));

View File

@ -9,8 +9,8 @@ website: http://ci.sumcraft.net:8080/job/${project.artifactId}/
commands: commands:
qs: qs:
description: QuickShop command description: QuickShop command
usage: /qs usage: '§c未知的子命令 请输入 §b/qs help §c查看帮助!'
aliases: [shop] aliases: [quickshop,shop]
permissions: permissions:
quickshop.create.sell: quickshop.create.sell: