mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-14 05:40:20 +02:00
initial commit
subgame + mods
This commit is contained in:
45
mods/_misc/init.lua
Normal file
45
mods/_misc/init.lua
Normal file
@ -0,0 +1,45 @@
|
||||
---------------------
|
||||
-- Server Misc Mod --
|
||||
---------------------
|
||||
|
||||
-- Seen
|
||||
--dofile(minetest.get_modpath("_misc").."/seen.lua")
|
||||
|
||||
-- Nodename HUD
|
||||
--dofile(minetest.get_modpath("_misc").."/nodename_hud.lua")
|
||||
|
||||
-- Give initial stuff
|
||||
dofile(minetest.get_modpath("_misc").."/give_initial_stuff.lua")
|
||||
|
||||
-- Chat Commands
|
||||
dofile(minetest.get_modpath("_misc").."/chatcommands.lua")
|
||||
|
||||
-- News
|
||||
--dofile(minetest.get_modpath("_misc").."/news.lua")
|
||||
|
||||
-- Rules
|
||||
dofile(minetest.get_modpath("_misc").."/rules.lua")
|
||||
|
||||
-- Aliases
|
||||
dofile(minetest.get_modpath("_misc").."/aliases.lua")
|
||||
|
||||
-- Chatlog
|
||||
--dofile(minetest.get_modpath("_misc").."/chatlog.lua")
|
||||
|
||||
-- Username filter
|
||||
-- dofile(minetest.get_modpath("_misc").."/username_filter.lua")
|
||||
|
||||
-- Ban
|
||||
--dofile(minetest.get_modpath("_misc").."/ban.lua")
|
||||
|
||||
-- Chat Offline
|
||||
--dofile(minetest.get_modpath("_misc").."/chat_offline.lua")
|
||||
|
||||
-- No Interact Messages
|
||||
dofile(minetest.get_modpath("_misc").."/nointeract_messages.lua")
|
||||
|
||||
-- Craft Obsidian
|
||||
dofile(minetest.get_modpath("_misc").."/craft_obsidian.lua")
|
||||
|
||||
-- UnCraft Woll
|
||||
dofile(minetest.get_modpath("_misc").."/uncraft_woll.lua")
|
Reference in New Issue
Block a user