Skip to main content

Item Tooltip Guide

Each and every items in MMOItems Pack by default has a tooltip attached. Tooltips help your items to look more aethestic and beatiful, while also signifying your items' rarities.

  • By default, items will have a tooltip depending on its rarity.
  • Tooltips consist of 4 blocks: TOP, ABILITY, MIDDLE and BOTTOM, corresponding to the NAME, ABILITY, LORE and RARITY respectively. Don't be alarmed to see your config files filled with random symbols, they are used to either shift or display your tooltips.

Limitations

Because the building block is present in items' name, any messages or line of text that contains items' name will appear shifted and also contain the top portion of tooltip. This is unavoidable in vanilla Minecraft and if it bothers you, consider using the non-tooltip version. This will have some consequences:

  • When you enhance your items with runes, runes name will not present in that items' lore (instead of rune: magic I, it will display as filled rune slot)
  • Most items' name placeholders in messages have been removed to ensure clarity.
  • Item names in stations will appear weird, a fix for this will be implemented in the future.

How to duplicate the item tooltips:

Remember when I say that tooltips consist of 4 blocks? Here is a table for those blocks for each rarity.

RarityTopAbility
Common&f 뀍 &f 뀓 
Rare&f 뀊 &f 뀌 
Epic&f 뀇 &f 뀉 
Legendary&f 뀄 &f 뀆 
Mythic&f 뀀 &f 뀃 
Godlike&f 뀐 &f 뀒 
info

The MIDDLE portion is the same for all rarities: &f 뀁 

This may look daunting, but let's break this down.

  • The many random symbols like you see is SHIFTS, it basically slots your item tooltips in the right position. This is copy and paste.
  • The letter you see in the middle of a string is the tooltips itself.
  • The &f basically ensures that there is no discoloration.

If you want to install the tooltips, you need to

  • Put the TOP string before your items name
  • Put the ABILITY string in the first lore lines.
  • Put the MIDDLE string in EVERY LORE lines except the first.
  • The BOTTOM string is automatically installed depending on your RARITY. For example, tier: A = EPIC TOOLTIP
tip

It's best to tinker with the configs and copy-paste the existing items to make it easier.