Attribute Modifier Groups

Add groups of attribute modifiers to mobs and players

Overview

 

The purpose of this mod is to make it easier to add multiple attribute modifiers to multiple mobs and assign them with a single command.  Attribute modifier groups are defined by constructing a list of attributes, the modifier value and the modify operation.

 

Example in spoiler below:

 

[
  {
    "attribute": "minecraft:generic.scale",
    "operation": "add_multiplied_total",
    "value": 3.0
  },
  {
    "attribute": "minecraft:generic.max_health",
    "operation": "add_multiplied_total",
    "value": 3.0
  },
  {
    "attribute": "minecraft:generic.attack_damage",
    "operation": "add_multiplied_total",
    "value": 3.0
  },
  {
    "attribute": "minecraft:player.block_interaction_range",
    "operation": "add_multiplied_total",
    "value": 3.0
  },
  {
    "attribute": "minecraft:player.entity_interaction_range",
    "operation": "add_multiplied_total",
    "value": 3.0
  }

 

 

 

this mod uses the datapack format

data/<namespace>/attribute_modifier_group/<path>.json

 

 to read from, anything outside of that folder will be ignored.  All file and folder names must be lowercase and are limited to a-z, _, - and .

 

Attribute modifier groups can be assigned or removed with a few commands

/attributemodifiergroups give <targets> <group_name> gives the selected targets the attribute modifier group

 

/attributemodifiergroups remove <group_name> removes the user from the attribute modifier group

/attributemodifiergroups remove <targets> <group_name> removes the selected targets from the attribute modifier group

all commands require at least permission level 2 to use

 

This mod is serverside only.

The Attribute Modifier Groups Team

profile avatar
  • 201
    Followers
  • 195
    Projects
  • 305.8M
    Downloads

I'm iitemstack on discord, and that is the only name I use there. If anyone else links to this account as a portfolio, report to moderation and contact me instead as they're a scammer.

More from tfarecnimView all

  • Metal Barrels project image

    Metal Barrels

    • 21.0M
    • Mods

    Like Iron Chests but it's barrels and better

    • 21.0M
    • June 7, 2026
    • Mods
  • Auto Anvil project image

    Auto Anvil

    • 498
    • Mods

    Adds an automatic anvil with reconfigurable sides and upgrades

    • 498
    • June 5, 2026
    • Mods
    • +1
  • Quickstack project image

    Quickstack

    • 5.8M
    • Mods

    Bringing the quickstack and dropoff found in terraria to mc

    • 5.8M
    • June 3, 2026
    • Mods
  • AE2 Extras project image

    AE2 Extras

    • 9.4M
    • Mods

    Adds some extra stuff to AE2

    • 9.4M
    • June 2, 2026
    • Mods
    • +2
  • Metal Barrels project image

    Metal Barrels

    • 21.0M
    • Mods

    Like Iron Chests but it's barrels and better

    • 21.0M
    • June 7, 2026
    • Mods
  • Auto Anvil project image

    Auto Anvil

    • 498
    • Mods

    Adds an automatic anvil with reconfigurable sides and upgrades

    • 498
    • June 5, 2026
    • Mods
    • +1
  • Quickstack project image

    Quickstack

    • 5.8M
    • Mods

    Bringing the quickstack and dropoff found in terraria to mc

    • 5.8M
    • June 3, 2026
    • Mods
  • AE2 Extras project image

    AE2 Extras

    • 9.4M
    • Mods

    Adds some extra stuff to AE2

    • 9.4M
    • June 2, 2026
    • Mods
    • +2