Skocz do zawartości
  • 0

W konsoli pokazuje się mi że Skript ma error


Pytanie

Witaj, od jakiegoś czasu w konsoli serwera występuje błąd pluginu Skript.

Kod/błąd:

[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! [Skript] Severe Error:
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[12:17:34 ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[12:17:34 ERROR]: #!#! and check whether this error has already been reported.
[12:17:34 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[12:17:34 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[12:17:34 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[12:17:34 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! Stack trace:
[12:17:34 ERROR]: #!#! java.lang.ArrayIndexOutOfBoundsException: 30
[12:17:34 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventoryCustom$MinecraftInventory.getItem(CraftInventoryCustom.java:72)
[12:17:34 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventory.getItem(CraftInventory.java:47)
[12:17:34 ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprItemInInventory$1.getItem(ExprItemInInventory.java:33)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.expressions.ExprName.convert(ExprName.java:241)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.expressions.ExprName.convert(ExprName.java:1)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.registrations.Converters.convert(Converters.java:302)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.registrations.Converters.convertUnsafe(Converters.java:294)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:105)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.expressions.base.SimplePropertyExpression.get(SimplePropertyExpression.java:56)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:76)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:76)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.VariableString.toString(VariableString.java:390)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.VariableString.getAll(VariableString.java:500)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.VariableString.check(VariableString.java:515)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.conditions.CondCompare.check(CondCompare.java:239)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:58)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:51)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:149)
[12:17:34 ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:109)
[12:17:34 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[12:17:34 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[12:17:34 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1630)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:31)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInWindowClick.a(SourceFile:9)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[12:17:34 ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[12:17:34 ERROR]: #!#!     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[12:17:34 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[12:17:34 ERROR]: #!#!     at java.lang.Thread.run(Thread.java:748)
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! Version Information:
[12:17:34 ERROR]: #!#!   Skript: 2.1.2
[12:17:34 ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[12:17:34 ERROR]: #!#!   Minecraft: 1.8.8
[12:17:34 ERROR]: #!#!   Java: 1.8.0_141
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! Running CraftBukkit: false
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! Current node: null
[12:17:34 ERROR]: #!#! Current item: "%uncoloured the name of slot%" is equal to "Powr�t" (comparator: ch.njol.skript.classes.data.DefaultComparators$12@440026bc)
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! Thread: Server thread
[12:17:34 ERROR]: #!#!
[12:17:34 ERROR]: #!#! End of Error.
[12:17:34 ERROR]: #!#!

Proszę o szybką pomoc ponieważ ten komunikat staje się irytujący.

Dzięki :) 

Odnośnik do komentarza
https://skript.pl/temat/30695-w-konsoli-pokazuje-si%C4%99-mi-%C5%BCe-skript-ma-error/
Udostępnij na innych stronach

1 odpowiedź na to pytanie

Rekomendowane odpowiedzi

  • 0
Gość ZiemniaQ
[12:17:34 ERROR]: #!#! Current node: null
[12:17:34 ERROR]: #!#! Current item: "%uncoloured the name of slot%" is equal to "Powr�t" (comparator: ch.njol.skript.classes.data.DefaultComparators$12@440026bc)

Spróbuj zainstalować Skellet i zamienić twoją linijkę na tą:

if name of clicked slot is equal to "Powrót"

 

Odnośnik do komentarza
https://skript.pl/temat/30695-w-konsoli-pokazuje-si%C4%99-mi-%C5%BCe-skript-ma-error/#findComment-200265
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...