Çözüldü Skriptlerde Console Command Çalışmıyor!

  • Konuyu Başlatan Konuyu Başlatan kaanck
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 883

kaanck

Allah'ım Bana Ender İncisi Ver
Katılım
16 Nisan 2021
Mesajlar
65
Elmaslar
13
Puan
6.510
Yaş
27
Konum
Çorlu/Tekirdağ
Minecraft
Crackm_

Discord:

Kaan Çabuk#9590

Skriptlerimde "execute console command" çalışmıyor.

Örnek:
Kod:
command /adakit:
    trigger:
        if {adakit::%player%} is not set:
            set {adakit::%player%} to true
            execute console command "itemsp ver %player% goldblock 16"
            execute console command "itemsp ver %player% diamondblock 16"
            execute console command "itemsp ver %player% emeraldblock 16"
            execute console command "eco give %player% 25000000"
            give 128 quartz ore named "&8► &6Kuvars Cevheri" to player
            give 128 red sandstone named "&8► &6Kırmızı Kumtaşı" to player
            give 56 ender stone named "&8► &6End Taşı" to player
            message "{@p} &aAda kitini başarıyla aldın, iyi oyunlar!"
        else:
            message "{@p} &7Ada kitini zaten almışsın."
Kod:
Command /eventyap:
    permission: op
    permission message: &b&l Hata ! Bunu Yapmak için Yeterli Yetkiye Sahip Değilsin.
    trigger:
        message "&6&lEVENT &3Evente 10 Saniye."
        wait 5 seconds
        message "&6&lEVENT &3Evente 5 Saniye."
        wait 1 seconds
        message "&6&lEVENT &3Evente 4 Saniye."
        wait 1 seconds
        message "&6&lEVENT &3Evente 3 Saniye."
        wait 1 seconds
        message "&6&lEVENT &3Evente 2 Saniye."
        wait 1 seconds
        message "&6&lEVENT &3Evente 1 Saniye."
        wait 2 seconds
        message "&8&lEVENT &7End Tasi dagitiliyor."
        give 256 121 to players
        wait 2 seconds
        message 8&lEVENT &7Koyu Prizmarin dagitiliyor."
        give 256 168:2 to players
        wait 2 seconds
        message "&8&lEVENT &7Kirmizi Kumtasi dagitiliyor."
        give 256 179 to players
        wait 2 seconds
        message "&8&lEVENT &7Kuvars Cevheri dagitiliyor."
        give 128 153 to players
        wait 2 seconds
        message "&8&lEVENT &71 Adet &cEjderha Yumurtası &7veriliyor."
        give 1 122 to players
        message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."
        wait 8 seconds
        execute console command "crazycrates giveall p sleepy 32"
        wait 2 seconds
        execute console command "crazycrates giveall p vip 32"
        wait 2 seconds
        execute console command "crazycrates giveall p efsane 32"
        wait 2 seconds
        execute console command "crazycrates giveall p oyuncu 48"
        wait 1 seconds
        execute console command "herkeseparaver 25000000"
        
        
        message "&8&lEVENT &7Event bitmistir, iyi aksamlar."

Diğer kodlar çalışıyor ama konsol komutları çalışmıyor.
 
Hangi Add-onları Kullanıyorsunuz?
 
Ayrıca Hata MESAJI Nedir /skript reload all yazdığınızda
Kod:
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 3: if player has permission "op":')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 4: message "&6&lEVENT &3Evente 10 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 5: wait 5 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 6: message "&6&lEVENT &3Evente 5 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 7: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 8: message "&6&lEVENT &3Evente 4 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 9: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 10: message "&6&lEVENT &3Evente 3 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 11: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 12: message "&6&lEVENT &3Evente 2 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 13: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 14: message "&6&lEVENT &3Evente 1 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 15: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 16: message "&8&lEVENT &7End Tasi dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 17: give 256 121 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 18: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 19: message 8&lEVENT &7Koyu Prizmarin dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 20: give 256 168:2 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 21: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 22: message "&8&lEVENT &7Kirmizi Kumtasi dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 23: give 256 179 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 24: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 25: message "&8&lEVENT &7Kuvars Cevheri dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 26: give 128 153 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 27: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 28: message "&8&lEVENT &71 Adet &cEjderha Yumurtas─▒ &7veriliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 29: give 1 122 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 30: message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 31: wait 8 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 32: execute console command "crazycrates giveall p sleepy 32"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 33: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 34: execute console command "crazycrates giveall p vip 32"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 35: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 36: execute console command "crazycrates giveall p efsane 32"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 37: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 38: execute console command "crazycrates giveall p oyuncu 48"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 39: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 40: execute console command "herkeseparaver 25000000"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 43: message "&8&lEVENT &7Event bitmistir, iyi aksamlar."')
[13:21:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (eventyap.sk, line 2: trigger:')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 49: execute console command "crazycrates giveall p sleepy 32"')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 50: execute console command "crazycrates giveall p vip 32"')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 51: execute console command "crazycrates giveall p efsane 32"')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 52: execute console command "crazycrates giveall p oyuncu 48"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 3: if player has permission "op":')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 4: message "&6&lEVENT &3Evente 10 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 5: wait 5 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 6: message "&6&lEVENT &3Evente 5 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 7: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 8: message "&6&lEVENT &3Evente 4 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 9: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 10: message "&6&lEVENT &3Evente 3 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 11: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 12: message "&6&lEVENT &3Evente 2 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 13: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 14: message "&6&lEVENT &3Evente 1 Saniye."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 15: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 16: message "&8&lEVENT &7End Tasi dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 17: give 256 121 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 18: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 19: message 8&lEVENT &7Koyu Prizmarin dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 20: give 256 168:2 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 21: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 22: message "&8&lEVENT &7Kirmizi Kumtasi dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 23: give 256 179 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 24: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 25: message "&8&lEVENT &7Kuvars Cevheri dagitiliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 26: give 128 153 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 27: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 28: message "&8&lEVENT &71 Adet &cEjderha Yumurtas─▒ &7veriliyor."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 29: give 1 122 to players')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 30: message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 31: wait 8 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 32: execute console command "crazycrates giveall p sleepy 32"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 33: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 34: execute console command "crazycrates giveall p vip 32"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 35: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 36: execute console command "crazycrates giveall p efsane 32"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 37: wait 2 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 38: execute console command "crazycrates giveall p oyuncu 48"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 2 tabs (eventyap.sk, line 39: wait 1 seconds')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 40: execute console command "herkeseparaver 25000000"')
[13:21:39 ERROR]: indentation error: expected 6 spaces, but found 8 spaces (eventyap.sk, line 43: message "&8&lEVENT &7Event bitmistir, iyi aksamlar."')
[13:21:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (eventyap.sk, line 2: trigger:')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 49: execute console command "crazycrates giveall p sleepy 32"')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 50: execute console command "crazycrates giveall p vip 32"')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 51: execute console command "crazycrates giveall p efsane 32"')
[13:21:39 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 52: execute console command "crazycrates giveall p oyuncu 48"')
[13:21:39 INFO]: [Skript] Encountered 86 errors while reloading eventyap.sk!
 
Pardon yanlış attım.

Kod:
[13:25:31 INFO]: [Skript] Reloading eventyap.sk...
[13:25:31 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (eventyap.sk, line 2: if player has permission "op":')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 5: message "&6&lEVENT &3Evente 10 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 7: message "&6&lEVENT &3Evente 5 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 9: message "&6&lEVENT &3Evente 4 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 11: message "&6&lEVENT &3Evente 3 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 13: message "&6&lEVENT &3Evente 2 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 15: message "&6&lEVENT &3Evente 1 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 25: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 28: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 31: message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 32: wait 8 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 33: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 34: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 35: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 36: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 37: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 38: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 39: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 40: wait 1 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 50: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 51: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 52: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 53: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (eventyap.sk, line 2: if player has permission "op":')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 5: message "&6&lEVENT &3Evente 10 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 7: message "&6&lEVENT &3Evente 5 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 9: message "&6&lEVENT &3Evente 4 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 11: message "&6&lEVENT &3Evente 3 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 13: message "&6&lEVENT &3Evente 2 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 15: message "&6&lEVENT &3Evente 1 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 25: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 28: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 31: message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 32: wait 8 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 33: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 34: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 35: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 36: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 37: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 38: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 39: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 40: wait 1 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 50: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 51: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 52: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 53: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 ERROR]: Unexpected entry 'if player has permission "op"'. Check whether it's spelled correctly or remove it. (eventyap.sk, line 2: if player has permission "op":')
[13:25:31 WARN]: command /eventyap has a permission message set, but not a permission
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (eventyap.sk, line 18: give 256 121 to players')
[13:25:31 ERROR]: Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (eventyap.sk, line 20: message 8&lEVENT &7Koyu Prizmarin dagitiliyor."')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '168:2' with e.g. 'darkprismarine'. (eventyap.sk, line 21: give 256 168:2 to players')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '179' with e.g. 'red_sand_stone'. (eventyap.sk, line 24: give 256 179 to players')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '153' with e.g. 'nether_quartz_ore'. (eventyap.sk, line 27: give 128 153 to players')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '122' with e.g. 'dragon_egg'. (eventyap.sk, line 30: give 1 122 to players')
[13:25:31 INFO]: [Skript] Encountered 46 errors while reloading eventyap.sk!
 
Pardon yanlış attım.

Kod:
[13:25:31 INFO]: [Skript] Reloading eventyap.sk...
[13:25:31 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (eventyap.sk, line 2: if player has permission "op":')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 5: message "&6&lEVENT &3Evente 10 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 7: message "&6&lEVENT &3Evente 5 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 9: message "&6&lEVENT &3Evente 4 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 11: message "&6&lEVENT &3Evente 3 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 13: message "&6&lEVENT &3Evente 2 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 15: message "&6&lEVENT &3Evente 1 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 25: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 28: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 31: message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 32: wait 8 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 33: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 34: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 35: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 36: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 37: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 38: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 39: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 40: wait 1 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 50: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 51: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 52: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 53: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (eventyap.sk, line 2: if player has permission "op":')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 5: message "&6&lEVENT &3Evente 10 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 7: message "&6&lEVENT &3Evente 5 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 9: message "&6&lEVENT &3Evente 4 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 11: message "&6&lEVENT &3Evente 3 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 13: message "&6&lEVENT &3Evente 2 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 15: message "&6&lEVENT &3Evente 1 Saniye."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 25: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 28: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 31: message "&8&lEVENT &7Anahtar ve Paralar 5 saniye sonra dagitilacak."')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 32: wait 8 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 33: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 34: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 35: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 36: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 37: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 38: wait 2 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 39: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 40: wait 1 seconds')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 50: execute console command "crazycrates giveall p sleepy 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 51: execute console command "crazycrates giveall p vip 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 52: execute console command "crazycrates giveall p efsane 32"')
[13:25:31 ERROR]: indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 53: execute console command "crazycrates giveall p oyuncu 48"')
[13:25:31 ERROR]: Unexpected entry 'if player has permission "op"'. Check whether it's spelled correctly or remove it. (eventyap.sk, line 2: if player has permission "op":')
[13:25:31 WARN]: command /eventyap has a permission message set, but not a permission
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (eventyap.sk, line 18: give 256 121 to players')
[13:25:31 ERROR]: Invalid use of quotes ("). If you want to use quotes in "quoted text", double them: "". (eventyap.sk, line 20: message 8&lEVENT &7Koyu Prizmarin dagitiliyor."')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '168:2' with e.g. 'darkprismarine'. (eventyap.sk, line 21: give 256 168:2 to players')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '179' with e.g. 'red_sand_stone'. (eventyap.sk, line 24: give 256 179 to players')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '153' with e.g. 'nether_quartz_ore'. (eventyap.sk, line 27: give 128 153 to players')
[13:25:31 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '122' with e.g. 'dragon_egg'. (eventyap.sk, line 30: give 1 122 to players')
[13:25:31 INFO]: [Skript] Encountered 46 errors while reloading eventyap.sk!
Skriptlerin 2 Side Hatalı Bendede Hata Verdi.
 
Düzelttim sanırsam.
Kod:
[13:41:09 INFO]: [Skript] Reloading eventyap.sk...
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (eventyap.sk, line 17: give 256 121 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '168:2' with e.g. 'darkprismarine'. (eventyap.sk, line 20: give 256 168:2 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '179' with e.g. 'red_sand_stone'. (eventyap.sk, line 23: give 256 179 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '153' with e.g. 'nether_quartz_ore'. (eventyap.sk, line 26: give 128 153 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '122' with e.g. 'dragon_egg'. (eventyap.sk, line 29: give 1 122 to players')
[13:41:09 INFO]: [Skript] Successfully reloaded eventyap.sk.
 
Düzelttim sanırsam.
Kod:
[13:41:09 INFO]: [Skript] Reloading eventyap.sk...
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (eventyap.sk, line 17: give 256 121 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '168:2' with e.g. 'darkprismarine'. (eventyap.sk, line 20: give 256 168:2 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '179' with e.g. 'red_sand_stone'. (eventyap.sk, line 23: give 256 179 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '153' with e.g. 'nether_quartz_ore'. (eventyap.sk, line 26: give 128 153 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '122' with e.g. 'dragon_egg'. (eventyap.sk, line 29: give 1 122 to players')
[13:41:09 INFO]: [Skript] Successfully reloaded eventyap.sk.
Evet Düzelmiş
 
Hatayı almanızın sebebi boşluk kullanımında hata yaptığınızı gösteriyor, örneğin"" indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 9: message "&6&lEVENT &3Evente 4 Saniye."')""
Hatasında eventyap skriptinde 9.satırda 8 boşluk gerektiğini fakat 2 tab kullanıldığını gösteriyor
 
Hatayı almanızın sebebi boşluk kullanımında hata yaptığınızı gösteriyor, örneğin"" indentation error: expected 8 spaces, but found 2 tabs (eventyap.sk, line 9: message "&6&lEVENT &3Evente 4 Saniye."')""
Hatasında eventyap skriptinde 9.satırda 8 boşluk gerektiğini fakat 2 tab kullanıldığını gösteriyor
Düzelttim sanırsam.
Kod:
[13:41:09 INFO]: [Skript] Reloading eventyap.sk...
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '121' with e.g. 'ender_stone'. (eventyap.sk, line 17: give 256 121 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '168:2' with e.g. 'darkprismarine'. (eventyap.sk, line 20: give 256 168:2 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '179' with e.g. 'red_sand_stone'. (eventyap.sk, line 23: give 256 179 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '153' with e.g. 'nether_quartz_ore'. (eventyap.sk, line 26: give 128 153 to players')
[13:41:09 WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '122' with e.g. 'dragon_egg'. (eventyap.sk, line 29: give 1 122 to players')
[13:41:09 INFO]: [Skript] Successfully reloaded eventyap.sk.
 

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