arrow_effects.yml

guis:
  arrowEffects:
    displayname: '&a&lArrows effects'
    size: 9
    empty_slots:
      id: 3
      material: STAINED_GLASS_PANE
    slots:
      0:
        material: INK_SACK
        displayname: '&a&lHeart effect'
        price: 8000
        id: 1
        cosmetic_type: ARROW_HEART
        click_action:
          type: BUY_COSMETIC_OR_ACTIVE
          run_action:
            - ''
        lore:
          - '&7Price &a{PRICE} &7coins'
          - '&7Right click to buy effect'
      1:
        material: NOTE_BLOCK
        displayname: '&a&lNote effect'
        price: 10000
        cosmetic_type: ARROW_NOTE
        click_action:
          type: BUY_COSMETIC_OR_ACTIVE
          run_action:
            - ''
        lore:
          - '&7Price &a{PRICE} &7coins'
          - '&7Right click to buy effect'
      2:
        material: REDSTONE
        displayname: '&a&lColored dust effect'
        price: 5000
        cosmetic_type: ARROW_COLORED_DUST
        click_action:
          type: BUY_COSMETIC_OR_ACTIVE
          run_action:
            - ''
        lore:
          - '&7Price &a{PRICE} &7coins'
          - '&7Right click to buy effect'
      3:
        material: SLIME_BALL
        displayname: '&a&lSlime effect'
        price: 2000
        cosmetic_type: ARROW_SLIME
        click_action:
          type: BUY_COSMETIC_OR_ACTIVE
          run_action:
            - ''
        lore:
          - '&7Price &a{PRICE} &7coins'
          - '&7Right click to buy effect'
      4:
        material: LAVA_BUCKET
        displayname: '&a&lLava drip  effect'
        price: 7000
        cosmetic_type: ARROW_DRIP_LAVA
        click_action:
          type: BUY_COSMETIC_OR_ACTIVE
          run_action:
            - ''
        lore:
          - '&7Price &a{PRICE} &7coins'
          - '&7Right click to buy effect'
      5:
        material: WATER_BUCKET
        displayname: '&a&lWater drip effect'
        price: 6000
        cosmetic_type: ARROW_DRIP_WATER
        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 win effects'
        id: 1
        click_action:
          type: RESET_ALL_COSMETICS_CATEGORY
          run_action:
            - 'ARROW_EFFECTS'

Last updated