death_effects.yml

guis:
  deathEffects:
    displayname: '&a&lDeath effects'
    size: 9
    empty_slots:
      id: 3
      material: STAINED_GLASS_PANE
    slots:
      0:
        material: NETHER_STAR
        displayname: '&a&lLightning effect'
        price: 20000
        cosmetic_type: DEATH_LIGHTNING
        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 death effects'
        id: 1
        click_action:
          type: RESET_ALL_COSMETICS_CATEGORY
          run_action:
            - 'DEATH'YA

Last updated