How can i remove the kit items from being displayed in the menu?

Answer

Do you want to remove the whole kit from being displayed on the menu? Make sure to remove the %kit% placeholder from the menus: create_match , duel_player, select_arena_mode (for custom, unranked, and ranked). These are the menu names where you can find that specific placeholder.

An example of an item that has the %kit% placeholder

mode-item:
  display-name: '&aPlay %display_name%'
  lore:
  - '&7%description%'
  - ''
  - ' %kit%'
  - ''
  - '&e%arenas% &aavailable arena(s)!'
  - ''
  - '&6Left-Click: &eSelect mode.'
  - '&6Right-Click: &ePreview kit.'

Last updated

Was this helpful?