Yardım shopguiplus

Electus

Zombi Katili
Mesajlar
234
En iyi cevaplar
0
Beğeniler
38
Puanları
100
Ruh hali
Oyun Sürümü
1.8
shopguiplus pluginnide craklı

her şey çalışıyor fakat bi item alınca 1 stak olunca 2-5 stak ala basınca ordaki menü boş gözüküyor konsol hatası bu

Kod:
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy1, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy2, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy3, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy4, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy5, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy6, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy7, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy8, button not loaded: Invalid or no material name specified
[16:12:43] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading button amountSelectionGUIBulkBuy > buy9, button not loaded: Invalid or no material name specified


VE CONFİG AYARI

Kod:
amountSelectionGUIBulkBuy:
  size: 18
  replaceButtonsType: true
  buttons:
    buy1:
      item:
        quantity: 1
        name: "&e1 Stack &8[&c1x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 1
      slot: 0
    buy2:
      item:
        quantity: 2
        name: "&e2 Stack &8[&c2x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 2
      slot: 1
    buy3:
      item:
        quantity: 3
        name: "&e3 Stack &8[&c3x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 3
      slot: 2
    buy4:
      item:
        quantity: 4
        name: "&e4 Stack &8[&c4x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 4
      slot: 3
    buy5:
      item:
        quantity: 5
        name: "&e5 Stack &8[&c5x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 5
      slot: 4
    buy6:
      item:
        quantity: 6
        name: "&e6 Stack &8[&c6x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 6
    buy7:
      item:
        quantity: 7
        name: "&e7 Stack &8[&c7x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 7
      slot: 6
    buy8:
      item:
        quantity: 8
        name: "&e8 Stack &8[&c8x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 8
      slot: 7
    buy9:
      item:
        quantity: 9
        name: "&e9 Stack &8[&c9x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 9
      slot: 8
    cancel:
      item:
        material: STAINED_GLASS
        quantity: 1
        damage: 14
        name: "&eİptal et"
        lore:
          - ""
      slot: 13
 


Alharu

İlerlemenin sırrı başlamaktır.
Mesajlar
145
En iyi cevaplar
20
Beğeniler
171
Puanları
560
Ruh hali
Merhaba, @Electus

Materyal belirtmediğiniz için hata alıyorsunuz. Direk şunu yapıştırın:
JavaScript:
amountSelectionGUIBulkBuy:
  size: 18
  replaceButtonsType: true
  buttons:
    buy1:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 1
        name: "&e1 Stack &8[&c1x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 1
      slot: 0
    buy2:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 2
        name: "&e2 Stack &8[&c2x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 2
      slot: 1
    buy3:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 3
        name: "&e3 Stack &8[&c3x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 3
      slot: 2
    buy4:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 4
        name: "&e4 Stack &8[&c4x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 4
      slot: 3
    buy5:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 5
        name: "&e5 Stack &8[&c5x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 5
      slot: 4
    buy6:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 6
        name: "&e6 Stack &8[&c6x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 6
    buy7:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 7
        name: "&e7 Stack &8[&c7x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 7
      slot: 6
    buy8:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 8
        name: "&e8 Stack &8[&c8x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 8
      slot: 7
    buy9:
      item:
        material: STAINED_GLASS
        damage: 13
        quantity: 9
        name: "&e9 Stack &8[&c9x64&8] &eSatın Al"
        lore:
          - "&7Ücret &8> &a%buy%TL"
      value: 9
      slot: 8
    cancel:
      item:
        material: STAINED_GLASS
        quantity: 1
        damage: 14
        name: "&eİptal et"
        lore:
          - ""
      slot: 13
 

Üst