Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 3 months ago
All versions
1.2.1
Release
Kill to Spectate 1.2.13 months ago 26
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Dedicated servers only
Changes
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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:66HiC9Yb:NA1ujSP7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:66HiC9Yb:NA1ujSP7"
}

