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.
TOGGLE_BYPASS
1 parent 0f242d6 commit 5f1b3f2Copy full SHA for 5f1b3f2
src/main/java/pro/cloudnode/smp/cloudnodemsg/Permission.java
@@ -37,4 +37,9 @@ public final class Permission {
37
* Allows using the /togglemsg command for others
38
*/
39
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";
45
}
0 commit comments