Skip to content

Commit 20a77cf

Browse files
committed
TOGGLE_OTHER permission to allow usage of the /togglemsg <player> command.
1 parent 569e13b commit 20a77cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ public final class Permission {
1818
*/
1919
public final static @NotNull String TOGGLE = "cloudnodemsg.toggle";
2020

21+
/**
22+
* Allows using the /togglemsg command for others
23+
*/
24+
public final static @NotNull String TOGGLE_OTHER = "cloudnodemsg.toggle.other";
2125
}

0 commit comments

Comments
 (0)