A collection of miscellaneous mods for Minetest providing "utility" functionality: management features, bug workarounds, and libraries for other mods. Each mod includes an individual README file with details on its use.
Each mod in the pack is effectively independent, with minimal or no dependencies (including on any assumed underlying game) and they can be enabled/disabled individually. Mods are distributed as a single pack because they have a single shared maintenance/release cycle.
The following mods have no special dependencies:
szutil_admin
: Alternative to the "admin" command that lists moderation team membersszutil_authcache
: Fix engine performance problems with player priv checkszutil_chatsounds
: Configurable beep notifications for in-game chatszutil_cinecam
: Configure a player as a camera for unattended livestreamingszutil_clocksync
: Synchronize in-game clock smoothly with real-time clock so users can log in at predictable times of dayszutil_controlhud
: Togglable on-screen input control HUD, useful for demo recordingszutil_fixhack
: Fix lighting and fluid bugs automatically and continuously in backgroundszutil_givemenu
: Menu-driven searchable version of the /give commandszutil_idlekick
: Automatically kick idle players after a timeoutszutil_lag
: Simple command to set server lag levelszutil_lagometer
: Optional on-screen server performance meter HUDszutil_logtrace
: Allow privileged players to monitor server log trace in chatszutil_maplimitfx
: Display particle visual at hard map boundariesszutil_motd
: Display a formspec MOTD to players on login, only if updated since the last viewszutil_motdagree
: Players must accept the MOTD via chat command to get privsszutil_namehud
: Simple togglable HUD showing the names of all online playersszutil_nowonline
: Periodically announce cumulative list of online players, for chat bridgesszutil_nukeplayer
: Adds a /nuke_player command to completely destroy a player accountszutil_offlinepos
: Access player positions when offline, support teleports and waypoint HUDsszutil_pruneplayers
: Automatically clean out old unused playersszutil_restart
: Externally-triggerable server restarts with countdown/warningsszutil_revokeme
: Fixes missing /revokeme admin commandszutil_roles
: Manage privs via special privs that represent groups of other privsszutil_runas
: Run a command as another user with password authszutil_stealth
: Make a player as close to completely invisible to players as possible, for moderation or spectation useszutil_suadmin
: Change admin access to be based on a /su (password) command, instead of by player nameszutil_telecode
: Teleportation by opaque codes that can be shared, saved, and publishedszutil_usagesurvey
: Collect usage statistics per-mapblock on how each is being usedszutil_watch
: Allow privileged/invited players to attach to and spectate other playersszutil_xplevel
: Grant players privs based on "experience" accumulated by playing
The following mods require LuaSockets to be installed on the host system, and the mod to be added to the secure.trusted_mods
setting:
szutil_chatsocket
: Expose in-game chat stream as a unix-domain socket for arbitrary chat integrationsszutil_consocket
: Togglable on-screen input control HUD, useful for demo recording