Mineuniverse
Log in Register
Mods

Multiplayer Boss Attribute Modifier

Dynamically scales boss attributes based on the number of nearby players
by P1nero
Download Claim this project
233,571 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Adventure and RPG

Multiplayer Boss Fight

A lightweight Minecraft mod that dynamically scales boss attributes based on the number of nearby players — without any performance overhead.

Features

  • Adjusts boss stats (health, damage, etc.) when players join or leave the fight.
  • Synchronization only happens when a boss enters or exits a player's client — no constant polling or lag.
  • Fully configurable per boss type (or boss tag) via a simple JSON file.

How It Works

When a player approaches a boss, the mod recalculates the boss's attributes according to the configured multipliers. When a player leaves, the stats update again. This event‑driven approach means no performance impact during normal gameplay.

Configuration

Example config/multiplayer_boss_fight/config.json:

[ { "entities": ["#forge:bosses", "minecraft:wither_boss"], "attribute_modifiers": [ { "attribute": "minecraft:generic.max_health", "operation": "MULTIPLY_TOTAL", "value": 0.4, "max_limit": 4 }, { "attribute": "minecraft:generic.attack_damage", "operation": "MULTIPLY_TOTAL", "value": 0.1, "max_limit": 4 } ] }, { "entities": ["minecraft:ender_dragon"], "attribute_modifiers": [ { "attribute": "minecraft:generic.max_health", "operation": "MULTIPLY_TOTAL", "value": 0.25, "max_limit": 4 }, { "attribute": "minecraft:generic.attack_damage", "operation": "MULTIPLY_TOTAL", "value": 0.1, "max_limit": 4 } ] } ]

Parameter Explanation

  • entities

    List of boss entity IDs. You can use tags (prefixed with #).

  • attribute_modifiers

    A list of attribute modifications, each containing:

    • attribute – Attribute to modify (e.g. generic.max_health).
    • operationADDITION, MULTIPLY_BASE, or MULTIPLY_TOTAL.
    • value – Multiplier per player (e.g., 0.4 = +40% per player).
    • max_limit – Upper limit of players that affect the boss. Additional players will not increase stats further.

Compatibility

  • Works in multiplayer (dedicated server & LAN).
  • Optional in client installation (pure server‑side mod).
  • Safe to add/remove mid‑game.

Enjoy balanced boss fights for any group size!

multiplayer_boss_fight-neoforge1.21.1-1.0.3.jar
MC Client, 1.21.1, NeoForge, Server
Release 2026-05-29 Get
multiplayer_boss_fight-forge1.20.1-1.0.3.jar
MC Client, 1.20.1, Forge, Server
Release 2026-05-29 Get
multiplayer_boss_fight-forge1.20.1-1.0.2.jar
MC Client, 1.20.1, Forge, Server
Beta 2026-05-13 Get

More from P1nero

Qliphoth Awakening Dimensions
921,302
TheCasketOfRrveriesBosses
671,821
Language Amend
631,498
Create : Arm-made Barbeque
611,608
Don't Touch My Datapack
606
Epic Fight - Wukong Moveset
565,855

You Might Also Like

AstikorCarts Redux
Horse powered carts and plows, now for 1.20+!
9,976,693
mxTune
Adds musical instruments that allow you to play music in MML format.
994,306
JoJo No Kimyou Na Bouken: JoJoCraft
This is a jojos Mod Nothing more
99,649
Middle-earth
Join the legendary world of Tolkien's universe from The Lord of The Rings to the Hobbit and more!
99,467
Pure Discs - Tricky Trials (Fabric/Forge)
Adds nine new discs from songs that were added in the 1.21 Tricky Trials update!
99,442
Reverse Eon
Reverse Eon adds a persistent, player-owned island dimension to Minecraft. Enter your personal world through the Timekeeper Suitcase and manage it with the Computer Suitcase, giving you full control over island settings, portals, visitors, and more.
9,980