Çözüldü deluxemenu plugini

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

FB Pénthos

Somon Balığı Selam Vermeye Geldi
Katılım
15 Şubat 2020
Mesajlar
16
Elmaslar
2
Puan
6.210
Yaş
25

Discord:

Mustafa_PENTHOS#9600

İyi Akşamlar Öncelikle. Mesela giymiş olduğum bir zırhı profil menüsüne nasıl yansıtabilirim. Yardımcı Olur musunuz?

Ek olarak bir de
%player_first_join_date% tarih formatını nasıl türkiyeye göre değiştirebilirim?
 
Son düzenleme:
Deluxe plugininde:

1. Zırhı yansıtamazsınız
2. "PlaceholderAPI Türkçe Tarih Nasıl Çekilir?" yazdığınızda bazı içerikler çıkıyor onları inceleyin.
 
Teşekkür ederim zırhı yansıtma yapabiliyoruz bu arada öğrendim teşekkürler
 
Kod:
#  A DeluxeMenus basic configuration guide for beginners
#=========================================================
#
# This note will help you understand the basic functions and configuring of DeluxeMenus: commands, requirements, items and others, and from then on you can start to work with more advanced stuff. You can delete this note or any note below at any time. But if you are still here anyway, then let's move down below
#

# Open Command
#
# This setting is the command that will be used to open this menu. Supports normal String or a String List
# NOTE: Use "open_command: []" to create a menu with no commands needed
#
# open_command: <command>
# open_command:
#   - <command1>
#   - <command2>
#
open_command: profil

# Size
#
# This allows you to set the size of the menu inventory. Range from 9-54.
# If this option is not present in the menu configuration, it will default to 54.
#
size: 54

# Menu title
#
# This is the title of the menu. You can change it with your custom name
# Color codes and placeholders are supported
#
menu_title: '&6&l> &c&lPROFİL'

# Open requirement
#
# This setting section allows you to define requirements the menu viewer must meet
# to be allowed to open this menu in game.
#
# Any menu you want to restrict access to based on permission
# should have a basic "has permission" requirement
#
# This setting and requirements can be explained more in depth by checking out
# the requirements_menu.yml file in your menus folder.
# For full reference, check https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/requirements
#
open_requirement:
  requirements:
    permission:
      type: has permission
      permission: deluxemenus.profilmenu
      deny_commands:
        - '[message] &cYou don''t have permission to do that!'

# Item section. This is where you can start add items into menu, and add functions into each items that you did.
# For depth explanation on the functions, you can check on the note given from config.yml
# For full reference, check https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations/item
#
items:
  # Here you need to set the name ID of the item. This name however, does not display on the menu. Every item must have a unique name ID.
  # In this example, we will call this item name ID: "teststone"
  'kask_eq':
    material: armor_helmet
    data: 1
    priority: 1
    slot: 10
    display_name: "&aThis is a special stone"
    lore:
    hide_enchantments: false
    view_requirement:
      krequirements:
        kask_kontrol:
          type: has item
          slot: "39"
          material: armor_helmet
          amount: 1
    update_interval: 5
  'kask_noeq':
    material: "BARRIER"
    data: 1
    priority: 2
    slot: 10
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      krequirements:
        kask_kontrol_yok:
          type: has item
          slot: "39"
          material: AIR
          amount: 1
    update_interval: 5

  'zirh_eq':
    material: armor_chestplate
    data: 1
    priority: 1
    slot: 19
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      zrequirements:
        zirh_kontrol:
          type: has item
          slot: "38"
          material: armor_chestplate
          amount: 1
    update_interval: 5
  'zirh_noeq':
    material: "BARRIER"
    data: 1
    priority: 2
    slot: 19
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      zrequirements:
        zirh_kontrol_yok:
          type: has item
          slot: "38"
          material: AIR
          amount: 1
    update_interval: 5

  'pantul_eq':
    material: armor_leggings
    data: 1
    priority: 1
    slot: 28
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      prequirements:
        pantul_kontrol:
          type: has item
          slot: "37"
          material: armor_leggings
          amount: 1
    update_interval: 5
  'pantul_noeq':
    material: "BARRIER"
    data: 1
    priority: 2
    slot: 28
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      prequirements:
        pantul_kontrol_yok:
          type: has item
          slot: "37"
          material: AIR
          amount: 1
    update_interval: 5

  'bot_eq':
    material: armor_boots
    data: 1
    slot: 37
    priority: 1
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      brequirements:
        bot_kontrol:
          type: has item
          slot: "36"
          material: armor_boots
          amount: 1
    update_interval: 5
  'bot_noeq':
    material: "BARRIER"
    data: 1
    slot: 37
    priority: 2
    display_name: "&aThis is a special stone"
    lore:
    view_requirement:
      brequirements:
        bot_kontrol_yok:
          type: has item
          slot: "36"
          material: 'AIR'
          amount: 1
    update_interval: 5

  1. iyi akşamlar deluxe menu da eğer zırh giyiyorsan menü de zırhı gösteren bir menü yaptım ama menüde zırh gözüküyor lakin zırh olmayınca taş gözüküyor onun yerine barrier gözükmesini istiyorum ama çalışmıyor yardımcı olur musunuz
 
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