Effective Armors

Effective Armors

A data-driven armor effect system for modpack makers. Easily add potion effects to armor pieces or full sets (Forge & NeoForge).

by
543 Downloads
forgeneoforgeequipmentlibraryutility
Rent Server with this Mod

About this Mod

This mod provides modpack makers an easy way to add specific potion effects on certain armors or armor sets. You may allow players to gain a lv3 strength effect when they are wearing a full set of diamond armors. The mod is optionally compatible with Curios Api, allowing items equipped in curios slots to be treated as a part of an armor set.

The mod is data driven, so you just need to put valid json files at data/<namespace>/effectivearmors/armor_effects/<path>.json. If you are using KubeJS, you may also put it directly under kubejs folder, so that the file path would be like kubejs\data\kubjes\effectivearmors\armor_effects\effect_1.json.

The file should be structured like this.

{
  "armor": [
    "minecraft:diamond_helmet",
    "minecraft:diamond_chestplate",
    "minecraft:diamond_leggings",
    "minecraft:diamond_boots"
  ],
  "effects": [
    { "id": "minecraft:strength", "amplifier": 2, "ambient": false, "show_particles": false, "show_icon": true }
  ],
  "match_all": true
}

You may put 1-4 items in the armor list. "match_all": true means to check if all items are equipped; you may also set it to false so that one piece of the armor set would be enough to apply the effect. You may also put multiple effect instance in the effects list and they will be applied at the same time.

It also supports tag. You may use # at the start of any armor entry string and it will be parsed as a tag ingredient. You may also use 3x ... to declare the number. So the following formats works as well.

  "armor": [
    "#effectivearmors:test_helmets",
    "minecraft:iron_chestplate",
    "minecraft:golden_leggings"
  ]
  "armor": [
    "4x #effectivearmors:golden"
  ]

Available Versions

Effective Armors 1.2.0release
MC 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11neoforge
January 13, 2026
Effective Armors 1.2.0release
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6forge
December 20, 2025
Effective Armors 1.1.0release
MC 1.21.1neoforge
November 22, 2025
Effective Armors 1.1.0release
MC 1.20.1forge
November 22, 2025

How to Install Effective Armors on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "Effective Armors". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forgeneoforge

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+14 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Effective Armors server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is Effective Armors compatible with forge and neoforge?

Effective Armors officially supports forge, neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Effective Armors – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Effective Armors consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Effective Armors with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+7 more