General
  • Overview
  • Plugin Relationship
  • Localization
  • Modrinth
  • Issue Traker
  • Releases
  • AntiCheat
    • Overview
    • BadPacket
  • Customization
    • Overview
    • Commands
    • MOTD
    • Music
  • Management
    • Overview
    • Commands
    • Alias System
    • Chat Filter
    • Permission Protect
  • Advanced
    • Overview
    • Script
  • Patches
    • Overview
    • Commands
    • Supported Patches
      • Creative
      • Generic
Powered by GitBook
On this page
  1. Customization

MOTD

Since earlydev-0.2.0

Incompatible with MiniMOTD, AdvancedNMOTD, ColorMOTD, CleanMOTD

Configuration

motd:
  enabled: false
  # Put icons in "/General/customization/icons"
  edit-icon: false
  icons: []
  display-max-players: 20  # Displayed to player, not affect to server
  motds:
    1:
      l1: MOTD-1-1
      l2: MOTD-2-2
    2:
      l1: MOTD-2-1
      l2: MOTD-2-2

  maintain-motd:
    l1: MAINTAIN MODE
    l2: Please contact the operator
    join-kick-message: "Maintain Mode"  # Kick message when player join while maintain mode

PreviousCommandsNextMusic

Last updated 1 year ago