-
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Rere edited this page Jul 16, 2026
·
4 revisions
Ench Tell is configured via a JSON file. Below is the default configuration:
{
"showType": "ALWAYS",
"showOnItems": false,
"debug": false
}-
Type:
string -
Default:
"ALWAYS" -
Accepted values:
"ALWAYS","HOLD","TOGGLE"Controls when enchantment descriptions are shown in the tooltip.
| Value | Description |
|---|---|
"ALWAYS" |
Descriptions are always shown |
"HOLD" |
Descriptions are shown only while holding the keybind (default: Left Shift) |
"TOGGLE" |
Press the keybind (default: Left Shift) to toggle descriptions on or off |
Preview
| Hidden | Shown |
|---|---|
![]() |
![]() |
-
Type:
boolean -
Default:
falseControls whether enchantment descriptions appear on enchanted items. -
false— descriptions do not appear on enchanted items -
true— descriptions appear on enchanted items Preview
showOnItems: false |
showOnItems: true |
|---|---|
![]() |
![]() |
-
Type:
boolean -
Default:
falseEnables debug mode, which allows you to customize existing enchantment descriptions or create your own translations.

For full details on using debug mode, see the Debug Mode wiki page. (link coming soon)



