mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-14 05:40:20 +02:00
- Delete useless files/mods
- Add builtin_falling (by Davedevils) for an amazing bugfix - Tweak node.lua from the subgame MFF and « sea » mod for builtin_falling - Remove news.lua from _misc - Remove _misc_me (empty now) - Add a new mod named « news » and tweak this mod, it works now, add texture for the news (Thank you Davedevils)
This commit is contained in:
@ -2,39 +2,18 @@
|
||||
-- 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")
|
||||
|
||||
|
Reference in New Issue
Block a user