Skip to content

Commit

Permalink
Add Permissions Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fernferret committed Jul 10, 2011
1 parent 030380b commit 02e3771
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.pneumaticraft.commandhandler;

import org.bukkit.command.CommandSender;

public interface PermissionsInterface {
public boolean hasPermission(CommandSender sender, String node, boolean isOpRequired);
}

0 comments on commit 02e3771

Please sign in to comment.