mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Added spawn's timer and reduced interval for home
- HOME_INTERVAL is now 20 minutes - Added spawn's timer : interval is 10 minutes
This commit is contained in:
@ -4,7 +4,7 @@ home.homes_file = {["real"] = minetest.get_worldpath() .. "/realhomes",
|
||||
["nether"] = minetest.get_worldpath() .. "/netherhomes"}
|
||||
home.homepos = {["real"] = {}, ["nether"] = {}}
|
||||
home.timers = {}
|
||||
home.HOME_INTERVAL = 30*60
|
||||
home.HOME_INTERVAL = 20*60
|
||||
|
||||
home.sethome = function(name)
|
||||
local player = minetest.env:get_player_by_name(name)
|
||||
|
Reference in New Issue
Block a user