mirror of
				https://e.coding.net/circlecloud/QuickShop.git
				synced 2025-11-03 17:56:41 +00:00 
			
		
		
		
	@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user