Skip to content

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
}

Options

showType

  • 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
hide show

showOnItems

  • Type: boolean

  • Default: false Controls 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
false true

debug

  • Type: boolean
  • Default: false Enables debug mode, which allows you to customize existing enchantment descriptions or create your own translations.

debug

For full details on using debug mode, see the Debug Mode wiki page.

Clone this wiki locally