πŸ—„οΈconfig.yml

Settings:

  # If set to true, messages won't be displayed for players in vanish mode (supports most vanish plugins).
  Support_Vanish: true

  # Should the default join message sent by Bukkit be hidden?
  Hide_Join_Message: true

  # Should the default quit message sent by Bukkit be hidden?
  Hide_Quit_Message: true

  # Disable the entire `Message_Join` section.
  Disable_Join_Section: false

  # Disable the entire `Message_Quit` section.
  Disable_Quit_Section: false

  # Notify in the console when a new version of the plugin is available.
  Check_updates: true

  # Inform players about new versions of the plugin when they join the server.
  # Permission rankjoin.update
  Check_updated_on_join: true

  # Supported vanish plugins. If a specific plugin is enabled and a player goes into vanish/unvanish mode,
  # this plugin will send join and quit messages.
  VanishTypeSupport:
    PremiumVanish: false
    SuperVanish: false
    Essentials: false
    CMI: false


Last updated