promotional bannermobile promotional banner

Kill to Spectate

Switches players to spectator mode when killed by another player, otherwise keeps them in survival.

File Details

spectatormod-1.20.1-1.2.1.jar

  • R
  • May 17, 2026
  • 8.45 KB
  • 13
  • 1.20.1
  • Forge

File Name

spectatormod-1.2.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:kill-to-spectate-1539560:8104532")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## Kill to Spectate 1.2.1

### 1.1.0
- Added commands to enable and disable the mod:
  - /spectatormod on
  - /spectatormod off
  - /spectatormod status

### 1.1.1
- Added persistent saving of the mod enabled/disabled state across server restarts.

### 1.2.0
- Added two spectator modes:
  - instant — immediately switches players to Spectator upon PvP death.
  - afterdeath — players drop their items normally and are switched to Spectator after respawning.
- Added mode switching commands:
  - /spectatormod mode instant
  - /spectatormod mode afterdeath
- Updated /spectatormod status to display the current mode.

### 1.2.1
- Changed the default mode from instant to afterdeath.