Sprache

EnchantForge

EnchantForge

Modrinth

EnchantForge gives server administrators full control over enchantment balance; buff, nerf, or ban any enchantment with per-level precision, natively on Paper.

4 Downloads aktualisiert 2mo ago
neueste v1.0.0 Modrinth
Paper 1.21 – 1.21.11 EquipmentManagement

EnchantForge

GitHub
Discord

EnchantForge is a native Paper plugin that intercepts combat events and applies
configurable damage multipliers based on enchantments present on the attacker's weapon.
Each enchantment can be independently buffed, nerfed, or banned entirely through a
single YAML configuration file, with no external dependencies.


How it works

When a player attacks, EnchantForge reads every enchantment on the weapon in hand
and computes a compound damage multiplier from the configured values. The multiplier
scales linearly with the enchantment level. If any enchantment on the weapon is marked
as banned, the attack is cancelled and the player is notified. No damage is applied.


Features

  • Per-enchantment damage multiplier scaled by enchantment level
  • Enchantment ban system with configurable player notification
  • Hot reload via /ef reload, no server restart required
  • Full coverage of all Java Edition enchantments including 1.21 additions
  • Zero external dependencies, pure Paper API
  • Configurable messages with legacy color code support

Configuration

Each enchantment entry in config.yml exposes three fields:

SHARPNESS:
  enabled: true
  damage_multiplier: 1.10
  banned: false

| Field | Type | Description |
|---|---|---|
| enabled | boolean | Whether EnchantForge processes this enchantment at all |
| damage_multiplier | double | Damage multiplier applied per enchantment level |
| banned | boolean | Cancels the attack if this enchantment is on the weapon |

How multipliers stack with levels:
A damage_multiplier of 1.10 means +10% per level.
Sharpness V with a multiplier of 1.10 results in a final multiplier of 1.50x
on top of vanilla damage. A value below 1.0 reduces damage. A value of 1.0
is equivalent to vanilla behavior and is ignored by the engine.

Example setups:

# Buff Sharpness by 10% per level
SHARPNESS:
  enabled: true
  damage_multiplier: 1.10
  banned: false

# Nerf Fire Aspect damage by 3% per level
FIRE_ASPECT:
  enabled: true
  damage_multiplier: 0.97
  banned: false

# Completely ban Breach
BREACH:
  enabled: true
  damage_multiplier: 1.00
  banned: true

Commands

| Command | Description | Permission |
|---|---|---|
| /ef reload | Reloads config.yml without restarting | enchantforge.admin |
| /ef info | Shows all active multipliers and bans | enchantforge.admin |
| /ef list | Lists every registered enchantment and its current status | enchantforge.admin |

All commands are also accessible via the /enchantforge alias.


Permissions

| Node | Default | Description |
|---|---|---|
| enchantforge.admin | op | Access to all EnchantForge commands |

Versionen

Release
1.0.0
paper · 1.21, 1.21.1, 1.21.2 · 2mo ago
4

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

FAQ

Wie installiere ich EnchantForge?

Lade die Datei für deine Minecraft-Version und deinen Loader auf dieser Seite herunter, lege die .jar in den mods- (oder plugins-) Ordner und starte das Spiel.

Ist EnchantForge kostenlos?

EnchantForge ist auf Modgrid kostenlos — wir verlinken direkt zur offiziellen Quelle, ohne Paywall.

Welche Minecraft-Versionen unterstützt EnchantForge?

Funktioniert mit Paper. Unterstützt die Versionen 1.21–1.21.11. Die unterstützten Versionen und Loader findest du im Download-Bereich dieser Seite.

Herunterladen EnchantForge

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.