Hiding Tooltip From Item

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

fartlord310

Member
Aug 2, 2025
2
0
1
Hello, I am trying to hide the tooltip from an item in a custom gui. Here's the line of code I'm trying to add this to:

Code:
set slot 18 of metadata tag "Menu" of player to stick with custom model data 19 named " "

I've tried adding "with all flags hidden" but since I'm on 1.21.4 I dont think that works. Also I think it's worth mentionning that I was easily able to hide the tooltip from an item with a /give generator, but I can't figure out how to add that to my line of code. ANY HELP WOULD BE VERY APPRECIATED!