added AnvilRun files
This commit is contained in:
		@@ -27,7 +27,8 @@ public class PrivilegedCommand extends Command {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    protected CommandCondition isPrivileged() {
 | 
			
		||||
        return (sender, commandString) -> sender.hasPermission("admin");
 | 
			
		||||
//        return (sender, commandString) -> sender.hasPermission("admin");
 | 
			
		||||
        return (sender, commandString) -> true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    protected void addCondition(CommandCondition condition) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user