Go to file
Aaron Suen 079c21a58b Don't return player name on craft in idlekick
Apparently this causes games that use engine crafting to replace
the recipe output with an unknown item with the player's name.

Fixes https://gitlab.com/sztest/szutilpack/-/issues/4
2022-07-05 06:44:31 -04:00
szutil_admin Import new /admin command mod 2021-03-06 18:47:23 -05:00
szutil_chatsocket Strip remaining escapes 2021-07-10 19:51:02 -04:00
szutil_chatsounds Fix DM beeps w/ new translation 2022-04-01 13:08:12 -04:00
szutil_cinecam Fix and optimize line of sight checks 2022-05-03 07:10:15 -04:00
szutil_clocksync Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_consocket Strip remaining escapes 2021-07-10 19:51:02 -04:00
szutil_controlhud Aggressive image optimization 2021-03-11 21:28:36 -05:00
szutil_fixhack Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_givemenu Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_idlekick Don't return player name on craft in idlekick 2022-07-05 06:44:31 -04:00
szutil_lagometer Explain lagometer in built-in help text 2021-03-10 09:16:09 -05:00
szutil_logtrace Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_maplimitfx Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_motd Permission to exempt players from MOTD 2022-04-21 23:40:29 -04:00
szutil_motdagree Fix backwards emerging timeout check 2021-03-23 15:43:30 -04:00
szutil_nowonline Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_nukeplayer Fix log message param reversal 2021-03-09 07:39:54 -05:00
szutil_offlinepos Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_restart Allow certain players to be ignored for restarts 2022-04-19 19:34:09 -04:00
szutil_revokeme Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_roles Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_stealth Fix broken server status line in 5.5+ 2022-02-18 00:12:43 -05:00
szutil_suadmin Add all required mod.conf files 2021-03-01 20:04:16 -05:00
szutil_telecode Automated image compression including ECT 2021-03-09 08:12:36 -05:00
szutil_usagesurvey Fix blockstats hud breaking other huds 2021-12-10 07:31:29 -05:00
szutil_watch Fix mis-restoring interact privs on unwatch 2022-01-23 20:56:02 -05:00
.cdbrelease.lua CDB dev state 2021-12-26 14:33:01 -05:00
.cdbscreen.png Aggressive image optimization 2021-03-11 21:28:36 -05:00
.gitattributes Resimplify metadata, use same README as CDB 2021-02-28 08:42:26 -05:00
.gitignore Revived the "slime" monster idea, with better performances. 2013-11-17 16:15:06 -05:00
.luacheckrc Code audit, cleanup and reformat. 2019-09-01 12:52:22 -04:00
.lualocals Revive szutilpack from updates from sztest and nodecore. 2019-03-27 06:23:19 -04:00
LICENSE Fix old copyright year range 2021-03-06 12:39:38 -05:00
README.md Mod to kick idle players 2021-08-18 08:08:25 -04:00
TODO Extract settings, narrow assumed FOV 2022-04-22 21:32:06 -04:00
icon.png Aggressive image optimization 2021-03-11 21:28:36 -05:00
modpack.conf Update CDB metadata 2021-02-27 20:10:01 -05:00
version.lua Resimplify metadata, use same README as CDB 2021-02-28 08:42:26 -05:00

README.md

A collection of miscellaneous mods for minetest providing "utility" functonality: 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.

  • szutil_admin: Alternative to the "admin" command that lists moderation team members.
  • szutil_chatsocket: Expose in-game chat stream as a unix-domain socket for arbitrary chat integrations.
  • szutil_chatsounds: Configurable beep notifications for in-game chat.
  • szutil_clocksync: Synchronize in-game clock smoothly with real-time clock so users can log in at predictable times of day.
  • szutil_consocket: Expose an admin console as a unix-domain socket for clientless admin via ssh.
  • szutil_controlhud: Togglable on-screen input control HUD, useful for demo recording.
  • szutil_fixhack: Fix lighting and fluid bugs automatically and continuously in background.
  • szutil_givemenu: Menu-driven searchable version of the /give command.
  • szutil_idlekick: Automatically kick idle players after a timeout.
  • szutil_lagometer: Optional on-screen server performance meter HUD.
  • szutil_logtrace: Allow privileged players to monitor server debug trace in chat.
  • szutil_maplimitfx: Display particle visual at hard map boundaries.
  • szutil_motd: Display a formspec MOTD to players on login, only if updated since the last view.
  • szutil_nowonline: Periodically display cumulative list of online players, for chat bridges.
  • szutil_nukeplayer: Adds a /nuke_player command to completely destroy a player account.
  • szutil_revokeme: Fixes missing /revokeme admin command.
  • szutil_roles: Manage privs via special privs that represent groups of other privs.
  • szutil_restart: Externally-triggerable server restarts with countdown/warnings.
  • szutil_stealth: Make a player as close to completely invisble to players as possible, for moderation or spectation use.
  • szutil_suadmin: Change admin access to be based on a /su (password) command, instead of by player name.
  • szutil_telecode: Teleportation by opaque codes that can be shared, saved, and published.
  • szutil_usagesurvey: Collect usage statistics per-mapblock on how each is being used (e.g. for pruning lightly-used portions of the map).
  • szutil_watch: Allow privileged players to attach to and spectate other players.