Skip to content

Commit 605f603

Browse files
committed
typed permissions
1 parent ff27f3d commit 605f603

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package pro.cloudnode.smp.cloudnodemsg;
2+
3+
import org.jetbrains.annotations.NotNull;
4+
5+
public final class Permission {
6+
/**
7+
* Allows using the /msg and /r commands
8+
*/
9+
public final static @NotNull String USE = "cloudnodemsg.use";
10+
}

0 commit comments

Comments
 (0)