minetest-mm/mods/spectator_mode/README.md

22 lines
615 B
Markdown
Raw Permalink Normal View History

2020-11-15 20:25:38 +01:00
# Spectator Mode
A mod for Minetest allowing you to watch other players in their 3rd person view.
You're invisible and undetectable for the players when you're in this mode.
Can be useful for admins or moderators in their task of monitoring.
Requires the privilege `watch`.
## Dependencies
- `player_api` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
- `default` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
## Requirements
This mod requires MT 5.0.0 and above.
## Commands
`/watch <player name>`<br>
`/unwatch` (get back to your initial position)