Aller au contenu principal

advanced_tooltip_config

Advanced Tooltip System — manifest entry.

Entry Information

PropertyValue
Entry IDadvanced_tooltip_config
TypeManifest
ColorOrange
Iconmdi:tooltip-text

Fields

FieldTypeDescription
isEnabledVar<Boolean>Enable or disable the advanced dynamic tooltip system.
paginationKeybindVar<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).
comparisonKeybindVar<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.
requirementMetSymbolVar<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.
requirementNotMetSymbolVar<String>Symbol when a requirement is NOT met. Used with <requirement_met> — the tags are mutually exclusive: one is always hidden.
categoryImagesMap<String, String>Map of MMOItems Category IDs to their MiniMessage icon string (e.g., BOOTS to <font:nexo:custom>boots_icon</font>).
overrideDefaultLoreVar<Boolean>Toggle to completely override the default MMOItems lore format and replace it with Typewriter's dynamic format.
paginationIndicatorVar<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.
comparisonIndicatorVar<String>Indicator string to display for comparison (e.g. 'Press Shift to compare').
statsStartOnPageVar<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.
enableComparisonTagsVar<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