Skript Konsol Error Yardım

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

_ByEfeturkS_

Odunlara Vur Vur Vur!
Katılım
11 Mayıs 2016
Mesajlar
29
Elmaslar
5
Puan
13.210
Yaş
29
Merhaba Skript plugini konsolda şöyle bir hata veriyor yardım edebilir misiniz?
Kod:
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[17:54:25] [Server thread/ERROR]: #!#! Could not load genel.sk
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[17:54:25] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[17:54:25] [Server thread/ERROR]: #!#! Your Minecraft version or server software appears to be unsupported by Skript (bensku's version).
[17:54:25] [Server thread/ERROR]: #!#! Currently only supported servers are Spigot and its forks for Minecraft 1.9 or newer.
[17:54:25] [Server thread/ERROR]: #!#! Other versions might work, but since you're getting this error message something is NOT working,
[17:54:25] [Server thread/ERROR]: #!#! nor it will work, unless you switch to supported platform.
[17:54:25] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Stack trace:
[17:54:25] [Server thread/ERROR]: #!#! java.lang.NumberFormatException: For input string: "2520000000"
[17:54:25] [Server thread/ERROR]: #!#!     at java.lang.NumberFormatException.forInputString(Unknown Source)
[17:54:25] [Server thread/ERROR]: #!#!     at java.lang.Integer.parseInt(Unknown Source)
[17:54:25] [Server thread/ERROR]: #!#!     at java.lang.Integer.valueOf(Unknown Source)
[17:54:25] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.register.TuSKeTypes$3.parse(TuSKeTypes.java:181)
[17:54:25] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.register.TuSKeTypes$3.parse(TuSKeTypes.java:175)
[17:54:25] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.util.SimpleType$1.parse(SimpleType.java:71)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:421)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parse(Classes.java:450)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:95)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:84)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.UnparsedLiteral.getConvertedExpression(UnparsedLiteral.java:1)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:179)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.init(CondCompare.java:130)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:253)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.parse(Condition.java:81)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1051)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:500)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:621)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:434)
[17:54:25] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:181)
[17:54:25] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[17:54:25] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146)
[17:54:25] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1001)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[17:54:25] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[17:54:25] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713)
[17:54:25] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616)
[17:54:25] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Version Information:
[17:54:25] [Server thread/ERROR]: #!#!   Skript: 2.2-dev36 (custom version)
[17:54:25] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[17:54:25] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[17:54:25] [Server thread/ERROR]: #!#!   Java: 1.8.0_271 (Java HotSpot(TM) 64-Bit Server VM 25.271-b09)
[17:54:25] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Server platform: Paper
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Current node: if player's balance is bigger than or equal to 2520000000: (genel.sk, line 376)
[17:54:25] [Server thread/ERROR]: #!#! Current item: null
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Thread: Server thread
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! Language: english
[17:54:25] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[17:54:25] [Server thread/ERROR]: #!#!
[17:54:25] [Server thread/ERROR]: #!#! End of Error.
[17:54:25] [Server thread/ERROR]: #!#!
 
376. satırda hata var.​
 
376. satır bu skript reload yaparken oyun icinde hiç hata göstermiyor
 
Arkadaşınkini dener misiniz?
Ayrıca 380. satırda da hata var.​
 
Hocam skripti atar mısınız?​
 
Arkadaşınkini dener misiniz?
Ayrıca 380. satırda da hata var.​
Denedim onu da aynı hataları veriyor. 380. satırdaki hata normalde yoktu sizin yazdıklarınızı yazınca oluyor
 
Skript dosyasında her şey düzgün çalışıyor ama şu kodlarda hata göstermemesine rağmen oyun içinde çalışmıyor.

Kod:
on break of clay block:
    cancel event
    set event-block to air
    give 1 clay block to player

on break of emerald ore:
    cancel event
    set event-block to air
    give 1 emerald ore to player
    
on break of quartz ore:
    cancel event
    set event-block to air
    give 1 quartz ore to player
 
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