#DeluxeMenus filler

1 messages · Page 1 of 1 (latest)

arctic jackal
#

Hey, I got a menu, it's quite large, and i dont want to do this:

  'filler_item':
    material: BLACK_STAINED_GLASS_PANE
    slots:
      - 36
      - 37
      - 38
      - 39
      - 41
      - 42
      - 43
      - 44
    display_name: ' '

instead, im thinking if it's possible to do:

slots:
   - [36-44]

I know i've seen this somewhere, but it doesnt work

#

@ocean thorn, if you're here to help, i'd appereciate it!

ocean thorn
#

remove the [] and you've got it

#

?dm-filler

coarse harborBOT
#
FAQ Answer:
  filler-item:
    priority: 100
    display_name: ' '
    material: GRAY_STAINED_GLASS_PANE
    slots:
    - 0-53```
arctic jackal
#

Thanks!