MOTD and Command update
- Changelog: GitHub
Overview
The MOTD tag system processes a message of the day formatted with special tags to enhance display in Minecraft chat. Each tag triggers specific actions such as opening links, executing commands, showing hover text, or setting title/subtitle.
Tags Implemented
-
Link Tag
- Format:
[link=<URL>]
- Functionality: Displays clickable links in the chat message.
- Format:
-
Command Tag
- Format:
[command=<command>]
- Functionality: Executes commands when clicked in the chat message.
- Format:
-
Hover Tag
- Format:
[hover=<hover text>]
- Functionality: Displays additional information when hovering over text in the chat message.
- Format:
-
Divider Tag
- Format:
[divider]
- Functionality: Inserts a visual divider line (
--------------------
) in the chat message.
- Format:
-
Title Tag
- Format:
[title=<title text>]
- Functionality: Displays a title.
- Format:
-
Subtitle Tag
- Format:
[subtitle=<subtitle text>]
- Functionality: Displays subtitle.
- Format:
Notes
- Each tag is enclosed within square brackets
[...]
with specific attributes or text following the tag identifier. - Tags are parsed and displayed in the order they appear in the input text, enhancing the readability and interactive features of the MOTD.
- Customization of tags and additional functionalities can be added later
Download links
You can change the color of text with "&"
All these functions are in BETA
- /forgeannouncements broadcast true/false <message>
- /forgeannouncements actionbar <message>
- /forgeannouncements title <message>
- /forgeannouncements bossbar <color> <interval> <message>
Please report any issues on github or discord
Full Changelog: https://github.com/Avalanche7CZ/ForgeAnnouncements/compare/18.0.1...18.0.2b
Forge Announcements v18.0.1 [1.18.2]
Changelog:
- Update Checker
- Boss bar support
- Action Bar support
- Title message support
Full Changelog: https://github.com/Avalanche7CZ/ForgeAnnoucements/compare/1.0.0...1.0.1