random_messages: message improvements, updates and more messages
This commit is contained in:
parent
bb66728f65
commit
2b30644052
1 changed files with 12 additions and 6 deletions
|
@ -46,13 +46,19 @@ function random_messages.check_params(name,func,params)
|
||||||
end
|
end
|
||||||
|
|
||||||
function random_messages.read_messages()
|
function random_messages.read_messages()
|
||||||
|
local mc = core.colorize
|
||||||
|
local mcc = "#A3B5CB"
|
||||||
random_messages.messages = {
|
random_messages.messages = {
|
||||||
"# Illuna-Notes: Soup is very useful to fight hunger, everyone should have some.",
|
mc(mcc, "# Illuna-Notes: Soup is one of the most powerful hungerfighters."),
|
||||||
"# Illuna-Notes: Meet your fellows on our Mumbleserver at tchncs.de",
|
mc(mcc, "# Illuna-Notes: Actual talk with the players on our Mumbleserver at talk.illuna.rocks"),
|
||||||
"# Illuna-Notes: Enjoy Illuna? Invite your friends today!",
|
mc(mcc, "# Illuna-Notes: Enjoy Illuna? Invite your friends today, and tell the people about us."),
|
||||||
"# Illuna-Notes: Have something to share? Create and join discussion at the Illuna forum: https://forum.illuna-minetest.tk!",
|
mc(mcc, "# Illuna-Notes: Have something to share? Join the community https://meet.illuna.rocks today!"),
|
||||||
"# Illuna-Notes: Please be nice to the players around you. :)",
|
mc(mcc, "# Illuna-Notes: Please be nice to the players around you. :)"),
|
||||||
"# Illuna-Notes: Do you like this world or have some suggestions? Tell us about at https://forum.illuna-minetest.tk"
|
mc(mcc, "# Illuna-Notes: Did you know? The Illuna universe contains servers at port 30000 and 30002 too."),
|
||||||
|
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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue