replace market message with be nice message, increase message interval
add flight and playereffects mod
This commit is contained in:
parent
f89d8eab27
commit
8e1a133f41
4 changed files with 11 additions and 3 deletions
|
@ -27,9 +27,9 @@ function table.random( t )
|
|||
end
|
||||
|
||||
function random_messages.initialize() --Set the interval in minetest.conf.
|
||||
minetest.setting_set("random_messages_interval",1800)
|
||||
minetest.setting_set("random_messages_interval",3600)
|
||||
minetest.setting_save();
|
||||
return 1800
|
||||
return 3600
|
||||
end
|
||||
|
||||
function random_messages.set_interval() --Read the interval from minetest.conf(set it if it doesn'st exist)
|
||||
|
@ -51,7 +51,7 @@ function random_messages.read_messages()
|
|||
"# Illuna-Notes: Meet your fellows on our Mumbleserver at tchncs.de",
|
||||
"# Illuna-Notes: Enjoy Illuna? Invite your friends today!",
|
||||
"# Illuna-Notes: Have something to share? Create and join discussion at the Illuna forum: https://forum.illuna-minetest.tk!",
|
||||
"# Illuna-Notes: Sell and buy stuff on the Illuna marketplace. It is below the spawnhouse."
|
||||
"# Illuna-Notes: Please be nice to the players around you. :)",
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue