ChestCommand GUİ EDİT gelin komutu nasıl değiştircem

xemirhan12

Zombi Katili
En iyi cevaplar
0
ben herşeyi yaptım warpları koydum ama /menu değilde /warp ile açılsın istiyorum onu nasıl yapıcam
 

Mertka

Kızıltaş Madencisi
En iyi cevaplar
0
ayarladığın menünün dosyasına gir orada command: 'menu' yazar menu yazan yeri sil warp yaz yani böyle command: 'warp'
 

RecepUygr

play.GameTurkMC.com
En iyi cevaplar
0
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: 'Sunucu Adı'

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

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

  # The sound played whenever the menu is opened.
  # List of sounds:
  # jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
  open-sound: MINECART_INSIDE

  # 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:
    left-click: true
    right-click: true
#   data-value: 1
 
Üst