Chestcommands -Acil Yardım-

Leforfs

Kızıltaş Madencisi
En iyi cevaplar
0
Merhaba arkadaşlar benim sorunum şöyle menu yaptim warp fln kitleri gösteriyor ama warp menusune fln girmiyor size video ile gösteriyim.
 

TheAxiall

Demir Madencisi
En iyi cevaplar
0
ChestCommands dosyanı direk biryere yükleyip buraya gönderebilirmisin. Sorunun nedenini biliyorum ama yazarak anlatabileceğimi sanmıyorum :(
 

Leforfs

Kızıltaş Madencisi
En iyi cevaplar
0
ChestCommands dosyanı direk biryere yükleyip buraya gönderebilirmisin. Sorunun nedenini biliyorum ama yazarak anlatabileceğimi sanmıyorum :(
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&1Example menu'

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

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: 'menu'

  # auto-refresh - OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have variables in items' descriptions.
  auto-refresh: 5

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &eYou opened the example menu.'

  # open-with-item - OPTIONAL
  # The menu will open only right-clicking with orange wool [35:1]
  open-with-item:
    id: wool:1
    left-click: false
    right-click: true


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


warp:
  COMMAND: 'warp'
  NAME: '&e/spawn'
  LORE:
    - 'It justs executes /spawn'
    - 'as the player who clicked.'
  ID: bed
  POSITION-X: 1
  POSITION-Y: 1
menu-close-no-commands-no-lore:
  NAME: '&6Close the menu'
  ID: redstone lamp
  LORE:
    - 'Create an item without command,'
    - 'the GUI will just close.'
  POSITION-X: 9
  POSITION-Y: 3
 
Üst