#Hide Enchants.

1 messages · Page 1 of 1 (latest)

frank lark
#

Hi I have set a enchant on my sword but it is not getting hide:
'teams': material: DIAMOND_SWORD slot: 24 display_name: "&#dc28dfTeam Guide" priority: 1 enchantments: - DURABILITY;1 hide_enchantments: true lore: - "&8Help Dashboard" - "" - "&#dc28dfTeams &fAre A Group Of Members In A Unity" - "&fSo We Make Then In-Game, That Means You Can Make your Team" - "&fBy Typing &#dc28df/team create <name>" - "" - "&fAfter Creating Team Promote Members By" - "&fThe Command &#dc28df/team promote"

frank lark
#

@turbid ocean

flat cliff
#

That option was removed. Use item_flags instead.

frank lark
flat cliff
frank lark
flat cliff
flat cliff
#

To use your example:

  'teams':
    material: DIAMOND_SWORD
    slot: 24
    display_name: "&#dc28dfTeam Guide"
    priority: 1
    enchantments:
    - DURABILITY;1 
    item_flags:
    - HIDE_ENCHANTS
    lore:
      - "&8Help Dashboard"
      - ""
      - "&#dc28dfTeams &fAre A Group Of Members In A Unity"
      - "&fSo We Make Then In-Game, That Means You Can Make your Team"
      - "&fBy Typing &#dc28df/team create <name>"
      - ""
      - "&fAfter Creating Team Promote Members By"
      - "&fThe Command &#dc28df/team promote"
#

Also, in newer versions of minecraft, there's a special property you can use to force items into glowing without giving them enchants.

frank lark
#

Oh

flat cliff
#

enchantment_glint_override: true

frank lark
flat cliff
#
  'teams':
    material: DIAMOND_SWORD
    slot: 24
    display_name: "&#dc28dfTeam Guide"
    priority: 1
    enchantments:
    - DURABILITY;1 
    enchantment_glint_override: true
    lore:
      - "&8Help Dashboard"
      - ""
      - "&#dc28dfTeams &fAre A Group Of Members In A Unity"
      - "&fSo We Make Then In-Game, That Means You Can Make your Team"
      - "&fBy Typing &#dc28df/team create <name>"
      - ""
      - "&fAfter Creating Team Promote Members By"
      - "&fThe Command &#dc28df/team promote"

It will work with 1.20.5 and newer

frank lark
#

ohk

flat cliff
#

So it should work on your server version

#

Just make sure you use DeluxeMenus 1.14.1 and not an older version.

frank lark
frank lark
#

I must try ur 2nd version

#

nuh still showing

#

i need to restart my srvr?

flat cliff
#

If you have the option I gave you, remove the enchant completely.

#

There's no need for it

#

and it should still glow

frank lark
#

Oh