Skip to content

Commit 5f1b3f2

Browse files
committed
Added TOGGLE_BYPASS permission to bypass player's with private messages toggled.
1 parent 0f242d6 commit 5f1b3f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ public final class Permission {
3737
* Allows using the /togglemsg command for others
3838
*/
3939
public final static @NotNull String TOGGLE_OTHER = "cloudnodemsg.toggle.other";
40+
41+
/**
42+
* Allows to send private message even when the target have their private messages toggled
43+
*/
44+
public final static @NotNull String TOGGLE_BYPASS = "cloudnodemsg.toggle.bypass";
4045
}

0 commit comments

Comments
 (0)