/
trims-effect.<trim>.scaling.⚠️ Config format changed in this update. If upgrading from older versions:
config.yml# ------------------------------------------------------------
# Trims that CANNOT be crafted (optional feature)
# ------------------------------------------------------------
un-craftable-trims:
- silence
- vex
# ------------------------------------------------------------
# Default effect scaling (used if trim has no custom scaling)
# ------------------------------------------------------------
effect-scaling:
1: 1
2: 2
3: 2
4: 3
# ------------------------------------------------------------
# Trim → Effect mapping
# ------------------------------------------------------------
# effects = potion effects applied
# scaling = OPTIONAL per-trim scaling override
# ------------------------------------------------------------
trims-effect:
silence:
effects:
- STRENGTH
- RESISTANCE
- ABSORPTION
scaling:
1:
STRENGTH: 2
RESISTANCE: 1
ABSORPTION: 0
2:
STRENGTH: 3
RESISTANCE: 2
ABSORPTION: 1
dune:
effects:
- SPEED
coast:
effects:
- WATER_BREATHING
wild:
effects:
- JUMP
ward:
effects:
- RESISTANCE
eye:
effects:
- NIGHT_VISION
vex:
effects:
- HASTE
tide:
effects:
- DOLPHINS_GRACE
snout:
effects:
- FIRE_RESISTANCE
rib:
effects:
- ABSORPTION
spire:
effects:
- REGENERATION
wayfinder:
effects:
- SATURATION
raiser:
effects:
- STRENGTH
shaper:
effects:
- HASTE
host:
effects:
- HEALTH_BOOST
flow:
effects:
- SPEED
bolt:
effects:
- FAST_DIGGING
sentry:
effects: [] # empty = no effects
gui:
enabled: true
title: "&aTrim Effects"
size: 27
show-scaling: false
settings:
milk-consume: true # if true, milk will not remove trim effects

💎Adds configurable potion effects based on worn armor trims🤩, with smart scaling per trim and zero performance impact🚀.