Skip to content

Commit 569e13b

Browse files
committed
TOGGLE permission to allow usage of the /togglemsg command.
1 parent 4ef6b7e commit 569e13b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/pro/cloudnode/smp/cloudnodemsg/Permission.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ public final class Permission {
1212
* Allows reloading the plugin
1313
*/
1414
public final static @NotNull String RELOAD = "cloudnodemsg.reload";
15+
16+
/**
17+
* Allows using the /togglemsg command
18+
*/
19+
public final static @NotNull String TOGGLE = "cloudnodemsg.toggle";
20+
1521
}

0 commit comments

Comments
 (0)