advanced_tooltip_config
Advanced Tooltip System — manifest entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | advanced_tooltip_config |
| Type | Manifest |
| Color | Orange |
| Icon | mdi:tooltip-text |
Fields
| Field | Type | Description |
|---|---|---|
isEnabled | Var<Boolean> | Enable or disable the advanced dynamic tooltip system. |
paginationKeybind | Var<String> | Keybind used for changing pages. Available: SWAP_OFFHAND, DROP, SNEAK, SHIFT_LEFT, SHIFT_RIGHT, LEFT_CLICK, RIGHT_CLICK, MIDDLE_CLICK. Defaults to SWAP_OFFHAND (F key). |
comparisonKeybind | Var<String> | Keybind used to set an item as the comparison base. Available: SWAP_OFFHAND, DROP, SNEAK, SHIFT_LEFT, SHIFT_RIGHT, LEFT_CLICK, RIGHT_CLICK, MIDDLE_CLICK. |
requirementMetSymbol | Var<String> | Symbol when a requirement IS met. Place <requirement_met> and <requirement_not_met> side by side in your lore — only one shows based on dynamic evaluation against the player's current stats. |
requirementNotMetSymbol | Var<String> | Symbol when a requirement is NOT met. Used with <requirement_met> — the tags are mutually exclusive: one is always hidden. |
categoryImages | Map<String, String> | Map of MMOItems Category IDs to their MiniMessage icon string (e.g., BOOTS to <font:nexo:custom>boots_icon</font>). |
overrideDefaultLore | Var<Boolean> | Toggle to completely override the default MMOItems lore format and replace it with Typewriter's dynamic format. |
paginationIndicator | Var<String> | Indicator string to display at the bottom of a multi-page item (e.g. 'Press F for next page - <page>/<max_pages>'). Use <page>, <max_pages>, <total_pages>, <current_page> placeholders. |
comparisonIndicator | Var<String> | Indicator string to display for comparison (e.g. 'Press Shift to compare'). |
statsStartOnPage | Var<Int> | If page 1 contains no stats, start page numbering at this page. Default 2 means items without stats on page 1 will show as Page 2/N. |
enableComparisonTags | Var<Boolean> | Enable dynamic comparison tags (<comparison_value>, <comparison_sign>) in item lore. When disabled, these tags are hidden. |
Usage Example
- entry: advanced_tooltip_config
name: "Advanced Tooltip System"
isEnabled: false
paginationKeybind: ""
comparisonKeybind: ""
requirementMetSymbol: ""
requirementNotMetSymbol: ""
categoryImages: ""
overrideDefaultLore: false
paginationIndicator: ""
comparisonIndicator: ""
statsStartOnPage: 0
enableComparisonTags: false