Change use of String permissions to the permission enums
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package fr.xephi.authme.permission;
|
||||
|
||||
/**
|
||||
* Common interface for AuthMe permission nodes.
|
||||
*/
|
||||
public interface PermissionNode {
|
||||
|
||||
/** Return the node of the permission, e.g. "authme.unregister". */
|
||||
String getNode();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user