Çözüldü Crazy Crates Kasa Yapmakta Sorun Yaşıyorum

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

MericAytas

Koydum Çalışma Masasını
Katılım
25 Mayıs 2019
Mesajlar
55
Elmaslar
14
Puan
0
Yaş
22
Konum
Bursa
Minecraft
MericAytas

Discord:

Mevica#6191

Beyler Crazy Crates plugininde plugin klasörüne griyorum crates kısmına da giriyorum kendime bir kasa yapıyorum ama oyunda /cc list yazdığımda kasa çıkmıyor yardım edebilecek biri var mı ?
Kod:
Crate:
  CrateType: Wonder #Type of crate.
  CrateName: '&8Para Kasası' #Name of the Inventory if a GUI crate.
  StartingKeys: 0 #Starting amount of keys when the player 1st joins.
  InGUI: false #If the crate shows in the /cc GUI.
  Slot:1  #Slot the item is in the GUI.
  OpeningBroadCast: true
  BroadCast: '%Prefix%&b%Player% &ePara Kasası Açıyor.'
  Item: '130' #Item the crate is in the GUI
  Glowing: false #If the crate in the main /cc GUI is glowing or not.
  Name: '&d&lPara Kasası' #Name of the item in the GUI.
  Lore: #The lore of the item in the GUI.
    - '&7Bu kasa Savaş eşyaları barındırıyor,'
    - '&7Sandıkları açmak için &6%Keys% anahtara &7sahipsin.'
    - '&7&l(&e&l!&7&l) Ödülleri görüntülemek için SAĞ TIKLA!.'
  PhysicalKey:
    Name: '&d&lPara Kasası &8| &b&lAnahtarı' #Name of the Key.
    Lore:
      - '&b▪ &7Özel bir kasa için'
      - '&7Özel bir anahtar. &b▪'
    Item: '131' #The item the key is.
    Glowing: true
  Tiers: #The tiers in the Crate
    Basit: #The Config Name for the Crate
      Name: '&8Para Kasası' #The in-game name of the Crate
      Color: d #Use the MetaData for the color of the glass
      Chance: 80 #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
      MaxRange: 100 #The max range that the chance will go though.
    olagandisi:
      Name: '&aOlağandışı Ödüller'
      Color: 5
      Chance: 55
      MaxRange: 100
    nadir:
      Name: '&4Nadir Ödüller'
      Color: 14
      Chance: 20
      MaxRange: 100
  Prizes:
    1:
      DisplayName: '&e&l500.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7500.000.000TL.'
        - '&6&lŞans: &c&l5%'
      MaxRange: 100
      Chance: 5
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 500000000'
      Messages:
        - '&b500.000.000TL &6kazandın!'
    2:
      DisplayName: '&e&l250.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7250.000.000TL.'
        - '&6&lŞans: &c&l10%'
      MaxRange: 100
      Chance: 10
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 250000000'
      Messages:
        - '&b250.000.000TL &6kazandın!'
    3:
      DisplayName: '&e&l100.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7100.000.000TL.'
        - '&6&lŞans: &c&l20%'
      MaxRange: 100
      Chance: 20
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 100000000'
      Messages:
        - '&b100.000.000TL &6kazandın!'
     4:
      DisplayName: '&e&20.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&720.000.000TL.'
        - '&6&lŞans: &c&l30%'
      MaxRange: 100
      Chance: 30
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 20000000'
      Messages:
        - '&b20.000.000TL &6kazandın!'
    5:
      DisplayName: '&e&l10.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&710.000.000TL.'
        - '&6&lŞans: &c&l35%'
      MaxRange: 100
      Chance: 35
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 10000000'
      Messages:
        - '&b10.000.000TL &6kazandın!'
 
Bu arada ekleme yapiyim oyunda broken crate diye gösteriyo
 
Kasayı yapıp kaydettikten sonra /cc reload yazıyorsunuz demi bu komutu yazdıktan sonra loglarınıza girin ve gerekli logu buraya atın veya inceleyin hataya ulaşacaksınızdır şimdi bu attığınız kasa kısmını incelemek uzun sürer log size direk sorunun kaynağını gösteriyor
 
Düzeltme hata 4. kasada mevcut satır kayması var düzelttim buyrun
Kod:
Crate:
  CrateType: Wonder #Type of crate.
  CrateName: '&8Para Kasası' #Name of the Inventory if a GUI crate.
  StartingKeys: 0 #Starting amount of keys when the player 1st joins.
  InGUI: false #If the crate shows in the /cc GUI.
  Slot:1  #Slot the item is in the GUI.
  OpeningBroadCast: true
  BroadCast: '%Prefix%&b%Player% &ePara Kasası Açıyor.'
  Item: '130' #Item the crate is in the GUI
  Glowing: false #If the crate in the main /cc GUI is glowing or not.
  Name: '&d&lPara Kasası' #Name of the item in the GUI.
  Lore: #The lore of the item in the GUI.
    - '&7Bu kasa Savaş eşyaları barındırıyor,'
    - '&7Sandıkları açmak için &6%Keys% anahtara &7sahipsin.'
    - '&7&l(&e&l!&7&l) Ödülleri görüntülemek için SAĞ TIKLA!.'
  PhysicalKey:
    Name: '&d&lPara Kasası &8| &b&lAnahtarı' #Name of the Key.
    Lore:
      - '&b▪ &7Özel bir kasa için'
      - '&7Özel bir anahtar. &b▪'
    Item: '131' #The item the key is.
    Glowing: true
  Tiers: #The tiers in the Crate
    Basit: #The Config Name for the Crate
      Name: '&8Para Kasası' #The in-game name of the Crate
      Color: d #Use the MetaData for the color of the glass
      Chance: 80 #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
      MaxRange: 100 #The max range that the chance will go though.
    olagandisi:
      Name: '&aOlağandışı Ödüller'
      Color: 5
      Chance: 55
      MaxRange: 100
    nadir:
      Name: '&4Nadir Ödüller'
      Color: 14
      Chance: 20
      MaxRange: 100
  Prizes:
    1:
      DisplayName: '&e&l500.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7500.000.000TL.'
        - '&6&lŞans: &c&l5%'
      MaxRange: 100
      Chance: 5
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 500000000'
      Messages:
        - '&b500.000.000TL &6kazandın!'
    2:
      DisplayName: '&e&l250.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7250.000.000TL.'
        - '&6&lŞans: &c&l10%'
      MaxRange: 100
      Chance: 10
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 250000000'
      Messages:
        - '&b250.000.000TL &6kazandın!'
    3:
      DisplayName: '&e&l100.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7100.000.000TL.'
        - '&6&lŞans: &c&l20%'
      MaxRange: 100
      Chance: 20
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 100000000'
      Messages:
        - '&b100.000.000TL &6kazandın!'
    4:
      DisplayName: '&e&20.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&720.000.000TL.'
        - '&6&lŞans: &c&l30%'
      MaxRange: 100
      Chance: 30
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 20000000'
      Messages:
        - '&b20.000.000TL &6kazandın!'
    5:
      DisplayName: '&e&l10.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&710.000.000TL.'
        - '&6&lŞans: &c&l35%'
      MaxRange: 100
      Chance: 35
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 10000000'
      Messages:
        - '&b10.000.000TL &6kazandın!'
 
Düzeltme hata 4. kasada mevcut satır kayması var düzelttim buyrun
Kod:
Crate:
  CrateType: Wonder #Type of crate.
  CrateName: '&8Para Kasası' #Name of the Inventory if a GUI crate.
  StartingKeys: 0 #Starting amount of keys when the player 1st joins.
  InGUI: false #If the crate shows in the /cc GUI.
  Slot:1  #Slot the item is in the GUI.
  OpeningBroadCast: true
  BroadCast: '%Prefix%&b%Player% &ePara Kasası Açıyor.'
  Item: '130' #Item the crate is in the GUI
  Glowing: false #If the crate in the main /cc GUI is glowing or not.
  Name: '&d&lPara Kasası' #Name of the item in the GUI.
  Lore: #The lore of the item in the GUI.
    - '&7Bu kasa Savaş eşyaları barındırıyor,'
    - '&7Sandıkları açmak için &6%Keys% anahtara &7sahipsin.'
    - '&7&l(&e&l!&7&l) Ödülleri görüntülemek için SAĞ TIKLA!.'
  PhysicalKey:
    Name: '&d&lPara Kasası &8| &b&lAnahtarı' #Name of the Key.
    Lore:
      - '&b▪ &7Özel bir kasa için'
      - '&7Özel bir anahtar. &b▪'
    Item: '131' #The item the key is.
    Glowing: true
  Tiers: #The tiers in the Crate
    Basit: #The Config Name for the Crate
      Name: '&8Para Kasası' #The in-game name of the Crate
      Color: d #Use the MetaData for the color of the glass
      Chance: 80 #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
      MaxRange: 100 #The max range that the chance will go though.
    olagandisi:
      Name: '&aOlağandışı Ödüller'
      Color: 5
      Chance: 55
      MaxRange: 100
    nadir:
      Name: '&4Nadir Ödüller'
      Color: 14
      Chance: 20
      MaxRange: 100
  Prizes:
    1:
      DisplayName: '&e&l500.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7500.000.000TL.'
        - '&6&lŞans: &c&l5%'
      MaxRange: 100
      Chance: 5
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 500000000'
      Messages:
        - '&b500.000.000TL &6kazandın!'
    2:
      DisplayName: '&e&l250.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7250.000.000TL.'
        - '&6&lŞans: &c&l10%'
      MaxRange: 100
      Chance: 10
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 250000000'
      Messages:
        - '&b250.000.000TL &6kazandın!'
    3:
      DisplayName: '&e&l100.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&7100.000.000TL.'
        - '&6&lŞans: &c&l20%'
      MaxRange: 100
      Chance: 20
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 100000000'
      Messages:
        - '&b100.000.000TL &6kazandın!'
    4:
      DisplayName: '&e&20.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&720.000.000TL.'
        - '&6&lŞans: &c&l30%'
      MaxRange: 100
      Chance: 30
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 20000000'
      Messages:
        - '&b20.000.000TL &6kazandın!'
    5:
      DisplayName: '&e&l10.000.000TL '
      DisplayItem: '339'
      DisplayAmount: 1
      Lore:
        - '&710.000.000TL.'
        - '&6&lŞans: &c&l35%'
      MaxRange: 100
      Chance: 35
      Firework: true
      Glowing: false
      Commands:
        - 'eco give %player% 10000000'
      Messages:
        - '&b10.000.000TL &6kazandın!'
haylen daha bozuk gösteriyor
 
cc list yazarsan zaten çıkmaz o oyuna koyduğun kasaları gösterir yani cc set parakasasi gibi
cc admin yazman gerekiyor doğru hatirliyorsam
 
cc list yazarsan zaten çıkmaz o oyuna koyduğun kasaları gösterir yani cc set parakasasi gibi
cc admin yazman gerekiyor doğru hatirliyorsam
öyle yaptığımda da olmamıştı fakat yeniden yazınca düzeldi teşekkürler yine de
 
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