Gotta remember to add command arguments to the tab completion
This commit is contained in:
		@@ -26,7 +26,7 @@ import com.graywolf336.jail.enums.Lang;
 | 
			
		||||
        usage = "/jail signs [clean|refresh|update|verify] [jail] (cell)..."
 | 
			
		||||
        )
 | 
			
		||||
public class JailSignsCommand implements Command {
 | 
			
		||||
    private static final String[] options =  new String[] { "clean", "refresh", "verify" };
 | 
			
		||||
    private static final String[] options =  new String[] { "clean", "refresh", "update", "verify" };
 | 
			
		||||
 | 
			
		||||
    public boolean execute(JailManager jm, CommandSender sender, String... args) throws Exception {
 | 
			
		||||
        if(!jm.isValidJail(args[2])) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user