1.0.0
Compatibility
Changes
ExtremoCore
A Forge 1.20.1 mod built for hardcore event servers — limited lives, buffed vanilla mobs, live PvP control, and a visual alert system for admins.
⚔️ Lives System
Every player starts with 5 lives, shown as hearts at the top of the screen.
- Each death removes 1 life.
- At 0 lives, the player is automatically switched to Spectator mode on respawn.
- Lives persist across sessions, deaths, and server restarts.
Life Crystal
An obtainable item that restores +1 life on use (up to a max of 5).
Permanently Lost Lives
If a player racks up 5 or more kills before dying, the life they lose on that death is locked forever — not even the Life Crystal can restore it. The kill counter resets every time the player dies, so there's always a fresh chance.
The HUD shows three heart states:
- 🧡 Active life
- 🖤 Lost life (recoverable)
- 💀 Permanently lost life (not recoverable)
👹 Buffed Mobs
Zombies, skeletons, creepers, and spiders remain 100% vanilla in appearance and base behavior — but with combat upgrades:
| Mob | Ability |
|---|---|
| Zombie | +50% attack damage · sets targets on fire on hit |
| Skeleton | Arrows are always flaming + extra Power I-style damage |
| Creeper | Bigger, faster explosion, silent, leaves fire behind |
| Spider | Faster movement · sets targets on fire on hit |
None of these mobs can burn or die from fire, lava, or sunlight — perfect for fire-themed arenas without losing mobs by accident.
🛡️ Live PvP Control
/extremocore pvp activar
/extremocore pvp desactivar
Instantly toggles player-vs-player damage server-wide. When triggered, every player sees a centered on-screen image confirming the change, and the current status (PvP Activado / PvP Desactivado) stays permanently visible below the hearts until the next toggle.
📢 Admin Alert
/extremocore alert
Fires a visual and audio alert to every connected player at once — perfect for announcing the start of a round, a surprise elimination, or any moment you want to highlight without flooding the chat with text.
🔧 Requirements
- Minecraft 1.20.1
- Forge 47.2.20 or higher
📋 Server Notes
- All commands require operator permission (level 2).
- PvP status is global, not per-player.
- Built and tested for Squid Game-style events, hardcore competitive play, and elimination minigames.
This mod is not open source. Redistribution or modification without authorization is not permitted.
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:99zXCoje:CqSrMszP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:99zXCoje:CqSrMszP"
}

