Çözüldü Crazy Crates Plugini

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

globalhop

Birisi mi Spawnlandı?
Katılım
1 Eylül 2019
Mesajlar
6
Elmaslar
0
Puan
0
Yaş
30
Merhaba arkadaşlar ben crazy crates plugini ile oyun içinden bir kasa oluşturdum ama ben mesela tekrar dene ve sp olan bir kasada sp çıkınca spver komutu yazınca itemi vermiyor ve konsola adam çıkana kadar hata spamlıyor yardımcı olurmusunuz buyrun kod
Kod:
Crate:
  CrateType: Wheel #Type of crate (CSGO/QuadCrate/QuickCrate/Roulette/CrateOnTheGo/FireCracker/Wonder/Wheel/War/Cosmic(This requires a additional info to work.)).
  CrateName: '&2Parşömen' #Name of the Inventory if a GUI crate.
  StartingKeys: 0 #Starting amount of keys when the player 1st joins.
  InGUI: true #If the crate shows in the /cc GUI. (If the crate type is QuickCrate/CrateOnTheGo/FireCracker then the Crate will not work. Quick Crate requires a Physical Crate.)
  Slot: 21 #Slot the item is in the GUI.
  OpeningBroadCast: true #Enables/Disables the Broadcasts message when they open a crate.
  BroadCast: '%Prefix%&c%Player% &7adlı oyuncu &9Parşömen &7kutusunu açtı!' #Message that is broadcasted when opening the crate.
  Item: '54' #Item the crate is in the GUI
  Glowing: false #If the crate in the main /cc GUI is glowing or not.
  Name: '&9Parşömen' #Name of the item in the GUI.
  Lore: #The lore of the item in the GUI.
    - '&7This crate contains strange objects.'
    - '&7You have &6%Keys% keys &7to open this crate with.'
    - '&7&l(&e&l!&7&l) Right click to view rewards.'
  PhysicalKey:
    Name: '&8» &a&nObsidian Kasa&r &7Anahtarı &8«' #Name of the Key.
    Lore:
      - '&e&oKutuya sağ tıkla ve aç.'
    Item: '131' #The item the key is.
    Glowing: True #Makes the key look enchanted.
#         For Cosmic Crates Only
#############################################
#  Tiers: #The tiers in the Crate
#    Basic: #The Config Name for the Crate
#      Name: '&8Basic Prize' #The in-game name of the Crate
#      Color: 7 #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.
#    UnCommon:
#      Name: '&aUnCommon Prize'
#      Color: 5
#      Chance: 55
#      MaxRange: 100
#    Rare:
#      Name: '&4Rare Prize'
#      Color: 14
#      Chance: 20
#      MaxRange: 100
#############################################
  Prizes:
    1:
      DisplayName: '&e&nIron Golem x3'
      DisplayItem: '52'
      DisplayAmount: 3
      Lore:
        - '&7x3 İron Golem Spawner'
        - '&7Şans: &c&o30%'
      MaxRange: 100
      Chance: 90
      Firework: true
      Glowing: true
      Player: ''
      Unbreakable: false
      Items:
      Commands:
        - 'spver %Player% 1 elmas'
        - 'broadcast   &6&l%Player% &7adlı oyuncu &e&n3x İron Golem Spawner&r &7çıkarttı!'
      BlackListed-Permissions: {}
    2:
      DisplayName: '&e&lVIP Kiti'
      DisplayItem: '311'
      DisplayAmount: 1
      Lore:
        - '&7Şans: &c&o10%'
      MaxRange: 100
      Chance: 10
      Firework: false
      Glowing: false
      Player: ''
      Commands:
        - 'kit vip %Player%'
      Unbreakable: false
      BlackListed-Permissions: {}
    4:
      DisplayName: '&e&lSünger SP'
      DisplayItem: '52'
      DisplayAmount: 1
      Lore:
        - '&7Şans: &c&o3%'
      MaxRange: 100
      Chance: 0
      Firework: true
      Glowing: true
      Player: ''
      Commands:
        - 'itemsp ver %Player% sunger'
      Unbreakable: false
      BlackListed-Permissions: {}
    3:
      DisplayName: '&e&n15M PARA'
      DisplayItem: '175'
      DisplayAmount: 1
      Lore:
        - '&7Çıkma Şansı: &c&o10%'
      MaxRange: 100
      Chance: 10
      Firework: true
      Glowing: false
      Player: ''
      Unbreakable: false
      Commands:
        - 'eco give %Player% 15000000'
      BlackListed-Permissions:
        - 'crazycrates.blacklist.basic.3'
 
spver komutunu skript ilemi yaptınız? Ayrıca %Player% yerine %player% deneyin
 
skriptinizde bir sıkıntı olmadığından eminmisiniz? Çalışıyormu siz kendiniz komudu yazarken
 
skriptinizde bir sıkıntı olmadığından eminmisiniz? Çalışıyormu siz kendiniz komudu yazarken
evet komutta herhangi bir sorun yok denedim silkspawner olunca komut hata vermiyor ama diğer tüm skriptlerde hata veriyor
ama sil spawner olunca elmassp fln alanmıyor
 
'spver %Player% 1 elmas'

doğru yazımı

Kod:
itemsp ver %player% elmas
 
Lütfen paperspigot yerine spigot kullanın sorun çözülecektir
 
yanlız ben normal spigot kullanıyorum
 
Ben paperspigot kullanıyorum ve crazycrates normal olarak çalışıyor. 1.8.3 sürümünü kullanıyorum herhangi bir sorun yok.
"/sp ver" komutunu kullanarak irongolem spawner verdirtiyorsunuz?
"/ss give %player% irongolem 2" komutunu kullanabilirsiniz onun yerine.
 
Ben paperspigot kullanıyorum ve crazycrates normal olarak çalışıyor. 1.8.3 sürümünü kullanıyorum herhangi bir sorun yok.
"/sp ver" komutunu kullanarak irongolem spawner verdirtiyorsunuz?
"/ss give %player% irongolem 2" komutunu kullanabilirsiniz onun yerine.
Ben paperspigot 1.8.8 kullanınca skript komutları ne websendde nede crazy cratesde kullanabiliyordum
zaten normal spigot kullanıyorum

Eğer spigot.jar güncel değilse güncelleyin
 
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