ChestCommands Menu Not Found

enes05252

Zombi Katili
Mesajlar
213
En iyi cevaplar
0
Beğeniler
9
Puanları
0
Selamun Aleyküm Arkadaşlar

Chestcommands eskiden iteme sağ tıkladığımda menü açılıyordu şimdi açılmıyor. Ama /menu yazdığımda açılıyor. Oradan bir şey seçtiğimde Menu Not Found! diyor. Fakat menü bulunuyor :(
 


afesraca

Obsidyen Madencisi
Mesajlar
1,445
En iyi cevaplar
0
Beğeniler
783
Puanları
2,240
Ruh hali
ayarladıın yerde yazıyor

menuyu at hangi eşyayı yapmak istediini sole yapam ben
 

enes05252

Zombi Katili
Mesajlar
213
En iyi cevaplar
0
Beğeniler
9
Puanları
0
ayarladıın yerde yazıyor

menuyu at hangi eşyayı yapmak istediini sole yapam ben
Zaten 399 yaptım her şey tamam fakat yinede olmuyor menü bu :
Kod:
menu-settings:

  # name - appears as the title - REQUIRED
  name: 'MENU'

  # rows - the number of rows of the chest - REQUIRED
  rows: 1

  # command - OPTIONAL (you can remove this or set it to '')
  command: 'menu'

  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 399
    left-click: false
    right-click: true
#   data-value: 0

######################
#+                  +#
#       ITEMS        #
#+                  +#
######################

vipbilgi:
  COMMAND: 'open:vip'
  NAME: '&7D&6o&3n&7o&6r &2Bilgi'
  LORE:
    - '&cBurada Donor Bilgilerini gorebilirsiniz!'
    - '&bVip Almak Icin Skype:enes_gndz52'
  ID: 57
  POSITION-X: 1
  POSITION-Y: 1
face:
  NAME: '&6&l[v] FACEBOOK [v]'
  LORE:
    - '&bwww.facebook.com/avengerstr'
  ID: 399
  POSITION-X: 3
  POSITION-Y: 1
bilgi:
  COMMAND: 'open:kurallar'
  NAME: '&2Kurallar'
  LORE:
    - '&cBurada komut bilgileri vb gorebilirsiniz'
  ID: 35
  DATA-VALUE: 14
  POSITION-X: 5
  POSITION-Y: 1
bilgiler:
  COMMAND: 'open:bilgiler'
  NAME: '&6&l[++] OYUN BILGISI [++]'
  LORE:
    - '&bOyun Hakkinda Bilgi Al'
  ID: 276
  POSITION-X: 7
  POSITION-Y: 1
arenalar:
  COMMAND: 'open:birbir'
  NAME: '&6&l[++] 1VS1 OYNA [++]'
  LORE:
    - '&b1vs1 OYNA'
  ID: 276
  POSITION-X: 9
  POSITION-Y: 1
 

afesraca

Obsidyen Madencisi
Mesajlar
1,445
En iyi cevaplar
0
Beğeniler
783
Puanları
2,240
Ruh hali
bakayım belki skript ile yapabilirim

Kod:
on rightclick with a paper:
    open chest with 1 row named "menu" to the player
Dene Belki olur

Kod:
on rightclick with a paper:
    open chest named "menu" to the player
yada bunu dene

Zaten 399 yaptım her şey tamam fakat yinede olmuyor menü bu :
Kod:
menu-settings:

  # name - appears as the title - REQUIRED
  name: 'MENU'

  # rows - the number of rows of the chest - REQUIRED
  rows: 1

  # command - OPTIONAL (you can remove this or set it to '')
  command: 'menu'

  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 399
    left-click: false
    right-click: true
#   data-value: 0

######################
#+                  +#
#       ITEMS        #
#+                  +#
######################

vipbilgi:
  COMMAND: 'open:vip'
  NAME: '&7D&6o&3n&7o&6r &2Bilgi'
  LORE:
    - '&cBurada Donor Bilgilerini gorebilirsiniz!'
    - '&bVip Almak Icin Skype:enes_gndz52'
  ID: 57
  POSITION-X: 1
  POSITION-Y: 1
face:
  NAME: '&6&l[v] FACEBOOK [v]'
  LORE:
    - '&bwww.facebook.com/avengerstr'
  ID: 399
  POSITION-X: 3
  POSITION-Y: 1
bilgi:
  COMMAND: 'open:kurallar'
  NAME: '&2Kurallar'
  LORE:
    - '&cBurada komut bilgileri vb gorebilirsiniz'
  ID: 35
  DATA-VALUE: 14
  POSITION-X: 5
  POSITION-Y: 1
bilgiler:
  COMMAND: 'open:bilgiler'
  NAME: '&6&l[++] OYUN BILGISI [++]'
  LORE:
    - '&bOyun Hakkinda Bilgi Al'
  ID: 276
  POSITION-X: 7
  POSITION-Y: 1
arenalar:
  COMMAND: 'open:birbir'
  NAME: '&6&l[++] 1VS1 OYNA [++]'
  LORE:
    - '&b1vs1 OYNA'
  ID: 276
  POSITION-X: 9
  POSITION-Y: 1
oldumu ?
 

enes05252

Zombi Katili
Mesajlar
213
En iyi cevaplar
0
Beğeniler
9
Puanları
0
bakayım belki skript ile yapabilirim

Kod:
on rightclick with a paper:
    open chest with 1 row named "menu" to the player
Dene Belki olur

Kod:
on rightclick with a paper:
    open chest named "menu" to the player
yada bunu dene


oldumu ?
Hatalı Maalesef :(
 

enes05252

Zombi Katili
Mesajlar
213
En iyi cevaplar
0
Beğeniler
9
Puanları
0
Sorunu çözdüm :) Kendini yenilemiş. Eski chestcommands indirdim oldu :)
 

MuzafferM54

Kızıltaş Madencisi
Mesajlar
537
En iyi cevaplar
0
Beğeniler
78
Puanları
460
1. si skriptle yapılacaksa söyle olur:
Kod:
on rightclick of paper:
  send "&bMenu 3 Saniye Sonra Aciliyor..."
  wait 3 second
  open chest with 3 rows named "Menu" to player
  format slot 4 of player 1 of book named "&6Baslık&4KOY" to close
  format slot 11 of player 1 of diamond named "&6Denem ITEM" to close
  format slot 15 of player 1 of emerald named "&6Item ID Kullanma" with lore "&2Itemin Adini Kullan" to close
ancak skripti tavsiye etmem!!
 

Üst