Çözüldü deluxemenu ve minion plugin

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
YAML:
click_requirement:
  # Minimum requirements are optional.
  # If they are not set, then all
  # requirements will be needed for the
  # click commands to be executed.
  # In this example, only one of the
  # requirements will be needed.
  minimum_requirements: 1
  # This option is good for when you use minimum_requirements.
  # Instead of the plugin checking all the requirements,
  # it will stop when it has enough.
  stop_at_success: true
  requirements:
    # You can define multiple requirements.
    # Each requiremnt should have a unique name.
    requirement_name:
      type: TYPE
      # These commands will be exeucted if
      # the requirement they're set for is
      # met even if the others are not.
      # You should be careful and not confuse
      # these with click_commands: !!!
      success_commands:
      - "[ACTIONTYPE] ACTION"
      - "[ACTIONTYPE] ACTION"
      # These commands will be executed if
      # the requirement they're set for is
      # not met even if the others are.
      deny_commands:
      - "[ACTIONTYPE] ACTION"
      - "[ACTIONTYPE] ACTION"
      # This option is only required if you
      # want ot use minimum_requirements:
      # Minimum requirements will only work
      # for the optional requirements
      optional: true
  # This can only be defined for open and
  # left/right click requirement
  deny_commands:
    - "[ACTIONTYPE] ACTION"
    - "[ACTIONTYPE] ACTION"

Wikisindeki kodu incelerseniz girintilerin nasıl olması gerektiğini görebilirsiniz. Bu düzende yapmazsanız plugin configi tam çözümleyemez bu yüzden de doğru çalışmaz.
 
Bunu dene, muhtemelen çalışıcaktır.

Kod:
  '1':
    display_name: '&7► &#71BC10&lᴛ&#70C122&lᴏ&#70C634&lᴘ&#6FCB46&lʟ&#6ED059&lᴀ&#6DD46B&lʏ&#6DD97D&lɪ&#6CDE8F&lᴄ&#6BE3A1&lɪ &#6BE3A1&lᴍ&#6BE3A1&lɪ&#6BE3A1&lɴ&#6BE3A1&lɪ&#6BE3A1&lᴏ&#6BE3A1&lɴ &7◄'
    material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWRiNDhhOWZkNDU5YTBkMWYxYjRiMzA4ZmNlM2NmNGYxOTJmMTY1ZTViMDU1ZjVjOWUzOGQ4ZjM1ZDkzYTk0NiJ9fX0=
    slot: 20
    amount: 1
    lore:
    - ''
    - '&#b8fb15ᴛᴏᴘʟᴀʏɪᴄɪ ᴍɪɴɪᴏɴᴜ ʙᴜʀᴀᴅᴀɴ ᴀʟᴀʙɪʟɪʀsɪɴɪᴢ'
    - ''
    - '&#27fbc2↬ &e&lFIYAT &8: &e10.000 &2Midorium'
    - ''
    click_commands:
      - '[console] minions give %player_name% collector'
      - '[console] eco take %player_name% 10000'
      - '[message] &aBaşarıyla minyon satın aldın.'
      - '[close]'
    click_requirement:
      requirements:
        check_balance:
          type: '>='
          input: '%vault_eco_balance%'
          output: '10000'
          deny_commands:
            - "[message] &cYetersiz para."
            - '[close]'
çok teşekkür ederim. sorun halloldu
 
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