Package pro.cloudnode.smp.cloudnodemsg
Class Permission
java.lang.Object
pro.cloudnode.smp.cloudnodemsg.Permission
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NotNull String
Allows ignoring and unignoring playersstatic final @NotNull String
Player's messages are immune to ignoringstatic final @NotNull String
Allows reloading the pluginstatic final @NotNull String
Allows sending messages to vanished playersstatic final @NotNull String
Allows to see the private messages of other playersstatic final @NotNull String
Allows using the /togglemsg commandstatic final @NotNull String
Allows to send private message even when the target have their private messages toggledstatic final @NotNull String
Allows using the /togglemsg command for othersstatic final @NotNull String
Allows using the /msg and /r commandsstatic final @NotNull String
Allow using the team message command (/teammsg) -
Constructor Summary
-
Method Summary
-
Field Details
-
USE
Allows using the /msg and /r commands- See Also:
-
USE_TEAM
Allow using the team message command (/teammsg)- See Also:
-
RELOAD
Allows reloading the plugin- See Also:
-
SEND_VANISHED
Allows sending messages to vanished players- See Also:
-
IGNORE
Allows ignoring and unignoring players- See Also:
-
IGNORE_BYPASS
Player's messages are immune to ignoring- See Also:
-
TOGGLE
Allows using the /togglemsg command- See Also:
-
TOGGLE_OTHER
Allows using the /togglemsg command for others- See Also:
-
TOGGLE_BYPASS
Allows to send private message even when the target have their private messages toggled- See Also:
-
SPY
Allows to see the private messages of other players- See Also:
-
-
Constructor Details
-
Permission
public Permission()
-