2019-12-17 19:08:49 -05:00
|
|
|
------------------------------------------------------------------------
|
|
|
|
|
2022-04-18 23:46:36 -04:00
|
|
|
- szutil_cinecam
|
2022-04-20 20:28:17 -04:00
|
|
|
- Priv and/or API to hide player from rotation
|
2022-04-19 19:25:57 -04:00
|
|
|
- Add slight facedir bias (smaller than chase-velocity bias)
|
2022-04-18 23:46:36 -04:00
|
|
|
- Need ability to control player cycling
|
|
|
|
- Priv just lets you configure match list
|
|
|
|
- Match list applies rules for matching players
|
|
|
|
- * wildcard
|
|
|
|
- !filter to exclude players matching filter
|
|
|
|
- admin priv to externally control filters
|
|
|
|
- configurability via settings w/ live updates
|
2022-04-22 21:32:06 -04:00
|
|
|
- remote control of FOV?
|
2022-04-18 23:46:36 -04:00
|
|
|
|
2021-08-18 08:08:25 -04:00
|
|
|
- settingtypes.txt for all mods
|
|
|
|
|
2022-01-23 20:56:02 -05:00
|
|
|
- Player cleanup mod
|
|
|
|
- Remove players after N days absent
|
|
|
|
- Only if no new privs granted
|
|
|
|
- Configurable set of ignored privs
|
|
|
|
|
2021-03-07 10:01:41 -05:00
|
|
|
- Delayed privileges mod
|
|
|
|
- Countdown modes:
|
|
|
|
- Always-running countdown
|
|
|
|
- Only-while-online countdown
|
|
|
|
- Reset-on-rejoin countdown?
|
|
|
|
- Commands:
|
|
|
|
- Delayed grant
|
|
|
|
- Revoke with delayed restoration
|
|
|
|
- Admin list/cancel/modify delays
|
|
|
|
- Players see their own delays
|
|
|
|
- Privilege delay HUD
|
|
|
|
- Togglable?
|
|
|
|
- Configurable?
|
|
|
|
- Commands need to work with basic_privs/privs access control
|
|
|
|
- Role-like virtual privs that convert to a delay
|
|
|
|
- Use other mods that interact w/ privs
|
|
|
|
- Allow creation waiting period via default_privs, motdagree
|
2020-05-29 09:20:37 -04:00
|
|
|
|
2021-08-18 08:08:25 -04:00
|
|
|
- MOTD Agree mod
|
|
|
|
- Initial waiting period in seconds
|
|
|
|
- Queue system, limit number of players eligible to agree to
|
|
|
|
rules at the same time
|
2022-01-23 20:56:02 -05:00
|
|
|
- Rate limit acceptance across all players
|
2021-08-18 08:08:25 -04:00
|
|
|
- Require another priv to be able to register (allow use of delayed
|
|
|
|
privs mod)
|
|
|
|
- Limit time player is allowed to be eligible before kick
|
|
|
|
|
2021-03-08 19:59:47 -05:00
|
|
|
- Command alias mod
|
|
|
|
- Allow players to register short command aliases
|
|
|
|
- Store in player metadata per-player
|
|
|
|
- Intercept commands ourselves to handler per-player aliases
|
|
|
|
- register_on_chatcommand seems like it can intercept the
|
|
|
|
command before it's looked up in the global table and
|
|
|
|
prevent normal lookup.
|
|
|
|
- Make sure we can't alias away our ability to alias/unalias
|
|
|
|
- Inject command back into on_chat callback system
|
|
|
|
- Make sure we can't create infinite alias loops
|
|
|
|
- Allow meta-aliases but only up to a certain depth?
|
|
|
|
|
2021-03-07 10:01:41 -05:00
|
|
|
- Migrate from dockcore:
|
|
|
|
- my_names
|
|
|
|
|
|
|
|
- Basic player stats
|
|
|
|
- Time since join
|
|
|
|
- Last time online
|
|
|
|
- Total time connected
|
|
|
|
- Total time not idle
|
|
|
|
- Actions: chat commands, messages, digs, places, etc.
|
|
|
|
- Could be used for:
|
|
|
|
- Promotion decisions (mark as regular, promote to mod)
|
|
|
|
- Account purge decisions
|
|
|
|
- Handle "grandfathered" players (be aware if mod was not present at player creation)
|
|
|
|
- Record time of recording start.
|
|
|
|
- Look at usagesurvey, old nc_stats mods for ideas.
|
|
|
|
|
|
|
|
- /lua mod w/ specific priv
|
2019-12-17 19:08:49 -05:00
|
|
|
|
2021-03-07 10:01:41 -05:00
|
|
|
- Add zoom, aux control support to controlhud
|
2020-07-05 08:55:02 -04:00
|
|
|
|
2021-03-07 10:01:41 -05:00
|
|
|
- Spectator Mode mod
|
|
|
|
- Temporarily adjust privs: lose interact, gain fly, etc.
|
|
|
|
- noclip, teleport?
|
|
|
|
- Change player visual?
|
|
|
|
- Remember player position, restore upon leaving.
|
2020-07-05 10:39:40 -04:00
|
|
|
|
2021-03-07 10:01:41 -05:00
|
|
|
- Reintroduce position tracking HUDs to offlinepos?
|
|
|
|
|
|
|
|
- Need to change how con/chat socket mods access luasockets?
|
|
|
|
https://github.com/minetest/minetest/pull/9943
|
|
|
|
https://discordapp.com/channels/369122544273588224/369122544273588226/725058830249230388
|
|
|
|
https://discordapp.com/channels/369122544273588224/369122544273588226/725056249917603990
|
|
|
|
|
|
|
|
- BUG? szutil_watch needs to save player inventory, watch for race
|
|
|
|
conditions.
|
2020-07-05 10:48:19 -04:00
|
|
|
|
2019-12-17 19:08:49 -05:00
|
|
|
------------------------------------------------------------------------
|