#Blank out the mouse_over for a item in a DelxueMenu

1 messages · Page 1 of 1 (latest)

honest sparrow
#

Hi there. I have a menu that I'd like to have a blank display with mouseover. (see image below)

Right now:

  • If I set display_name as nothing, it prints the MATERIAL. display_name: "&#e51a2d&lThe Oasis"
  • If I set display_name to something more spaced like " " or " &a" it prints a weird empty blank character.

Can I accomplish this in DeluxeMenu?

fluid parrot
#

hmm might not be possible

#
'1':
        material: itemsadder-mcicons:icon_blank
        slots: 
        - 1
        - 2
        - 3
        - 10
        - 11
        - 12
        display_name: "&#0cf230&lV&#11ea33&la&#16e235&ln&#1bd938&li&#20d13a&ll&#25c93d&ll&#29c03f&la &#33b044&lW&#38a747&lo&#3d9f49&lr&#42974c&ll&#468f4f&ld"
        lore:
        - "&8Overworld"
        - "&#AAAAAAVisit this world to build your"
        - "&#AAAAAAbase and get regular resources"
        - ""
        - "&#AAAAAAClaiming: &aEnabled"
        - "&#AAAAAAPvP: &cDisabled"
        left_click_commands:
        - '[player] betterrtp world survival'
        - '[close]' 

I did something similar but never tried with a blank text

#

this is from a premade setup i bought several month ago but you could try and just set a icon with itemsadder or a custom resourcepack

#

there should be a way

languid bough
#

In the latest dev builds of DeluxeMenus and Minecraft 1.20.5 or higher you can use hide_tooltip: true to completely hide the tooltip (hover box). You can get the build from here: https://ci.extendedclip.com/job/DeluxeMenus/

#

@honest sparrow @fluid parrot

fluid parrot
#

Thanks, and is there a way to use playerkits placeholders as requierements @languid bough ?

languid bough
honest sparrow
#

I have 1.21.3, and I will be upgrading soon to 1.21.4, but I won't be on 1.21.5 for a good while, sadly.

#

@languid bough

languid bough
honest sparrow