mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-14 05:40:20 +02:00
Add _misc and u_skins
- Backup de u_skins pas update (ne pas l’update pour l’instant) - ajout d’un _misc à jour
This commit is contained in:
28
mods/_misc/init.lua
Normal file
28
mods/_misc/init.lua
Normal file
@ -0,0 +1,28 @@
|
||||
---------------------
|
||||
-- Server Misc Mod --
|
||||
---------------------
|
||||
|
||||
-- Give initial stuff
|
||||
dofile(minetest.get_modpath("_misc").."/give_initial_stuff.lua")
|
||||
|
||||
-- Chat Commands
|
||||
dofile(minetest.get_modpath("_misc").."/chatcommands.lua")
|
||||
|
||||
-- Rules
|
||||
dofile(minetest.get_modpath("_misc").."/rules.lua")
|
||||
-- No Interact Messages
|
||||
dofile(minetest.get_modpath("_misc").."/nointeract_messages.lua")
|
||||
|
||||
-- irc
|
||||
--dofile(minetest.get_modpath("_misc").."/irc.lua")
|
||||
-- No Shout Messages
|
||||
--dofile(minetest.get_modpath("_misc").."/noshout_messages.lua")
|
||||
|
||||
-- Aliases
|
||||
dofile(minetest.get_modpath("_misc").."/aliases.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