Item Tooltips

Supported MCreator versions
2022.2
2022.3
2023.1
EAP 2023.2.20712
2023.3
2023.4
Tags / plugin type
Procedures
tooltips
Downloads:
3297
Upvotes: 46
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

License
MIT License

Plugin downloads
ItemTooltips.zip - ItemTooltips.zipUploaded on: 11/13/2022 - 12:00   File size: 8.86 KB
Item Tooltips v1.1 - Made the tooltip event client-side to fix server crashes. - ItemTooltips_0.zipUploaded on: 11/21/2022 - 14:42   File size: 8.92 KB
Item Tooltips v1.1 - 1.19.4 support - ItemTooltips.zipUploaded on: 05/22/2023 - 18:55   File size: 10.08 KB
Item Tooltips v1.2 - 1.20.1 support - ItemTooltips.zipUploaded on: 12/01/2023 - 12:49   File size: 11.85 KB

Comments

Submitted by Faruk Arda on Fri, 12/30/2022 - 19:54 Permalink

Can we use this on mcreator 2022.4

Is there a way to have the tool tips translateable into different languages?

Is it possible to get a global variable to show in this or a workaround to get it to?

Has this been tested with servers ? as I know another plugin here that checked the keys had problems with servers.

yey no more FULL SCREEN OF TEXT when i hover on my most complex items!

that‘s a epic work. but Is there a way that the tooltip appears before the tool Attributes(non-native english speakers)

I was doing the appendHoverItem modification thing until i saw that this got approved. Thanks for this, as many more people will be able to use dynamic tooltips, and that's always a nice thing to implement in any mod. Combining this with the plugin that adds the screen check for "is Alt down" and "is Ctrl down" and you can make some pretty cool stuff, i have items that show 1 line with ctrl, 1 line with shift and another line with alt. Good work again!