kill_effects.yml

guis:
  killEffects:
    displayname: '&a&lKill effects'
    size: 9
    empty_slots:
      id: 3
      material: STAINED_GLASS_PANE
    slots:
      0:
        material: FIREWORK
        displayname: '&a&lFirework effect'
        price: 12000
        cosmetic_type: KILL_FIREWORK
        click_action:
          type: BUY_COSMETIC_OR_ACTIVE
          run_action:
            - ''
        lore:
          - '&7Price &a{PRICE} &7coins'
          - '&7Right click to buy effect'
      7:
        material: BARRIER
        displayname: '&cReturn to main menu'
        click_action:
          type: OPEN_MENU
          run_action:
            - 'mainCosmetics'
      8:
        material: INK_SACK
        displayname: '&cDisable all active kill effects'
        id: 1
        click_action:
          type: RESET_ALL_COSMETICS_CATEGORY
          run_action:
            - 'KILL'

Last updated