Çözüldü ChestCommand Hata

  • Konuyu Başlatan Konuyu Başlatan bolib945
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 2.203
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

bolib945

Zombi Geldi, Beni Yedi
Katılım
16 Mayıs 2021
Mesajlar
245
Elmaslar
16
Puan
6.630
Minecraft
bolib945
Merhabalar, ChestCommanddan warp menüsü ayarlıyayacağım fakat hata veriyor warp.yml'yi aşağıya bırakıyorum. Teşekkürler.
######################
#+ +#
# MENU SETTINGS #
#+ +#
######################

menu-settings:

# name - appears as the title - REQUIRED
name: '&2&lWarp Menüsü'

# 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: 'warp'

# 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 #
#+ +#
######################


spawndsdcmd:
COMMAND: 'spawn'
NAME: '&eSpawna Gidersin'
LORE:
ID: bed
POSITION-X: 3
POSITION-Y: 2


market:
COMMAND: 'warp market'
NAME: '&cMarkete Gidersin'
LORE:
- ''
ID: 54
POSITION-X: 5
POSITION-Y: 2

island:
COMMAND: 'p home'
NAME: '&9Arsanıza Gidersin'
LORE:
- ''
ID: 2
POSITION-X: 7
POSITION-Y: 2

kasap:
COMMAND: 'warp kasap'
NAME: '&9Hayvanlara Gidersin'
LORE:
- ''
ID: 364
POSITION-X: 1
POSITION-Y: 1

yaratık:
COMMAND: 'warp yaratıklar'
NAME: '&bYaratıklara Gidersin'
LORE:
- ''
ID: 276
POSITION-X: 1
POSITION-Y: 3

kasa:
COMMAND: 'warp kasalar'
NAME: '&dKasalara Gidersin'
LORE:
- ''
ID: 130
POSITION-X: 9
POSITION-Y: 1

nether:
COMMAND: 'warp nether'
NAME: '&9Nethera Gidersin'
LORE:
- ''
ID: 49
POSITION-X: 9
POSITION-Y: 3
 
ChestCommands ile ilgili bilgim yok fakat DeluxeMenus kullanırsanız hem daha sağlıklı olur ve yardımcı olabilirim.

Diğer arkadaşlar yardım etmesi umuduyla iyi forumlar.
 
ChestCommands ile ilgili bilgim yok fakat DeluxeMenus kullanırsanız hem daha sağlıklı olur ve yardımcı olabilirim.

Diğer arkadaşlar yardım etmesi umuduyla iyi forumlar.
DeluxesMenu'den warp menüsü için yardımcı olur musun?
 
Düzeltmeyi deneyeceğim olursa atarım kod olarak.
 
Düzelltim Kendi 1.16.5 Sunucumda Denedim çalışıyor buda kanıtı;
2021-06-10_18.42.46.png


Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&2&lWarp Menusu'

  # 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: 'Warpp'

  # 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:BLOCK_SWEET_BERRY_BUSH_PLACE'

  # 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: false


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


spawndsdcmd:
 COMMAND: 'spawn'
 NAME: '&eSpawn'
 LORE:
  - '&cSpawna Gidersin'
 ID: bed
 POSITION-X: 3
 POSITION-Y: 2


market:
 COMMAND: 'warp market'
 NAME: '&cMarkete Gidersin'
 LORE:
 - '&cMarket'
 ID: 54
 POSITION-X: 5
 POSITION-Y: 2

island:
 COMMAND: 'p home'
 NAME: '&9Arsalar'
 LORE:
 - '&9Arsanıza Gidersin'
 ID: 2
 POSITION-X: 7
 POSITION-Y: 2

kasap:
 COMMAND: 'warp kasap'
 NAME: '&9Hayvanlar'
 LORE:
 - '&9Hayvanlara Gidersin'
 ID: 364
 POSITION-X: 1
 POSITION-Y: 1

yaratık:
 COMMAND: 'warp yaratıklar'
 NAME: '&bYaratık Arenasına Gidersin'
 LORE:
 - '&bYaratıklara Gidersin'
 ID: 276
 POSITION-X: 1
 POSITION-Y: 3

kasa:
 COMMAND: 'warp kasalar'
 NAME: '&dKasalar'
 LORE:
 - 'Kasalara Gidersin'
 ID: 130
 POSITION-X: 9
 POSITION-Y: 1

nether:
 COMMAND: 'warp nether'
 NAME: '&9Nether'
 LORE:
 - 'Nethera Gidersin'
 ID: 49
 POSITION-X: 9
 POSITION-Y: 3
 
Buda Renk Ve birazcık İsim Değişikliği
YAML:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&2&lWarp Menusu'

  # 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: 'Warpp'

  # 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:BLOCK_SWEET_BERRY_BUSH_PLACE'

  # 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: false


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


spawndsdcmd:
 COMMAND: 'spawn'
 NAME: '&eSpawn'
 LORE:
  - '&cSpawna Gidersin'
 ID: bed
 POSITION-X: 3
 POSITION-Y: 2


market:
 COMMAND: 'warp market'
 NAME: '&cMarket'
 LORE:
 - '&cMarkete Gidersin'
 ID: 54
 POSITION-X: 5
 POSITION-Y: 2

island:
 COMMAND: 'p home'
 NAME: '&9Arsalar'
 LORE:
 - '&9Arsanıza Gidersin'
 ID: 2
 POSITION-X: 7
 POSITION-Y: 2

kasap:
 COMMAND: 'warp kasap'
 NAME: '&9Hayvanlar'
 LORE:
 - '&9Hayvanlara Gidersin'
 ID: 364
 POSITION-X: 1
 POSITION-Y: 1

yaratık:
 COMMAND: 'warp yaratıklar'
 NAME: '&bYaratıklar'
 LORE:
 - '&bYaratıklara Gidersin'
 ID: 276
 POSITION-X: 1
 POSITION-Y: 3

kasa:
 COMMAND: 'warp kasalar'
 NAME: '&dKasalar'
 LORE:
 - '&dKasalara Gidersin'
 ID: 130
 POSITION-X: 9
 POSITION-Y: 1

nether:
 COMMAND: 'warp nether'
 NAME: '&9Nether'
 LORE:
 - '&9Nethera Gidersin'
 ID: 49
 POSITION-X: 9
 POSITION-Y: 3
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst