Class Permission

java.lang.Object
pro.cloudnode.smp.cloudnodemsg.Permission

public final class Permission extends Object
  • Field Details

    • USE

      @NotNull public static final @NotNull String USE
      Allows using the /msg and /r commands
      See Also:
    • USE_TEAM

      @NotNull public static final @NotNull String USE_TEAM
      Allow using the team message command (/teammsg)
      See Also:
    • RELOAD

      @NotNull public static final @NotNull String RELOAD
      Allows reloading the plugin
      See Also:
    • SEND_VANISHED

      @NotNull public static final @NotNull String SEND_VANISHED
      Allows sending messages to vanished players
      See Also:
    • IGNORE

      @NotNull public static final @NotNull String IGNORE
      Allows ignoring and unignoring players
      See Also:
    • IGNORE_BYPASS

      @NotNull public static final @NotNull String IGNORE_BYPASS
      Player's messages are immune to ignoring
      See Also:
    • TOGGLE

      @NotNull public static final @NotNull String TOGGLE
      Allows using the /togglemsg command
      See Also:
    • TOGGLE_OTHER

      @NotNull public static final @NotNull String TOGGLE_OTHER
      Allows using the /togglemsg command for others
      See Also:
    • TOGGLE_BYPASS

      @NotNull public static final @NotNull String TOGGLE_BYPASS
      Allows to send private message even when the target have their private messages toggled
      See Also:
    • SPY

      @NotNull public static final @NotNull String SPY
      Allows to see the private messages of other players
      See Also:
  • Constructor Details

    • Permission

      public Permission()