Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 992 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 992 Bytes

Markdown Server News (unmaintained)

Once a player logs in to the server, they will be shown a dialog with server news. Depending on their language settings, different dialogues will be shown. This mod comes with sample news dialogues for English, Spanish, French and Italian.

All news is stored in markdown files in the world directory. They should be named "news_<language code>.md". Any markdown content can be put in and it will be displayed correctly (hopefully), using the markdown2formspec module.

On the news dialogue is a checkbox asking the player if they want to see the news when they join next time. This can be toggled on and off through the formspec, or by doing /toggle_news. Players can also run /news to quickly access the server news.

If there are news updates (news_markdown will check the English news each time someone logs in for updates), players will either see the news pop up like normal or be told that there are updates in case they wish to see them.