Çözüldü PARA YOKKEN EŞYA ALABİLME

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

thelonelord

Fırında Isıttığım İlk Taş
Katılım
12 Temmuz 2022
Mesajlar
85
Elmaslar
18
Puan
145
Yaş
20
Konum
Türkiye
1658664374972.png

1658664445603.png


Para yokken bile alınıyor
 
Essentials config.yml dosyasında bu ayarları bulup değiştirebilirsin.

YAML:
# Set the maximum amount of money a player can have.
# The amount is always limited to 10 trillion because of the limitations of a java double.
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

Birde DeluxeMenu item satma örneği atıyorum ona göre ayarla eğer yine olmazsa başka şekilde çözüm bulabiliriz.

YAML:
  itemadı:
    material: YELLOW_WOOL
    slot: 20
    display_name: '&eItem Adı'
    lore:
    - '&8Market'
    - ''
    - ' &fItem satın alabilirsin'
    - ''
    - '          &eFiyat &c15.000'
    - ''
    - '        &6&nAlmak için sol tıkla!&r     '
    left_click_commands:
    - '[console] eco take %player_name% 15000'
    - '[player] kodlar'
    - '[message] prefix &6► &7Başarıyla &7satın aldın.'
    - '[close]'
    left_click_requirement:
      requirements:
        Item:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 15000
          deny_commands:
          - '[message] prefix &6► &7Satın almak için yeterli paraya sahip değilsin.'
          - '[close]'
 
bunuda denedim
Essentials config.yml dosyasında bu ayarları bulup değiştirebilirsin.

YAML:
# Set the maximum amount of money a player can have.
# The amount is always limited to 10 trillion because of the limitations of a java double.
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

Birde DeluxeMenu item satma örneği atıyorum ona göre ayarla eğer yine olmazsa başka şekilde çözüm bulabiliriz.

YAML:
  itemadı:
    material: YELLOW_WOOL
    slot: 20
    display_name: '&eItem Adı'
    lore:
    - '&8Market'
    - ''
    - ' &fItem satın alabilirsin'
    - ''
    - '          &eFiyat &c15.000'
    - ''
    - '        &6&nAlmak için sol tıkla!&r     '
    left_click_commands:
    - '[console] eco take %player_name% 15000'
    - '[player] kodlar'
    - '[message] prefix &6► &7Başarıyla &7satın aldın.'
    - '[close]'
    left_click_requirement:
      requirements:
        Item:
          type: '>='
          input: '%vault_eco_balance_fixed%'
          output: 15000
          deny_commands:
          - '[message] prefix &6► &7Satın almak için yeterli paraya sahip değilsin.'
          - '[close]'
 
Bu sefer menüye sadece komut ekle, artı olarak skript ekleyeceksin örnekleri atıyorum sen düzenlersin ona göre çalıştırsın muhtemelen bu şekilde sorun çözülecek.

Skript Örneği:
Kod:
command /komut:
    trigger:
        if player's money is greater than or equal to 20000:
            remove 20000 from player's money
            komut
            send "&aBaşarıyla Satın Alındı." to player
        else:
            send "&cYeteri Kadar Paranız Yok!" to player

DeluxeMenu Örneği:
Kod:
  itemadi:
    material: INK_SACK
    data: 1
    amount: 1
    slot: 20
    display_name: '&7İtem'
    lore:
    - ''
    - ' &8► &7Örnek İtem'
    - ''
    - ' &8► &7Fiyat: &620K ⛁'
    - ''
    - '&8► &7Almak için &c&ntıkla!&r'
    right_click_commands:
    - '[player] komut'
    left_click_commands:
    - '[player] komut'
 
pcye geçince deniyeceğim
 
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