Allows toggling observer mode when survival mode is off.
Toggle observer mode with any of these commands (chat or console):
.observer
.observe
.spectate
This plugin also adds a first-person spectate mode you can use while alive. Type .viewhelp
for info.
- Download the script and save it to
scripts/plugins/Spectate.as
- Download this ghost entity script too and save it to
scripts/plugins/ghosts/GhostEntity.as
(required for first-person spectate mode) - Add this to default_plugins.txt
"plugin"
{
"name" "Spectate"
"script" "Spectate"
}
"plugin"
{
"name" "GhostEntity"
"script" "ghosts/GhostEntity"
}