1
0
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:
Ombridride
2014-11-03 01:46:14 +01:00
parent 5a77af76be
commit 72ad0dc7b7
119 changed files with 3770 additions and 482 deletions

View File

@ -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")