minetest-mm/mods/spectator_mode/mod.conf

10 lines
381 B
Text
Raw Normal View History

2020-11-15 20:25:38 +01:00
name = spectator_mode
2024-12-19 12:55:40 +01:00
depends = player_api
optional_depends = beerchat
2020-11-15 20:25:38 +01:00
description = """
2024-12-19 12:55:40 +01:00
A mod for Minetest allowing players to watch other players in their 3rd person view.
Observers are invisible and can be kept alive.
Privileged players can observe others without invites. They can give away their presence
by dropping items or death creating bones and visible dead player.
2020-11-15 20:25:38 +01:00
"""