We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22a428 commit 8a5c18bCopy full SHA for 8a5c18b
1 file changed
src/main/java/org/spongepowered/api/service/permission/PermissionService.java
@@ -102,6 +102,12 @@ public interface PermissionService {
102
*/
103
String SUBJECTS_COMMAND_BLOCK = "commandblock";
104
105
+ /**
106
+ * The standard identifier for the collection which stores function
107
+ * subjects.
108
+ */
109
+ String SUBJECTS_FUNCTION = "function";
110
+
111
/**
112
* The standard identifier for the collection which stores role templates.
113
*
0 commit comments