Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 801 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 801 Bytes

Spectate

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.

Installation

  1. Download the script and save it to scripts/plugins/Spectate.as
  2. Download this ghost entity script too and save it to scripts/plugins/ghosts/GhostEntity.as (required for first-person spectate mode)
  3. Add this to default_plugins.txt
    "plugin"
    {
        "name" "Spectate"
        "script" "Spectate"
    }
    "plugin"
    {
        "name" "GhostEntity"
        "script" "ghosts/GhostEntity"
    }