1.0
Compatibility
Changes
A simple Knockout & Capture system.
Features :
- Pain system : If you're under a configurable (via config files or via commands) % of max HP you are in "pain mod" which grant you an impossibility to move and somes basic visuals/sounds effect (gonna be more beautiful in next updates, but for now it's like this).
- Capture system : If you are in pain, someone can capture you by clicking on his capture keybind (default : X) while looking at you. Being captured that the player is carrying you whereever he want.
- Pain Healing : To heal from the pain mode another player can either use the Pain Healer (craftable item) and right on you (it also regen you a configurable % of your max HP) or you can suicide with the button (the seconds before being able to click the button is also configurable via config files and commands)
Commands/config :
- /knockouthp set [0-100] : Set the threshold for the pain mode.
- /knockouthp cooldown [seconds] : Set the time to wait before being able to click the suicide button
- /knockouthp heal [0-100] : Set the % of healing done by the item "Pain Healer"
Config files is named under "knockoutsystem.cfg". You can change the same things listed above.
For any suggestions/problems you can either add me on discord (travailleurs) or join my discord server https://discord.gg/jsjx6w4BDW
You can use it on server or modpack
Enjoy !
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:9xY1l0XJ:2XDVOwLH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9xY1l0XJ:2XDVOwLH"
}

