ChestCommands Rehberi

JamesBond007

Onursal üye
Katılım
25 Tem 2020
Mesajlar
219
Tepki
255
ChestCommands Plugin'i nedir? ne işe yarar?

Bu Eklenti Sunucu içerisindeki menüleri oluşturmamızı sağlayan bir eklentidir.

Kullanımı aşırı kolaydır.

Adım Adım Bir Menü Oluşturalım.

1 => ChestCommands eklentisini sunucunun sürümüne göre indirmelisiniz.

Link : https://dev.bukkit.org/projects/chest-commands

2 => Sunucumuz açık ise yeniden başlatalım kapalı ise Sunucumuzu açalım.

3 => Eklentinin dosyasına girip example.yml dosyasını bulalım ve Menu Settings kısmını kopyalayalım
ve yavaş yavaş menümüzü oluşturmaya başlayalım.
Kod:
######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&1Ornek menu' #menümüzün adı

  # rows - the number of rows of the chest - REQUIRED
  rows: 3 #menü kaç satır açılıcaksa o sayıyı buraya yazıyoruz

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: 'omenu' #menüyü açmak için kullanacıgımız komut

  # 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: '&eÖrnek menü.' #menü açılınca eklenti tarafından gönderilen mesaj

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


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


hammadecmd:
  COMMAND: 'tell https://forum.oyungezgin.com' #tıkladığımızda uygulamak istediğimiz komut
  NAME: '&eoyungezgin' #eşyaya vericeğimiz isim
  LORE:
    - 'Ornek Menu' #fare yi eşyanın üzerine getirdiğimizde alt tarafta yazıcak yazı
  ID: 14
  POSITION-X: 2
  POSITION-Y: 2 #3 e 3 lük menüde bunlar 2. satırın 2. slot'u demektir          //

Menümüzü oluşturduğumuza göre artık oyun içerisine geçebiliriz.

1 => /chestcommands reload komutu ile eklentimizi yenileyelim.

chescommands reload.png


2 => /menu komutu ile menümüzü açalım.

download.jpg


3 => /cc list
komutu ile menülerinizi görüntüleyebilirsiniz.

cclist.png


Bu konumda sizlere chestcommands plugininin hem kullanımını hemde ne işe yaradığını anlattım umarım beğenirsiniz iyi günler , iyi forumlar dilerim. :)
 
Üst Alt