1.8 Skript

GolcuOsman

Kızıltaş Madencisi
En iyi cevaplar
0
Serverimi 1.8 e güncelledim bir kaç hata verdi
BİRKAÇ SKRİPTİMDE ÇALIŞMIYOR ÖRNEĞİ AŞAĞIDA O SKİRPT ERROR YADA WARN VERMİYOR AMA ÇALIŞMIYOR
PHP:
[17:51:25] [Server thread/INFO]: [Skript] Loading variables...
[17:51:26] [Server thread/INFO]: [Skript] Loaded 133 variables in 0.2 seconds
[17:51:26] [Craft Scheduler Thread - 10/INFO]: [HideStream] No update was found.
[17:51:27] [Skript update thread/INFO]: [Skript] You're currently running a beta version of Skript, and no new stable version is available. Please note that you have to update to newer beta versions manually!
[17:51:32] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: despawn citizen 103 (bkule.sk, line 82: despawn citizen 103')
[17:51:36] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: despawn citizen 124 (inler.sk, line 130: despawn citizen 124')
[17:51:38] [Server thread/ERROR]: [Skript] {kits.%the 2nd argument%} can only be set to one object, not more (kits.sk, line 8: set {kits.%arg-2%} to items in the player's inventory')
[17:51:38] [Server thread/ERROR]: [Skript] Can't loop {kits.%the 2nd argument%} because it's only a single value (kits.sk, line 25: loop {kits.%arg-2%}:')
[17:51:38] [Server thread/ERROR]: [Skript] loop-player is not an item stack (lava.sk, line 4: set {_m} below 0 north of loop-player')
[17:51:38] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: set 1 to player's tool (market.sk, line 2: set 1 to player's tool')
name: {market.%player%.pantzon} (market.sk, line 21: set {%player%.pantzon} to player's leggings')
[17:51:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: despawn citizen 103 (spawn.sk, line 3: despawn citizen 103')
[17:51:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: respawn citizen 103 at location -245, 45, -738 (spawn.sk, line 8: respawn citizen 103 at location -245, 45, -738')
[17:51:41] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: trail projectile with particle CRITMAGIC (spawn.sk, line 12: trail projectile with particle CRITMAGIC')
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[17:51:41] [Server thread/ERROR]: #!#! Could not load spawn.sk
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[17:51:41] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[17:51:41] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[17:51:41] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[17:51:41] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[17:51:41] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[17:51:41] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! Stack trace:
[17:51:41] [Server thread/ERROR]: #!#! java.lang.NumberFormatException: For input string: "2+1"
[17:51:41] [Server thread/ERROR]: #!#!     at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
[17:51:41] [Server thread/ERROR]: #!#!     at java.lang.Float.parseFloat(Unknown Source)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.util.Timespan.parse(Timespan.java:96)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.classes.data.SkriptClasses$8.parse(SkriptClasses.java:399)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.classes.data.SkriptClasses$8.parse(SkriptClasses.java:1)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parseSimple(Classes.java:400)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.parse(Classes.java:429)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:354)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:398)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1117)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1042)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1069)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:216)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:171)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:60)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:650)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerSection.<init>(TriggerSection.java:56)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.<init>(Conditional.java:46)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:736)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Loop.<init>(Loop.java:68)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:686)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:466)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199)
[17:51:41] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript$2.run(Skript.java:391)
[17:51:41] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
[17:51:41] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[17:51:41] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:697)
[17:51:41] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
[17:51:41] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:627)
[17:51:41] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:530)
[17:51:41] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! Version Information:
[17:51:41] [Server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[17:51:41] [Server thread/ERROR]: #!#!   Bukkit: 1.8-R0.1-SNAPSHOT
[17:51:41] [Server thread/ERROR]: #!#!   Minecraft: 1.8
[17:51:41] [Server thread/ERROR]: #!#!   Java: 1.7.0_71 (Java HotSpot(TM) 64-Bit Server VM 24.71-b01)
[17:51:41] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.1.15-nitradoV3-MC-300-nH-dP-i
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! Current node: wait 2+1 seconds (spawn.sk, line 59)
[17:51:41] [Server thread/ERROR]: #!#! Current item: null
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! Thread: Server thread
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:41] [Server thread/ERROR]: #!#! End of Error.
[17:51:41] [Server thread/ERROR]: #!#!
[17:51:45] [Server thread/INFO]: [Skript] Loaded 63 scripts with a total of 292 triggers and 135 commands in 19.1 seconds
[17:51:45] [Server thread/INFO]: [Skript] Finished loading.
PHP:
#Yenilenme
on load:
set {mavi-takim.giriş.çıkış.sayisi} to 0
set {kirmizi-takim.giriş.çıkış.sayisi} to 0
set {server.online} to 0
delete {girilen.veri1::*}
delete {girilen.veri2::*}

#Giriş
on join:
    add 1 to {server.online}
    if {mavi-takim.giriş.çıkış.sayisi} is less than or equal to 4:
        add 1 to {mavi-takim.giriş.çıkış.sayisi}
        add player to {girilen.veri1::*}
        message "&6&l+&3&l[&6&l%{oyuncu.%player%.puan}%&3&l] &7%player% joined the &3&lBlue Team           &3&l[&6&l%{mavi-takim.giriş.çıkış.sayisi}%&6&l/5&3&l]" to all players
        execute console command "/manuadd %player% blue"
    else:
        add 1 to {kirmizi-takim.giriş.çıkış.sayisi}
        add player to {girilen.veri2::*}
        message "&6&l+&4&l[&6&l%{oyuncu.%player%.puan}%&4&l] &7%player% joined the &4&lRed Team           &4&l[&6&l%{kirmizi-takim.giriş.çıkış.sayisi}%&6&l/5&4&l]" to all players
        execute console command "/manuadd %player% red"

#Çıkış
on disconnect:
if "%{girilen.veri1::*}%" contains "%player%":
  remove player from {girilen.veri1::*}
  remove 1 from {mavi-takim.giriş.çıkış.sayisi}
  remove 1 from {server.online}
  message "&6&l+&3&l[&6&l%{oyuncu.%player%.puan}%&3&l] &7%player% Left the &3&lBlue Team           &3&l[&6&l%{mavi-takim.giriş.çıkış.sayisi}%&6&l/5&3&l]" to all players
  execute console command "/manudel %player%"
if "%{girilen.veri2::*}%" contains "%player%":
  remove player from {girilen.veri2::*}
  remove 1 from {kirmizi-takim.giriş.çıkış.sayisi}
  remove 1 from {server.online}
  message "&6&l+&4&l[&6&l%{oyuncu.%player%.puan}%&4&l] &7%player% Left the &4&lRed Team           &4&l[&6&l%{kirmizi-takim.giriş.çıkış.sayisi}%&6&l/5&4&l]" to all players
  execute console command "/manudel %player%"

on join:
execute console command "/hd setline welcome2 1 &a&lWaiting player %{server.online}%/10"

on disconnect:
execute console command "/hd setline welcome2 1 &a&lWaiting player %{server.online}%/10"
 
Son düzenleme:

GolcuOsman

Kızıltaş Madencisi
En iyi cevaplar
0
O zaman herhangi bir fikir yürütemiyorum. Üzgünüm. :/
javayı 8 yapsam bir şey değişirmi?

PHP:
[20:09:54] [Server thread/WARN]: [Skript] Task #6 for Skript v2.2-SNAPSHOT generated an exception
java.lang.NoClassDefFoundError: org/bukkit/BanList$Type
    at java.lang.Class.getDeclaredMethods0(Native Method) -[?:1.8.0_51]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) -[?:1.8.0_51]
    at java.lang.Class.getDeclaredMethod(Class.java:2128) -[?:1.8.0_51]
    at ch.njol.skript.Skript.methodExists(Skript.java:587) -[?:?]
    at ch.njol.skript.bukkitutil.PlayerUtils.<clinit>(PlayerUtils.java:70) -[?:?]
    at ch.njol.skript.entity.EntityData.getAll(EntityData.java:452) -[?:?]
    at ch.njol.skript.expressions.ExprEntities.get(ExprEntities.java:145) -[?:?]
    at ch.njol.skript.expressions.ExprEntities.get(ExprEntities.java:1) -[?:?]
    at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103) -[?:?]
    at ch.njol.skript.lang.util.SimpleExpression.iterator(SimpleExpression.java:306) -[?:?]
    at ch.njol.skript.expressions.ExprEntities.iterator(ExprEntities.java:214) -[?:?]
    at ch.njol.skript.lang.Loop.walk(Loop.java:81) -[?:?]
    at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) -[?:?]
    at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) -[?:?]
    at ch.njol.skript.events.EvtScript.register(EvtScript.java:63) -[?:?]
    at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:516) -[?:?]
    at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245) -[?:?]
    at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199) -[?:?]
    at ch.njol.skript.Skript$2.run(Skript.java:391) -[?:?]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) -[craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.lang.ClassNotFoundException: org.bukkit.BanList$Type
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381) -[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) -[?:1.8.0_51]
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) -[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) -[?:1.8.0_51]
    ... 26 more
 

Singularity

Lapis Toplayıcısı
En iyi cevaplar
1
javayı 8 yapsam bir şey değişirmi?

PHP:
[20:09:54] [Server thread/WARN]: [Skript] Task #6 for Skript v2.2-SNAPSHOT generated an exception
java.lang.NoClassDefFoundError: org/bukkit/BanList$Type
    at java.lang.Class.getDeclaredMethods0(Native Method) -[?:1.8.0_51]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) -[?:1.8.0_51]
    at java.lang.Class.getDeclaredMethod(Class.java:2128) -[?:1.8.0_51]
    at ch.njol.skript.Skript.methodExists(Skript.java:587) -[?:?]
    at ch.njol.skript.bukkitutil.PlayerUtils.<clinit>(PlayerUtils.java:70) -[?:?]
    at ch.njol.skript.entity.EntityData.getAll(EntityData.java:452) -[?:?]
    at ch.njol.skript.expressions.ExprEntities.get(ExprEntities.java:145) -[?:?]
    at ch.njol.skript.expressions.ExprEntities.get(ExprEntities.java:1) -[?:?]
    at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103) -[?:?]
    at ch.njol.skript.lang.util.SimpleExpression.iterator(SimpleExpression.java:306) -[?:?]
    at ch.njol.skript.expressions.ExprEntities.iterator(ExprEntities.java:214) -[?:?]
    at ch.njol.skript.lang.Loop.walk(Loop.java:81) -[?:?]
    at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) -[?:?]
    at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) -[?:?]
    at ch.njol.skript.events.EvtScript.register(EvtScript.java:63) -[?:?]
    at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:516) -[?:?]
    at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:245) -[?:?]
    at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:199) -[?:?]
    at ch.njol.skript.Skript$2.run(Skript.java:391) -[?:?]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) -[craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [craftbukkit.jar:git-Spigot-5f38d38-12698ea]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.lang.ClassNotFoundException: org.bukkit.BanList$Type
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381) -[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) -[?:1.8.0_51]
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) -[?:1.8.0_51]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) -[?:1.8.0_51]
    ... 26 more
Düzelir belki, dene bi.
 
Üst