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
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -78,3 +78,9 @@
|
||||||
[submodule "mods/technic"]
|
[submodule "mods/technic"]
|
||||||
path = mods/technic
|
path = mods/technic
|
||||||
url = https://github.com/minetest-technic/technic
|
url = https://github.com/minetest-technic/technic
|
||||||
|
[submodule "mods/flight"]
|
||||||
|
path = mods/flight
|
||||||
|
url = https://github.com/Amaz1/flight
|
||||||
|
[submodule "mods/playereffects"]
|
||||||
|
path = mods/playereffects
|
||||||
|
url = git://repo.or.cz/minetest_playereffects.git
|
||||||
|
|
1
mods/flight
Submodule
1
mods/flight
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 82ddbce69109144ec85fe3dcf13e431c9d89c9e4
|
1
mods/playereffects
Submodule
1
mods/playereffects
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 860358bcd1b30cbf5888588fe50d1b02dadbea43
|
|
@ -27,9 +27,9 @@ function table.random( t )
|
||||||
end
|
end
|
||||||
|
|
||||||
function random_messages.initialize() --Set the interval in minetest.conf.
|
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();
|
minetest.setting_save();
|
||||||
return 1800
|
return 3600
|
||||||
end
|
end
|
||||||
|
|
||||||
function random_messages.set_interval() --Read the interval from minetest.conf(set it if it doesn'st exist)
|
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: Meet your fellows on our Mumbleserver at tchncs.de",
|
||||||
"# Illuna-Notes: Enjoy Illuna? Invite your friends today!",
|
"# 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: 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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue