conduit-spectator
conduit-spectator is a one-class module. SpectatorManager puts a player into a custom “spectator” state — adventure gamemode + creative flight + invisibility — with mutual visibility between spectators handled by a scoreboard team. Damage is cancelled while spectating; gamemode is restored on demote.
When to depend on this
Section titled “When to depend on this”- You want eliminated players to keep watching the round without affecting it.
- You need spectators to see each other but not players still in the game.
- You want spectator state to survive disconnects (rejoining re-applies abilities).
Features
Section titled “Features”API surface
Section titled “API surface”me.zlex.conduit.spectator — SpectatorManagerMaven coordinate: me.zlex:conduit-spectator:<engine_version>. Depends on conduit-core.