{"id":63353,"date":"2026-06-03T18:49:10","date_gmt":"2026-06-03T15:49:10","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/"},"modified":"2026-06-03T18:49:10","modified_gmt":"2026-06-03T15:49:10","slug":"enchantinglimiter","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/","title":{"rendered":"EnchantingLimiter"},"content":{"rendered":"<p># EnchantmentLimiter<\/p>\n<p>**EnchantmentLimiter** is a lightweight and configurable Minecraft plugin that allows server owners to **limit the maximum level of specific enchantments**.<\/p>\n<p>It helps balance gameplay by preventing enchantments from going above configured levels, such as limiting **Sharpness**, **Protection**, **Efficiency**, or any other enchantment.<\/p>\n<p>The plugin is designed to be **simple**, **fully configurable**, and **server-friendly**, while still supporting common enchanting workflows like enchanting tables, anvils, and enchanted books.<\/p>\n<p>&#8212;<\/p>\n<p>## Key Features<\/p>\n<p>### Enchantment Level Limits<\/p>\n<p>Each configured enchantment can have a **maximum allowed level**.<\/p>\n<p>If a player attempts to receive an enchantment above that level:<\/p>\n<p>&#8211; the enchantment will be **automatically lowered**<br \/>\n&#8211; the player will receive a **customizable feedback message**<\/p>\n<p>Example use cases:<\/p>\n<p>&#8211; Limit **Sharpness to 3**<br \/>\n&#8211; Limit **Protection to 3**<br \/>\n&#8211; Limit **Efficiency to 4**<br \/>\n&#8211; Limit **Unbreaking to 2**<\/p>\n<p>&#8212;<\/p>\n<p>### Enchanting And Anvil Support<\/p>\n<p>EnchantmentLimiter supports multiple ways players receive enchantments:<\/p>\n<p>| Source | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| Enchanting table | Lowers enchantments from normal enchanting results |<br \/>\n| Anvils | Lowers enchantments created through anvil combining |<br \/>\n| Enchanted books | Supports stored enchantments on enchanted books |<\/p>\n<p>This helps prevent players from bypassing configured enchantment limits through different vanilla mechanics.<\/p>\n<p>&#8212;<\/p>\n<p>### Bypass Permission<\/p>\n<p>Specific players or groups can be given a bypass permission.<\/p>\n<p>Players with this permission will completely bypass enchantment limits:<\/p>\n<p>&#8220;`text<br \/>\nenchantmentlimiter.bypass<br \/>\n&#8220;`<\/p>\n<p>By default, this permission is **not granted automatically**.<\/p>\n<p>&#8212;<\/p>\n<p>### Fully Configurable<\/p>\n<p>The plugin uses simple enchantment names and JSON configuration.<\/p>\n<p>Example config:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;enchantments&#8221;: {<br \/>\n    &#8220;sharpness&#8221;: 3,<br \/>\n    &#8220;protection&#8221;: 3,<br \/>\n    &#8220;efficiency&#8221;: 3,<br \/>\n    &#8220;unbreaking&#8221;: 3<br \/>\n  }<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>You can use simple names like:<\/p>\n<p>&#8220;`text<br \/>\nsharpness<br \/>\naqua_affinity<br \/>\nfire_aspect<br \/>\n&#8220;`<\/p>\n<p>Minecraft namespaced keys such as `minecraft:sharpness` are also still supported.<\/p>\n<p>&#8212;<\/p>\n<p>### Customizable Messages<\/p>\n<p>All plugin messages can be edited through the translations file.<\/p>\n<p>Structure:<\/p>\n<p>&#8220;`text<br \/>\nplugins\/EnchantmentLimiter\/<\/p>\n<p>config.json<\/p>\n<p>translations\/<br \/>\n  messages.json<br \/>\n&#8220;`<\/p>\n<p>Example feedback message:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;enchantment_lowered&#8221;: &#8220;%prefix%\u00a7f%enchantment% \u00a7ehas been lowered from \u00a7f%old_level%\u00a7e to \u00a7f%level%\u00a7e!&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>Example in-game message:<\/p>\n<p>&#8220;`text<br \/>\nSharpness has been lowered from 5 to 3!<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>### Hot Reload Support<\/p>\n<p>You can reload the configuration and translation files without restarting the server.<\/p>\n<p>&#8220;`text<br \/>\n\/enchantmentlimiter reload<br \/>\n&#8220;`<\/p>\n<p>If configuration files are missing, the plugin will **automatically recreate them**.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/enchantmentlimiter help` | Displays all plugin commands |<br \/>\n| `\/enchantmentlimiter list [page]` | Lists configured enchantment limits |<br \/>\n| `\/enchantmentlimiter info <enchantment>` | Shows information about an enchantment |<br \/>\n| `\/enchantmentlimiter add <enchantment> <level>` | Adds a new enchantment limit |<br \/>\n| `\/enchantmentlimiter edit <enchantment> <level>` | Edits an existing enchantment limit |<br \/>\n| `\/enchantmentlimiter remove <enchantment>` | Removes an enchantment limit |<br \/>\n| `\/enchantmentlimiter reload` | Reloads plugin configuration |<\/p>\n<p>Alias:<\/p>\n<p>&#8220;`text<br \/>\n\/elim<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `enchantmentlimiter.help` | Allows `\/enchantmentlimiter help` | true |<br \/>\n| `enchantmentlimiter.list` | Allows `\/enchantmentlimiter list` | op |<br \/>\n| `enchantmentlimiter.info` | Allows `\/enchantmentlimiter info` | op |<br \/>\n| `enchantmentlimiter.reload` | Allows `\/enchantmentlimiter reload` | op |<br \/>\n| `enchantmentlimiter.add` | Allows adding enchantment limits | op |<br \/>\n| `enchantmentlimiter.edit` | Allows editing enchantment limits | op |<br \/>\n| `enchantmentlimiter.remove` | Allows removing enchantment limits | op |<br \/>\n| `enchantmentlimiter.bypass` | Bypasses all enchantment limits | false |<br \/>\n| `enchantmentlimiter.update.notify` | Allows receiving update notifications | op |<\/p>\n<p>&#8212;<\/p>\n<p>## Why Use EnchantmentLimiter?<\/p>\n<p>Many servers want to keep enchantments balanced without disabling enchanting completely.<\/p>\n<p>Common examples include:<\/p>\n<p>&#8211; Preventing overpowered PvP enchantment levels<br \/>\n&#8211; Limiting Protection stacking<br \/>\n&#8211; Reducing Sharpness damage scaling<br \/>\n&#8211; Keeping tools useful without making them too strong<br \/>\n&#8211; Balancing custom survival or PvP progression<\/p>\n<p>EnchantmentLimiter provides a clean way to control enchantment power while keeping vanilla enchanting mechanics available.<\/p>\n<p>&#8212;<\/p>\n<p>## Compatibility<\/p>\n<p>&#8211; Minecraft **1.21+**<br \/>\n&#8211; Spigot \/ Paper<br \/>\n&#8211; Lightweight with minimal performance impact<\/p>\n<p>&#8212;<\/p>\n<p>## Example Use Cases<\/p>\n<p>Common enchantments servers limit:<\/p>\n<p>&#8220;`text<br \/>\nsharpness<br \/>\nprotection<br \/>\nefficiency<br \/>\nunbreaking<br \/>\npower<br \/>\npunch<br \/>\nfire_aspect<br \/>\naqua_affinity<br \/>\nfortune<br \/>\nlooting<br \/>\nmending<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration Philosophy<\/p>\n<p>EnchantmentLimiter is designed to be:<\/p>\n<p>&#8211; **Simple**<br \/>\n&#8211; **Readable**<br \/>\n&#8211; **Server-friendly**<\/p>\n<p>You decide **which enchantments** are limited and **what maximum level** each enchantment may reach.<\/p>\n<p>&#8212;<\/p>\n<p>## Support<\/p>\n<p>If you encounter issues or have feature requests, feel free to open a ticket in the Discord server.<\/p>\n<p>Enjoy a balanced and controlled enchanting system for your server.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple and lightweight EnchantingLimiter plugin!<\/p>\n","protected":false},"featured_media":63354,"template":"","meta":{"_minecraft_slug":"enchantinglimiter","_minecraft_project_id":"yA3iEw5r","_minecraft_author":"nieuwjaar","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":21,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"enchantinglimiter.zip","_minecraft_size_bytes":303323,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:42:32.799662Z","_minecraft_date_created":"2026-05-08T19:33:34.669680Z","_minecraft_date_modified":"2026-05-08T17:47:49.093696Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/enchantinglimiter","_minecraft_icon_attachment_id":63354,"_minecraft_imported_at":"2026-06-03T15:49:11+00:00","_minecraft_import_hash":"f5832b78f7b6378d7bdec7c53e350dc8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,89,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-63353","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-equipment","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EnchantingLimiter - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EnchantingLimiter - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple and lightweight EnchantingLimiter plugin!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/\",\"name\":\"EnchantingLimiter - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enchantinglimiter-icon-094dce1cecebd7698b3202619773e98ec07a5be6_96.webp\",\"datePublished\":\"2026-06-03T15:49:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enchantinglimiter-icon-094dce1cecebd7698b3202619773e98ec07a5be6_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/enchantinglimiter-icon-094dce1cecebd7698b3202619773e98ec07a5be6_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/enchantinglimiter\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"EnchantingLimiter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EnchantingLimiter - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/","og_locale":"en_US","og_type":"article","og_title":"EnchantingLimiter - Minecraft","og_description":"A simple and lightweight EnchantingLimiter plugin!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/","name":"EnchantingLimiter - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enchantinglimiter-icon-094dce1cecebd7698b3202619773e98ec07a5be6_96.webp","datePublished":"2026-06-03T15:49:10+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enchantinglimiter-icon-094dce1cecebd7698b3202619773e98ec07a5be6_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/enchantinglimiter-icon-094dce1cecebd7698b3202619773e98ec07a5be6_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/enchantinglimiter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"EnchantingLimiter"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/63353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/63354"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=63353"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=63353"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=63353"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=63353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}