Links
Tags
Creators
Details
Licensed Apache-2.0
Published 9 months ago
Updated 8 months ago
All versions
2.0.0-TOKI
Release
2.0.0-TOKI8 months ago 121
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
VERSION - 2.0.0-TOKI
A MAJOR OVERHAUL HAPPENED
HitBox and KillCam System
- This adds a great overhaul to the way attacks work on the player and how mobs attack the players.
- It now uses a hitbox system (arms, legs, torso and head) with configurable damage multipliers where it now takes damage instead of the default player (single cube) hitbox.
- Added a kill cam system where when a player dies (with configurable timing values) the player switches to the killer (or his teammates) camera until he respawns. if no teammate present he just inspects himself.
KillBanner System
- This adds a customisable list of kills to the screen when a player is killed or dies to another player.
- The color size and alignment can all be customised by the client in the client config.
Other Improvements
- Improved the team system commands (/kc_team) and made it much more user-friendly. (a gui is being planned for the next update)
- Added more team icons and fixed team icon listing in chat
- Added team roles, settings, overrides and many other improvements to the team system.
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:4KEZ6X3P:7jLHsGnM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4KEZ6X3P:7jLHsGnM"
}

