From 5e568f9ead344967345ae7d15583508bf387fa6b Mon Sep 17 00:00:00 2001 From: Milan* Date: Sat, 24 Dec 2016 18:01:14 +0100 Subject: [PATCH] random_messages: message improvements and more messages --- mods/random_messages/init.lua | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index f042c6ba..5039ca2a 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -50,12 +50,15 @@ function random_messages.read_messages() local mcc = "#A3B5CB" random_messages.messages = { mc(mcc, "# Illuna-Notes: Soup is very useful to fight hunger, everyone should have some."), - mc(mcc, "# Illuna-Notes: Meet your fellows on our Mumbleserver at tchncs.de"), - mc(mcc, "# Illuna-Notes: Enjoy Illuna? Invite your friends today!"), - mc(mcc, "# Illuna-Notes: Have something to share? Join https://community.illuna-minetest.tk today!"), + mc(mcc, "# Illuna-Notes: Actual talk with the players on our Mumbleserver at talk.illuna.rocks"), + mc(mcc, "# Illuna-Notes: Enjoy Illuna? Invite your friends today, and tell the people about it."), + mc(mcc, "# Illuna-Notes: Have something to share? Join the community https://meet.illuna.rocks today!"), mc(mcc, "# Illuna-Notes: Sell and buy stuff on the Illuna marketplace. It is below the spawnhouse."), - mc(mcc, "# Illuna-Notes: Did you know? The Illuna universe contains also worlds at port 30001 and 30002."), - mc(mcc, "# Illuna-Notes: Misplaced shadow or light? Stucking water or lava? Use /mapfix to fix it!"), + mc(mcc, "# Illuna-Notes: Did you know? The Illuna universe contains also worlds at port 30001 and 30002."), + mc(mcc, "# Illuna-Notes: Misplaced shadow or light? Stucking water or lava? Use /mapfix to fix it!"), + mc(mcc, "# Illuna-Notes: You can help keeping our servers fast by dropping a small donation at https://illuna.rocks/donate <3"), + mc(mcc, "# Illuna-Notes: You can help keeping our servers fast by using as less pipes on your machines as possible."), + mc(mcc, "# Illuna-Notes: You can help keeping our servers fast by avoinig loops and using trashcans on your pipeworks system."), } end