Item Tooltips

Supported MCreator versions
2022.2
2022.3
2023.1
EAP 2023.2.20712
2023.3
2023.4
2024.1
Tags / plugin type
Procedures
tooltips
Downloads:
3885
Upvotes: 51
About the plugin

Item Tooltips is a plugin that allows for the creation of dynamic item descriptions and item modification in general. Through the use of the tooltip rendering event, an item can be modified using both the procedures of the plugin and already provided procedures by MCreator while the mouse is hovering above it.

 

Example

procedureprocedure

Procedure blocks

License
MIT License

Plugin downloads
Item Tooltips v1.4.2 - Fix entity dependency build error - ItemTooltips_1.zipUploaded on: 04/17/2024 - 16:28   File size: 19.66 KB

Comments

Perhaps use "ItemTooltipCallback" Trigger and "tooltip.add" Method for Fabric?

I'd really like to contribute to this but there seems to be no repository

It's for 2023.1!

I think you need to open the plugin.json file and change the minversion but it works with 2023.1! I use 2023.1 with Item Tooltips.

This plugin works very well, however there is just 1 thing I'd like to see implemented
https://imgur.com/a/tsxUscv

Hi there,

there's a lil problem of not being able to display a global variable number for event/target entity.
I have a variable that keeps infinite stacks and I need to display them in the tooltip.

Variable scope is PLAYER_PERSISTENT.
Upon compiling, an error appears.

execute(event, event.getPlayer(), event.getItemStack(), event.getToolTip());
^
symbol: method getPlayer()
location: variable event of type ItemTooltipEvent

Could I get a helping hand in here, please? A workaround would be pretty nice. Thanks ^^

Is it normal that if I use the Global Trigger on an Armor that is it not at the top? Is it under the "When it is wearing" Tooltip.

Can I fix this?