A lightweight and flexible plugin that lets you customize maximum enchantment levels in Minecraft. Perfect for survival, PvP, RPG, and small community servers.
A lightweight, high-performance Paper/Purpur plugin designed to bypass vanilla Minecraft enchantment level limits and anvil repair restrictions. Enhance your server's gear progression by allowing players to combine and level up enchantments beyond their vanilla limits!
X yields level X + 1 (up to your configured cap)./le reload without needing to restart your server.config.yml)The default configuration file is clean, well-documented, and easy to customize:
# The maximum repair cost allowed in the anvil (default is 39).
# Setting this to 39 or below completely removes the "Too Expensive!" message
# on the client and allows players to retrieve their items.
max-repair-cost: 39
# The default maximum level for unlisted enchantments (only used if use-default-max-for-unlisted is set to true).
default-max-level: 10
# Whether to use default-max-level for enchantments that are not explicitly listed below.
# If false (recommended), unlisted enchantments will use their standard vanilla limits.
use-default-max-for-unlisted: false
# Custom maximum levels for specific enchantments.
# Specify the enchantment name and its maximum level limit.
# You can use namespaced keys (e.g., minecraft:sharpness) or just the key name (e.g., sharpness).
enchantments:
sharpness: 10
protection: 10
efficiency: 10
unbreaking: 10
fortune: 5
looting: 5
power: 10
feather_falling: 10
| Command | Description | Permission | Default |
|---|---|---|---|
/limitlessenchants (or /le) |
Shows plugin help / info page. | limitlessenchants.use |
op |
/le reload |
Reloads the configuration on the fly. | limitlessenchants.reload |
op |
.jar file.plugins/ directory.plugins/LimitlessEnchants/config.yml to set your desired enchantment caps./le reload to apply!