Skip to content

Online Messages System

Anoop Singh edited this page Nov 1, 2025 · 5 revisions

📢 Online Messages System

Introduced in Better Lib v1.0.102+

The Online Messages System allows mod developers to display dynamic messages and clickable links to players when they join a world or server.
Messages are fetched from a remote text file (e.g., GitHub, Pastebin, or your website) and can be updated anytime without requiring users to download a new mod version.


🧠 Overview

Feature Description
✅ Multi-line text Display multiple lines of messages with custom colors
🔗 Clickable links Add clickable links with custom labels and colors
♻️ Auto-refresh Players only see new messages when content changes
⚙️ Refetchable Mods can manually refresh messages in-game
🎨 Color support Supports #RRGGBB hex colors for each line or link
🧩 Modular Works per mod — each mod registers its own message set
🧱 Built into Better Lib No extra setup needed beyond registration

Would you like me to create a second Wiki page called
👉 “Advanced Online Message Customization”
that shows how to add hover events, clickable command actions, and per-line icons for the next Better Lib update?

Clone this wiki locally