Pulsir
  • Home
  • Lunar
    • Configuration
      • Database Setup
      • Chat Synchronization
      • Message Format
      • Online Players
    • API
      • Overview
      • Usage
Powered by GitBook
On this page
  1. Lunar
  2. Configuration

Message Format

PreviousChat SynchronizationNextOnline Players

Last updated 1 year ago

message-format: "legacy" # legacy | modern

There are 2 supported formats.

Legacy - Old style format ('&'). You would write & and a letter which represents a color as &c, &d, &e

Modern - New style format, which allows hex values. You would write <> and color inside as <red>

(Learn More)
(Learn More)