HomeJavaModsEpicArmor
EpicArmor
ModsJava

EpicArmor

by LAPDK66 · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.10 · Bukkit⬇ Download for 1.20.4–1.20.6 · Bukkit⬇ Download for 1.21–1.21.10 · Paper⬇ Download for 1.20.5–1.20.6 · Paper⬇ Download for 1.21–1.21.10 · Spigot⬇ Download for 1.20.5–1.20.6 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
EpicArmor — screenshot 1EpicArmor — screenshot 2EpicArmor — screenshot 3EpicArmor — screenshot 4EpicArmor — screenshot 5EpicArmor — screenshot 6EpicArmor — screenshot 7

EpicArmor Plugin

A simple Spigot plugin that adds custom, craftable Netherite armor with unique potion effects and a configurable crafting limit.

tested versions

1.21.8 paperMC

Features


Configuration (config.yml)

You can easily configure the plugin to fit your server.

max_crafts:
  epic_helmet: 1
  epic_chestplate: 1
  epic_leggings: 1
  epic_boots: 1

armor_settings:
  epic_helmet:
    name: 'Epic Helmet'
  epic_chestplate:
    name: 'Epic Chestplate'
  epic_leggings:
    name: 'Epic Leggings'
  epic_boots:
    name: 'Epic Boots'
  default_armor_name: 'Epic Armor'

armor_effects:
  4: # CustomModelData for Epic Helmet
    effect: 'NIGHT_VISION'
    amplifier: 0
    duration: 300 # in ticks (20 ticks = 1 second)
  3: # CustomModelData for Epic Chestplate
    effect: 'RESISTANCE'
    amplifier: 0
    duration: 300
  2: # CustomModelData for Epic Leggings
    effect: 'SPEED'
    amplifier: 0
    duration: 300
  1: # CustomModelData for Epic Boots
    effect: 'JUMP_BOOST'
    amplifier: 1
    duration: 300

recipes:
  epic_helmet:
    pattern:
      - 'AAA'
      - 'ABA'
      - '   '
    ingredients:
      A: NETHERITE_INGOT
      B: NETHERITE_HELMET
  # ... (Similar recipes for other armor pieces)

### Configuration Details

* **`max_crafts`**: Set the maximum number of times a player can craft each armor piece. Set the value to `-1` for unlimited crafting.
* **`armor_settings`**: Change the display name of each armor piece. You can use color codes (e.g., `&b` for blue).
* **`armor_effects`**: Customize the potion effects for each piece. The number (e.g., `4`) corresponds to the `CustomModelData` you've set in the plugin code.
    * `effect`: The name of the potion effect (e.g., `NIGHT_VISION`, `SPEED`, `RESISTANCE`).
    * `amplifier`: The strength of the effect (0 for level I, 1 for level II, etc.).
    * `duration`: The duration of the effect in ticks. 20 ticks = 1 second.
* **`recipes`**: Define the crafting pattern and required ingredients for each epic armor piece.

---

## Commands & Permissions

* `/resetarmor`
    * **Permission:** `epicarmor.reset`
    * **Description:** Resets the crafting limit for all players, allowing them to craft the epic armor pieces again.
This isnt the real config. Its just an example. Please use the format how the plugin generates it.
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more