llahmett
Birisi mi Spawnlandı?
- Katılım
- 28 Temmuz 2024
- Mesajlar
- 9
- Elmaslar
- 0
- Puan
- 1.180
- Yaş
- 18
- Konum
- türkiye
- Minecraft
- llahmet
Discord:
do9xi
chestcommand plugini kurdum menu oluşturdum kılıçlar diye kılıçlar açılıyor ama tahta kılıç veya herhangi bir kılıca basınca shopkeeper open 90 komutu çalışmıyor
menu :
######################
#+ +#
# MENU SETTINGS #
#+ +#
######################
menu-settings:
# REQUIRED
# Appears as the title of the menu.
name: '&4Kılıçlar'
# REQUIRED
# The number of rows in the menu.
rows: 3
# OPTIONAL
# Set which commands a player can execute to open the menu.
commands:
- 'Kilic'
# OPTIONAL
# How frequently the menu will be refreshed, in seconds.
# Useful if you have variables in icon descriptions.
auto-refresh: 5
# OPTIONAL
# This command command will be executed when the menu is opened.
# Supports all the icon command types.
open-actions:
- ''
# OPTIONAL
# The menu will open only when right-clicking with a compass.
open-with-item:
material: compass
left-click: false
right-click: true
######################
#+ +#
# ICONS #
#+ +#
######################
TahtaKilic:
MATERIAL: wooden_sword
POSITION-X: 3
POSITION-Y: 2
NAME: '&6Tahta Kılıç'
LORE:
- '&bKılıcını Geliştirebilirsin'
ACTIONS:
- 'tell: &aMarket Açılıyor ...'
- 'shopkeeper open 90'
TasKilic:
MATERIAL: stone_sword
POSITION-X: 4
POSITION-Y: 2
NAME: '&6Taş Kılıç'
LORE:
- '&bKılıcını Geliştirebilirsin'
ACTIONS:
- 'shopkeeper open 91'
DemirKilic:
MATERIAL: iron_sword
POSITION-X: 5
POSITION-Y: 2
NAME: '&6Demir Kılıç'
LORE:
- '&bKılıcını Geliştirebilirsin'
ACTIONS:
- 'shopkeeper open 92'
ElmasKilic:
MATERIAL: diamond_sword
POSITION-X: 6
POSITION-Y: 2
NAME: '&6Elmas Kılıç'
LORE:
- '&bKılıcını Geliştirebilirsin'
ACTIONS:
- 'shopkeeper open 93'
NetKilic:
MATERIAL: netherite_sword
POSITION-X: 7
POSITION-Y: 2
NAME: '&6Netherite Kılıç'
LORE:
- '&bKılıcını Geliştirebilirsin'
ACTIONS:
- 'shopkeeper open 94'
Ekli dosyalar
Moderatör tarafından düzenlendi: