Code (Text):
# MottdBungee Simple Plugin Configuration
# Supports RGB/HEX colors using &#RRGGBB or &x&R&R&G&G&B&B format
# Supports classic color codes &a, &c, &f etc.
# Supports formatting &l (bold), &m (strikethrough), &n (underline), &o (italic)
# Main settings
settings:
# true = uses 3 slots with rotation, false = uses optimal version (1 slot)
use-rotation: true
# true = uses upper and lower part, false = single line only
use-two-lines: true
# Current active MOTD (1, 2, or 3) - only used when rotation is disabled
current-motd: 1
# MOTD configuration 1
motd-1:
enabled: true
# Upper line of MOTD
line1: "&#FF6B6B&l✦ &#FFE66D&lMY MINECRAFT NETWORK &#FF6B6B&l✦"
# Lower line of MOTD
line2: "ECDC4&l► &#FFFFFF&Survival ECDC4&l• &#FFFFFF&Skyblock ECDC4&l• &#FFFFFF&Creative ECDC4&l◄"
# For optimal version (when use-two-lines: false)
single-line: "&#FF6B6B&l✦ &#FFE66D&lMY MINECRAFT NETWORK &#FF6B6B&l✦ ECDC4&l► &#FFFFFF&Online!"
# MOTD configuration 2
motd-2:
enabled: true
line1: "-B7D1&l⚡ `CEB4&lEPIC ADVENTURES AWAIT -B7D1&l⚡"
line2: "&#FFEAA7&l❤ &#FFFFFF&Friendly Community &#FFEAA7&l• &#FFFFFF&Events Daily &#FFEAA7&l❤"
single-line: "-B7D1&l⚡ `CEB4&lEPIC ADVENTURES -B7D1&l⚡ &#FFEAA7&l❤ &#FFFFFF&Join us now!"
# MOTD configuration 3
motd-3:
enabled: true
line1: "&#E056FD&l★ ʮDE0&lNEW POSSIBILITIES &#E056FD&l★"
line2: "&#FF9FF3&l➤ &#FFFFFF&Mini-games &#FF9FF3&l• &#FFFFFF&PvP &#FF9FF3&l• &#FFFFFF&Economy &#FF9FF3&l➤"
single-line: "&#E056FD&l★ ʮDE0&lNEW POSSIBILITIES &#E056FD&l★ &#FF9FF3&l➤ &#FFFFFF&Play now!"