22 lines
615 B
Markdown
22 lines
615 B
Markdown
|
# 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)
|