Go to file
Oversword 2ca6c1c40f
Merge pull request #2 from BlockySurvival/bls-304
Use safe file write provided by minetest
2021-06-13 06:54:18 +01:00
README.md Add readme 2018-01-14 02:53:17 +00:00
init.lua use safe file write provided by minetest 2021-06-13 06:53:17 +01:00
license.txt Oh a formspec 2018-01-07 04:24:42 +00:00
settingtypes.txt Add permissions and commands for adding and removing lines from the news, as well as backing up and restoring the news; Also added 'Save' button to formspec for direct editing 2021-06-12 18:10:16 +01:00

README.md

Server News

Simple server news mod by Shara RedCat.

This displays a news formspec when the player joins. To set the news text make a file named news.txt in your world directory. The contents of this file will display as the news. When changing the contents of the file, there is no need to restart the server for it to update in game.

Players can also type /news to display the formspec at any time.

Players with the news_bypass privilege will not see the formspec when they sign in, but can still use the /news command.

License

Code for this mod is released under MIT (https://opensource.org/licenses/MIT).