{"id":55202,"date":"2026-06-03T04:38:43","date_gmt":"2026-06-03T01:38:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/"},"modified":"2026-06-03T04:38:43","modified_gmt":"2026-06-03T01:38:43","slug":"dechantments","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/","title":{"rendered":"Dechantments"},"content":{"rendered":"<p>## **\u2726 Dechantments**<\/p>\n<p>![Java](https:\/\/adoptium.net\/)<br \/>\n![Paper](https:\/\/papermc.io\/)<br \/>\n![Locale](#-localization)<br \/>\n![Build](#-local-development)<\/p>\n<p>> A Paper plugin that adds a rebellious aesthetic to vanilla enchantments.<br \/>\n> Positive enchantments can turn into negative ones by chance\u2014your gear now comes with stylish risk.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 What is this plugin?<\/p>\n<p>`Dechantments` converts vanilla enchantments into matching **negative enchantments** (`de_*`) by probability across multiple sources.<\/p>\n<p>Currently supported scenarios:<br \/>\n&#8211; Enchanting table result conversion<br \/>\n&#8211; Loot enchantment conversion (chests \/ fishing, etc.)<br \/>\n&#8211; Villager trade result conversion<\/p>\n<p>Also includes:<br \/>\n&#8211; Compatibility with Paper `1.21 ~ 1.21.11`<br \/>\n&#8211; Built-in localization: `zh_CN` \/ `en`<br \/>\n&#8211; Styled command panel and startup logs<br \/>\n&#8211; Player notification when a conversion happens (&#8220;your enchantment looks a bit strange&#8221; vibe)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\uddf7 Requirements<\/p>\n<p>&#8211; Java `21`<br \/>\n&#8211; Paper `1.21+`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Put `Dechantments-*.jar` into your server&#8217;s `plugins\/` folder.<br \/>\n2. Start the server once to generate default config and locale files.<br \/>\n3. Edit files under `plugins\/Dechantments\/` as needed:<br \/>\n\t&#8211; `config.yml`<br \/>\n\t&#8211; `locale\/zh_CN.yml`<br \/>\n\t&#8211; `locale\/en.yml`<br \/>\n4. Use `\/de reload` to hot-reload configuration.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>Main command: `\/dechantments` (aliases: `\/dechant`, `\/de`)<\/p>\n<p>&#8211; `\/de reload`: Reload config<br \/>\n&#8211; `\/de add <enchantment> [level]`: Add a negative enchantment to the item in hand<br \/>\n&#8211; `\/de remove <enchantment>`: Remove a negative enchantment from the item in hand<br \/>\n&#8211; `\/de list`: List negative enchantments on the item in hand<br \/>\n&#8211; `\/de info`: Show plugin info<\/p>\n<p>Permission node:<br \/>\n&#8211; `dechantments.admin`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration (Quick Overview)<\/p>\n<p>Core structure of `config.yml`:<\/p>\n<p>&#8211; `global.locale`: language (e.g. `zh_CN` \/ `en`)<br \/>\n&#8211; `global.default-probability`: default conversion probability (`0~1`)<br \/>\n&#8211; `global.enable-enchant-table-transform`: enchanting table conversion toggle<br \/>\n&#8211; `global.enable-loot-transform`: loot conversion toggle<br \/>\n&#8211; `global.enable-villager-trade-transform`: villager trade conversion toggle<br \/>\n&#8211; `enchantments.<vanilla_key>`: per-enchantment controls for `enabled\/probability\/max-level`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf10 Localization<\/p>\n<p>Locale files are located in: `plugins\/Dechantments\/locale\/`<\/p>\n<p>&#8211; `zh_CN.yml`<br \/>\n&#8211; `en.yml`<\/p>\n<p>Built-in locale files are auto-extracted on first run, and can be edited directly afterward.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\uddea Local Development<\/p>\n<p>&#8220;`bash<br \/>\n.\/gradlew build<br \/>\n&#8220;`<\/p>\n<p>Build artifacts are generated at:<br \/>\n&#8211; `build\/libs\/`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udda4 Design Philosophy<\/p>\n<p>This is not about nerfing you.<br \/>\nIt&#8217;s about adding a bit of uncontrollable elegance to your enchantment system.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 FAQ<\/p>\n<p>### 1) Why can\u2019t I see negative enchantments?<\/p>\n<p>Check these first:<br \/>\n&#8211; You are running Paper `1.21+`<br \/>\n&#8211; The target enchantment has `enabled: true` in `config.yml`<br \/>\n&#8211; The relevant source toggle is enabled (enchanting table \/ loot \/ villager trade)<\/p>\n<p>### 2) How do I adjust conversion probability?<\/p>\n<p>&#8211; Global default probability: `global.default-probability`<br \/>\n&#8211; Per-enchantment override: `enchantments.<vanilla_key>.probability`<\/p>\n<p>The value range is `0 ~ 1`. For example, `0.15` means 15%.<\/p>\n<p>### 3) Why do I sometimes not get the \u201cstrange enchantment\u201d notification?<\/p>\n<p>The message only appears when a conversion **actually occurs** in that event.<br \/>\nIf RNG doesn\u2019t trigger, or that source event is disabled, no message is shown.<\/p>\n<p>### 4) Can I switch the plugin to English display?<\/p>\n<p>Yes. Set `global.locale` in `config.yml` to `en`, then run `\/de reload`.<\/p>\n<p>### 5) Can I customize enchantment names and message texts?<\/p>\n<p>Yes. Edit:<br \/>\n&#8211; `plugins\/Dechantments\/locale\/zh_CN.yml`<br \/>\n&#8211; `plugins\/Dechantments\/locale\/en.yml`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude4f Inspiration<\/p>\n<p>This project is inspired by:<\/p>\n<p>&#8211; Iseason2000\/DeEnchantment<\/p>\n<p>Based on that idea, this project independently implements and extends support for the new Paper registry system, localization, and command\/log experience.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Paper plugin that adds a rebellious aesthetic to vanilla enchantments.<\/p>\n","protected":false},"featured_media":55203,"template":"","meta":{"_minecraft_slug":"dechantments","_minecraft_project_id":"NxX0iLuc","_minecraft_author":"Shiroame_Kusu","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":8,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"dechantments.zip","_minecraft_size_bytes":92901,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:19:34.551194Z","_minecraft_date_created":"2026-03-04T08:12:08.188609Z","_minecraft_date_modified":"2026-02-24T08:50:45.529680Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/dechantments","_minecraft_icon_attachment_id":55203,"_minecraft_imported_at":"2026-06-03T01:38:44+00:00","_minecraft_import_hash":"cda2408e5ac29c7ffb224d1a51385a38","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,43,122,127,128],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-55202","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-cursed","mod_category-magic","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dechantments - 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\/dechantments\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dechantments - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Paper plugin that adds a rebellious aesthetic to vanilla enchantments.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/\" \/>\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\\\/dechantments\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/\",\"name\":\"Dechantments - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dechantments-icon-b952452d7b2d01296e699b0d1b8ef5798a1b1e37_96.webp\",\"datePublished\":\"2026-06-03T01:38:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dechantments-icon-b952452d7b2d01296e699b0d1b8ef5798a1b1e37_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dechantments-icon-b952452d7b2d01296e699b0d1b8ef5798a1b1e37_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dechantments\\\/#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\":\"Dechantments\"}]},{\"@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":"Dechantments - 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\/dechantments\/","og_locale":"en_US","og_type":"article","og_title":"Dechantments - Minecraft","og_description":"A Paper plugin that adds a rebellious aesthetic to vanilla enchantments.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/","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\/dechantments\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/","name":"Dechantments - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dechantments-icon-b952452d7b2d01296e699b0d1b8ef5798a1b1e37_96.webp","datePublished":"2026-06-03T01:38:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dechantments-icon-b952452d7b2d01296e699b0d1b8ef5798a1b1e37_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dechantments-icon-b952452d7b2d01296e699b0d1b8ef5798a1b1e37_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dechantments\/#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":"Dechantments"}]},{"@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\/55202","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\/55203"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=55202"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=55202"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=55202"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=55202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}