update the village spawner and command
This commit is contained in:
parent
d3d99b402d
commit
ab11df59d5
19 changed files with 2100 additions and 116 deletions
|
@ -1,10 +1,11 @@
|
|||
local path = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
|
||||
-- Load Info command
|
||||
dofile(path.."/info.lua")
|
||||
|
||||
-- Load vanish command
|
||||
dofile(path.."/vanish.lua")
|
||||
-- Load GM command
|
||||
dofile(path.."/gm.lua")
|
||||
|
||||
-- Load time command
|
||||
dofile(path.."/time.lua")
|
||||
|
@ -12,6 +13,9 @@ dofile(path.."/time.lua")
|
|||
-- Load kits command
|
||||
dofile(path.."/kits.lua")
|
||||
|
||||
-- Load debug command
|
||||
dofile(path.."/debug.lua")
|
||||
|
||||
-- By VanessaE, sfan5, and kaeza.
|
||||
local disallowed = {
|
||||
["guest"] = "Guest accounts are disallowed on this server. "..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue