Sol Reklam

Çözüldü Skript Hatası

Durum
Mesaj gönderimine kapalı.

Nikto

.
Katılım
8 Kasım 2014
Mesajlar
3.052
Elmaslar
1.099
Puanlar
0
SC Bana cok onemli aslinda skript calisiyor sikinti fln yok sadece neden error verdiyini anlamadım.
Rica etsem survival worldeditin linkini atarmısın.
Ben aslında spawnerkiti kit için yapmışdımda mesela oyuncular oyuna girdikte bu komutu yazınca 1 defa ala bilicek bunun için yapmışdım Tornado Spawnerde oluyormu bilmiyorum oluyorsa rica etsem yardım edermisin
survival world edit: Leaf ➜ WORLD EDIT FOR A SKYBLOCK
Eğer skript çalışıyorsa sıkıntı yok kalabilir.
tornadospawners için şu skripti kullan;
Kod:
command /demirkit:
    trigger:
        {ada.%player%} isn't set:
            set {ada.%player%} to true
            execute console command "itemsp ver demir %player%"
            send "&aBasariyla Kit alindi."
        else:
            if player isn't op:
                send "&4Bu kit bir kereliktir!"
            else:
               execute console command "itemsp ver demir %player%"
 

LasTRomance05

Odunlara Vur Vur Vur!
Katılım
23 Mayıs 2019
Mesajlar
32
Elmaslar
2
Puanlar
0
Yaş
18
survival world edit: Leaf ➜ WORLD EDIT FOR A SKYBLOCK
Eğer skript çalışıyorsa sıkıntı yok kalabilir.
tornadospawners için şu skripti kullan;
Kod:
command /demirkit:
    trigger:
        {ada.%player%} isn't set:
            set {ada.%player%} to true
            execute console command "itemsp ver demir %player%"
            send "&aBasariyla Kit alindi."
        else:
            if player isn't op:
                send "&4Bu kit bir kereliktir!"
            else:
               execute console command "itemsp ver demir %player%"
Attığın demir kitde hata çıktı
Kod:
[11:39:02] [Server thread/INFO]: [Skript] Reloading spawnerkit.sk...
[11:39:02] [Server thread/ERROR]: indentation error: expected 16 spaces, but found 15 spaces (spawnerkit.sk, line 11: execute console command "itemsp ver demir %player%"')
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[11:39:02] [Server thread/ERROR]: #!#! Could not load spawnerkit.sk
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[11:39:02] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:39:02] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[11:39:02] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[11:39:02] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[11:39:02] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[11:39:02] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Stack trace:
[11:39:02] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1799)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1766)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1514)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:493)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:812)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1530)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1460)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1487)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1487)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1526)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1487)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1052)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:496)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:623)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:391)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:403)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:436)
[11:39:02] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:181)
[11:39:02] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:39:02] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[11:39:02] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
[11:39:02] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627)
[11:39:02] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412)
[11:39:02] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375)
[11:39:02] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[11:39:02] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[11:39:02] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Version Information:
[11:39:02] [Server thread/ERROR]: #!#!   Skript: 2.2-dev37c (OUTDATED)
[11:39:02] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[11:39:02] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[11:39:02] [Server thread/ERROR]: #!#!   Java: 1.8.0_212 (Java HotSpot(TM) 64-Bit Server VM 25.212-b10)
[11:39:02] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Server platform: Spigot
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Current node: {ada.%player%} isn't set: (spawnerkit.sk, line 3)
[11:39:02] [Server thread/ERROR]: #!#! Current item: null
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Thread: Server thread
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! Language: english
[11:39:02] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/ERROR]: #!#! End of Error.
[11:39:02] [Server thread/ERROR]: #!#!
[11:39:02] [Server thread/INFO]: [Skript] Encountered 1 error while reloading spawnerkit.sk!
Bide Rica etsem demir,demir blok, elmas, elmas blok, zumrut , zumrut blok seklinde vere bilirmisiniz ?
 

LasTRomance05

Odunlara Vur Vur Vur!
Katılım
23 Mayıs 2019
Mesajlar
32
Elmaslar
2
Puanlar
0
Yaş
18
survival world edit: Leaf ➜ WORLD EDIT FOR A SKYBLOCK
Eğer skript çalışıyorsa sıkıntı yok kalabilir.
tornadospawners için şu skripti kullan;
Kod:
command /demirkit:
    trigger:
        {ada.%player%} isn't set:
            set {ada.%player%} to true
            execute console command "itemsp ver demir %player%"
            send "&aBasariyla Kit alindi."
        else:
            if player isn't op:
                send "&4Bu kit bir kereliktir!"
            else:
               execute console command "itemsp ver demir %player%"
Attığınız world edıtde hata çıktı.
Kod:
[11:40:54] [Server thread/INFO]: [Skript] Reloading LeafWE.sk...
[11:40:54] [Server thread/ERROR]: can't understand this event: 'import' (LeafWE.sk, line 1: import:')
[11:40:54] [Server thread/ERROR]: can't understand this event: 'plural expression blocks from %location% (to|and) %location%' (LeafWE.sk, line 52: plural expression blocks from %location% (to|and) %location%:')
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[11:40:54] [Server thread/ERROR]: #!#! Could not load LeafWE.sk
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[11:40:54] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[11:40:54] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[11:40:54] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[11:40:54] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[11:40:54] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[11:40:54] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Stack trace:
[11:40:54] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:264)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1799)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1766)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1514)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:493)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:812)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1530)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1526)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.ScriptFunction.<init>(ScriptFunction.java:50)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.function.Functions.loadFunction(Functions.java:143)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:636)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:391)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:403)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:436)
[11:40:54] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:181)
[11:40:54] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[11:40:54] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[11:40:54] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
[11:40:54] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627)
[11:40:54] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412)
[11:40:54] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375)
[11:40:54] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[11:40:54] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[11:40:54] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Version Information:
[11:40:54] [Server thread/ERROR]: #!#!   Skript: 2.2-dev37c (OUTDATED)
[11:40:54] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[11:40:54] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[11:40:54] [Server thread/ERROR]: #!#!   Java: 1.8.0_212 (Java HotSpot(TM) 64-Bit Server VM 25.212-b10)
[11:40:54] [Server thread/ERROR]: #!#!   OS: Windows 8.1 amd64 6.3
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Server platform: Spigot
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Current node: set {_uuid} to uuid of {_p} (LeafWE.sk, line 89)
[11:40:54] [Server thread/ERROR]: #!#! Current item: null
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Thread: Server thread
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! Language: english
[11:40:54] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/ERROR]: #!#! End of Error.
[11:40:54] [Server thread/ERROR]: #!#!
[11:40:54] [Server thread/INFO]: [Skript] Encountered 2 errors while reloading LeafWE.sk!
 

NotPatch

Skript <3

Discord:

NotPatch#0836

Katılım
19 Ocak 2019
Mesajlar
275
Elmaslar
100
Puanlar
7.005
Yer
Bursa
Minecraft
NotPatch
Kod:
[10:14:53] [Server thread/INFO]: [Skript] Reloading spawnerkit.sk...
[10:14:53] [Server thread/ERROR]: A command with the name /demirsp is already defined in spawner.sk (spawnerkit.sk, line 1: command /demirsp:')
[10:14:53] [Server thread/ERROR]: A command with the name /demirbloksp is already defined in spawner.sk (spawnerkit.sk, line 10: command /demirbloksp:')
[10:14:53] [Server thread/ERROR]: A command with the name /elmassp is already defined in spawner.sk (spawnerkit.sk, line 19: command /elmassp:')
[10:14:53] [Server thread/ERROR]: A command with the name /zumrutsp is already defined in spawner.sk (spawnerkit.sk, line 37: command /zumrutsp:')
[10:14:53] [Server thread/INFO]: [Skript] Encountered 4 errors while reloading spawnerkit.sk!
bu spawnerkit.sk skriptinin hatalari
Dostum başka bir skriptin veya bu skriptin içinde komutları kullanmışsın.

Kod:
[10:11:55] [Server thread/INFO]: FearLessPvP issued server command: /skript reload sc
[10:12:24] [Server thread/INFO]: [Skript] Reloading sc.sk...
[10:12:24] [Server thread/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. (sc.sk, line 136: if yaml path "CRCoin.%player%" in "data" has value:')
[10:12:24] [Server thread/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. (sc.sk, line 140: if yaml path "CRState.%player%" in "data" has value:')
[10:12:24] [Server thread/ERROR]: 'load yaml "plugins/SkyBlockCoin/data.yml" as "data"' is not a boolean (yes/no) (sc.sk, line 3: load yaml "plugins/SkyBlockCoin/data.yml" as "data"')
[10:12:24] [Server thread/ERROR]: 'itemAl(p: player, item: item, fiyat: integer)' is not a text (sc.sk, line 6: function itemAl(p: player, item: item, fiyat: integer):')
[10:12:24] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 27: itemAl(player, {_item}, {_fiyat})')
[10:12:24] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 32: itemAl(player, {_item}, {_fiyat})')
[10:12:24] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 37: itemAl(player, {_item}, {_fiyat})')
[10:12:24] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 42: itemAl(player, {_item}, {_fiyat})')
[10:12:24] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 47: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 52: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 57: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 61: set {_item} to 52 named "&fDemir &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 62: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 66: set {_item} to 52 named "&fDemir Blok &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 67: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 71: set {_item} to 52 named "&eAltın &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 72: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 76: set {_item} to 52 named "&eAltın Blok &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 77: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 81: set {_item} to 52 named "&bElmas &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 82: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 86: set {_item} to 52 named "&bElmas Blok &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 87: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 91: set {_item} to 52 named "&2Zumrut &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 92: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 96: set {_item} to 52 named "&2Zumrut Blok &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 97: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '52' with e.g. 'monster spawner'. (sc.sk, line 101: set {_item} to 52 named "&eSunger &8- &aSpawner"')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 102: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '131' with e.g. 'tripwire hook'. (sc.sk, line 106: set {_item} to 131 named "&aVIP Kasa Anahtarı" with lore "&eKutuya sağ tıkla ve aç."')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 107: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '131' with e.g. 'tripwire hook'. (sc.sk, line 111: set {_item} to 131 named "&aVIP+ Kasa Anahtarı" with lore "&eKutuya sağ tıkla ve aç."')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 112: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '131' with e.g. 'tripwire hook'. (sc.sk, line 116: set {_item} to 131 named "&a+VIP+ Kasa Anahtarı" with lore "&eKutuya sağ tıkla ve aç."')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 117: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '131' with e.g. 'tripwire hook'. (sc.sk, line 121: set {_item} to 131 named "&aMVIP Kasa Anahtarı" with lore "&eKutuya sağ tıkla ve aç."')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 122: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/WARN]: Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '131' with e.g. 'tripwire hook'. (sc.sk, line 126: set {_item} to 131 named "&aMVIP+ Kasa Anahtarı" with lore "&eKutuya sağ tıkla ve aç."')
[10:12:25] [Server thread/ERROR]: 'itemAl(player, {_item}, {_fiyat})' is not a boolean (yes/no) (sc.sk, line 127: itemAl(player, {_item}, {_fiyat})')
[10:12:25] [Server thread/ERROR]: 'save yaml "data"' is not a boolean (yes/no) (sc.sk, line 134: save yaml "data"')
[10:12:25] [Server thread/ERROR]: 'value' is not an item type (sc.sk, line 136: if yaml path "CRCoin.%player%" in "data" has value:')
[10:12:25] [Server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (sc.sk, line 138: else:')
[10:12:25] [Server thread/ERROR]: 'value' is not an item type (sc.sk, line 140: if yaml path "CRState.%player%" in "data" has value:')
[10:12:25] [Server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (sc.sk, line 142: else:')
[10:12:25] [Server thread/ERROR]: '30 days later' is not an entity type (sc.sk, line 189: set {cr::%arg-3%} to 30 days later')
[10:12:26] [Server thread/INFO]: [Skript] Encountered 29 errors while reloading sc.sk!
Bu sc.sk skriptinin hatası
Bunun için @Fhalinkz i etiketliyorum
 

LasTRomance05

Odunlara Vur Vur Vur!
Katılım
23 Mayıs 2019
Mesajlar
32
Elmaslar
2
Puanlar
0
Yaş
18
Kod:
[20:34:19] [Server thread/INFO]: [Skript] Reloading LeafWE.sk...
[20:34:19] [Server thread/INFO]: |--------------------------------------------|
[20:34:19] [Server thread/INFO]: 
[20:34:19] [Server thread/INFO]: WORLD EDIT » Disabling v.0.1.1...
[20:34:19] [Server thread/INFO]: WORLD EDIT » v.0.1.1 disabled!
[20:34:19] [Server thread/INFO]: 
[20:34:19] [Server thread/INFO]: |--------------------------------------------|
[20:34:19] [Server thread/ERROR]: can't understand this event: 'import' (LeafWE.sk, line 1: import:')
[20:34:19] [Server thread/ERROR]: can't understand this event: 'plural expression blocks from %location% (to|and) %location%' (LeafWE.sk, line 52: plural expression blocks from %location% (to|and) %location%:')
[20:34:19] [Server thread/ERROR]: can't understand this condition: 'ASkyBlockAPI.getInstance().getIslandOwnedBy(UUID.fromString({_uuid})).onIsland({_loc})' (LeafWE.sk, line 106: if ASkyBlockAPI.getInstance().getIslandOwnedBy(UUID.fromString({_uuid})).onIsland({_loc}):')
[20:34:19] [Server thread/ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (LeafWE.sk, line 108: else:')
[20:34:19] [Server thread/ERROR]: can't understand this condition: '{_block} is solid' (LeafWE.sk, line 127: if {_block} is solid:')
[20:34:19] [Server thread/INFO]: |--------------------------------------------|
[20:34:19] [Server thread/INFO]: 
[20:34:19] [Server thread/INFO]: WORLD EDIT » Loading v.0.1.1...
[20:34:19] [Server thread/INFO]: WORLD EDIT » Plugin loaded!
[20:34:19] [Server thread/INFO]: 
[20:34:19] [Server thread/INFO]: |--------------------------------------------|
[20:34:19] [Server thread/INFO]: [Skript] Encountered 5 errors while reloading LeafWE.sk!
Rica etsem bunu duzeltirmisiniz /set (blok) yazdigimda hic bir sey koymuyor
 

LasTRomance05

Odunlara Vur Vur Vur!
Katılım
23 Mayıs 2019
Mesajlar
32
Elmaslar
2
Puanlar
0
Yaş
18
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı