Class Settings.Chat

java.lang.Object
com.plotsquared.core.configuration.Settings.Chat
Enclosing class:
Settings

@Comment("Chat related settings") public static final class Settings.Chat extends Object
  • Field Details

    • LOG_PLOTCHAT_TO_CONSOLE

      @Comment("Should the plot chat be logged to console?") public static boolean LOG_PLOTCHAT_TO_CONSOLE
    • NOTIFICATION_AS_ACTIONBAR

      @Comment({"Whether an action bar message should be send over a chat message for notification purposes such for the ","notify-enter, notify-leave, greeting or farewell flag."}) public static boolean NOTIFICATION_AS_ACTIONBAR
    • CLICK_EVENT_ACTIONS_TO_REMOVE

      @Comment({"The click event actions that should be removed from user input in e.g. plot flags like \'greeting\'.","Actions like \'RUN_COMMAND\' may be used maliciously as players could trick staff into clicking on messages","triggering destructive commands."}) public static List<String> CLICK_EVENT_ACTIONS_TO_REMOVE
  • Constructor Details

    • Chat

      public Chat()