promotional bannermobile promotional banner
premium banner
Use Trims as a source of Buffing Yourself! Different Trims can give you different effects, all of which are positive. Fully Configurable with a Default Config for those that just want to play!

Description

Effective Trims!

A Serverside Mod that gives Trims a bigger use!
A Full-Set of Every Armor Trim now gives you a Potion Effect when worn.

Fully Configurable to allow changes to Armor Material, Trim and Trim Material!
(Example Below)


Trim Effects:

Sentry: Hero of the Village
Vex: Strength
Wild: Jump Boost 2
Coast: Water Breathing
Dune: Speed
Wayfinder: Luck 2
Raiser, Shaper & Host: Regeneration
Ward: Absorption 2
Silence: Conduit Power
Tide: Dolphins Grace
Snout: Fire Resistance
Rib: Resistance
Eye: Night Vision
Spire: Slow Falling
Flow: Speed 2
Bolt: Haste


Configuration:

You can completely configure your own Trim Combinations with different Armor Materials, Trims and Trim Materials to give different Effects and Effect Strengths. 
Examples are spoilered below.

Any field left empty means ANY, so any type of Armor, any type of Trim and any type of Trim Material.
You can also use multiple effects and amplifier 0 is Effect Level 1.

It should be pretty self-explanatory!

{
"trimsets": [
{
"helmet": "",
"helmetTrim": "minecraft:tide",
"helmetTrimMaterial": "minecraft:copper",
"chestplate": "",
"chestTrim": "minecraft:coast",
"chestTrimMaterial": "minecraft:copper",
"leggings": "",
"legTrim": "minecraft:coast",
"legTrimMaterial": "minecraft:copper",
"boots": "",
"bootsTrim": "minecraft:coast",
"bootsTrimMaterial": "minecraft:copper",
"effects": [
{
"identifier": "minecraft:conduit_power",
"amplifier": 0
}
]
},
{
"helmet": "minecraft:netherite_helmet",
"helmetTrim": "minecraft:rib",
"helmetTrimMaterial": "minecraft:gold",
"chestplate": "minecraft:netherite_chestplate",
"chestTrim": "minecraft:rib",
"chestTrimMaterial": "minecraft:gold",
"leggings": "minecraft:netherite_leggings",
"legTrim": "minecraft:rib",
"legTrimMaterial": "minecraft:gold",
"boots": "minecraft:netherite_boots",
"bootsTrim": "minecraft:rib",
"bootsTrimMaterial": "minecraft:gold",
"effects": [
{
"identifier": "minecraft:resistance",
"amplifier": 1
}
]
},
{
"helmet": "minecraft:iron_helmet",
"helmetTrim": "minecraft:silence",
"helmetTrimMaterial": "minecraft:amethyst",
"chestplate": "minecraft:iron_chestplate",
"chestTrim": "minecraft:silence",
"chestTrimMaterial": "minecraft:amethyst",
"leggings": "minecraft:iron_leggings",
"legTrim": "minecraft:silence",
"legTrimMaterial": "minecraft:amethyst",
"boots": "minecraft:iron_boots",
"bootsTrim": "minecraft:silence",
"bootsTrimMaterial": "minecraft:amethyst",
"effects": [
{
"identifier": "minecraft:speed",
"amplifier": 1
},
{
"identifier": "minecraft:strength",
"amplifier": 0
}
]
},
{
"helmet": "minecraft:diamond_helmet",
"helmetTrim": "minecraft:eye",
"helmetTrimMaterial": "minecraft:netherite",
"chestplate": "minecraft:diamond_chestplate",
"chestTrim": "minecraft:eye",
"chestTrimMaterial": "minecraft:diamond",
"leggings": "minecraft:diamond_leggings",
"legTrim": "minecraft:spire",
"legTrimMaterial": "minecraft:netherite",
"boots": "minecraft:diamond_boots",
"bootsTrim": "minecraft:spire",
"bootsTrimMaterial": "minecraft:diamond",
"effects": [
{
"identifier": "minecraft:slow_falling",
"amplifier": 0
},
{
"identifier": "minecraft:night_vision",
"amplifier": 0
}
]
},
{
"helmet": "",
"helmetTrim": "minecraft:snout",
"helmetTrimMaterial": "minecraft:netherite",
"chestplate": "",
"chestTrim": "minecraft:ward",
"chestTrimMaterial": "minecraft:netherite",
"leggings": "",
"legTrim": "minecraft:ward",
"legTrimMaterial": "minecraft:netherite",
"boots": "",
"bootsTrim": "minecraft:snout",
"bootsTrimMaterial": "minecraft:netherite",
"effects": [
{
"identifier": "minecraft:fire_resistance",
"amplifier": 0
},
{
"identifier": "minecraft:resistance",
"amplifier": 1
}
]
}
]
}