Aaron Suen 7d88a00c4f Try fixing NodeCore inv dump on /unwatch
Move player to target position first, then restore
inventory after so it doesn't get left behind where
it's restored (i.e. next to the /watch-ed player)
2021-06-08 07:18:03 -04:00
..
2021-03-01 20:04:16 -05:00

------------------------------------------------------------------------

This mod adds a "spectator mode."

- the "/watch <player>" command, to watch another player.
- the "/unwatch" command to return to normal play.
- the "/watchshare <list>" command sets a list of players allowed to
  watch a player without the "watch" privilege.

Players who have the "watch" privilege can always watch any other player
who isn't already watching another player or otherwise invisible.

Using the watchshare command allows a player to share their play
experience with other players (effectively in-game "streaming").  The
parameter is a whitelist of exact player names, or "*" to allow any
player.  The list is cleared automatically when the player logs out;
to reshare after rejoining, the command needs to be used again (this
is a safeguard against accidentally leaving it open).

------------------------------------------------------------------------