Solved MundoSK error

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

xXSwainXx

Active Member
Jan 27, 2017
55
5
8
25
Hey Guys,

when i have MundoSk on my server i can' make skripts with on rightklick pls help i need this for my shop an armor stands :emoji_grinning:

Code:
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[19:45:52] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[19:45:52] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[19:45:52] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[19:45:52] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[19:45:52] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[19:45:52] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Stack trace:
[19:45:52] [Server thread/ERROR]: #!#! java.lang.ClassCastException: org.bukkit.event.player.PlayerInteractEntityEvent cannot be cast to org.bukkit.event.player.PlayerArmorStandManipulateEvent
[19:45:52] [Server thread/ERROR]: #!#!     at com.pie.tlatoani.Mundo$13.get(Mundo.java:311)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:195)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:103)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:89)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:106)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:76)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:162)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:157)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondContains.check(CondContains.java:100)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:58)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:53)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:150)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1315)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:52)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:11)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[19:45:52] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[19:45:52] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[19:45:52] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Version Information:
[19:45:52] [Server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[19:45:52] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[19:45:52] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[19:45:52] [Server thread/ERROR]: #!#!   Java: 1.8.0_111 (Java HotSpot(TM) 64-Bit Server VM 25.111-b14)
[19:45:52] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 amd64 6.2
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Current node: null
[19:45:52] [Server thread/ERROR]: #!#! Current item: the name of the iron golems contains "Shop"
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Thread: Server thread
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! End of Error.
[19:45:52] [Server thread/ERROR]: #!#!


Greates,

David
[doublepost=1488394149,1488393932][/doublepost]@Tlatoani
 
Hey Guys,

when i have MundoSk on my server i can' make skripts with on rightklick pls help i need this for my shop an armor stands :emoji_grinning:

Code:
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[19:45:52] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[19:45:52] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[19:45:52] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[19:45:52] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[19:45:52] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[19:45:52] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Stack trace:
[19:45:52] [Server thread/ERROR]: #!#! java.lang.ClassCastException: org.bukkit.event.player.PlayerInteractEntityEvent cannot be cast to org.bukkit.event.player.PlayerArmorStandManipulateEvent
[19:45:52] [Server thread/ERROR]: #!#!     at com.pie.tlatoani.Mundo$13.get(Mundo.java:311)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:195)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.EventValues$2.get(EventValues.java:1)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.EventValueExpression.getValue(EventValueExpression.java:103)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.EventValueExpression.get(EventValueExpression.java:89)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:106)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.ExprEntity.get(ExprEntity.java:1)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:103)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:76)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:162)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:157)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.conditions.CondContains.check(CondContains.java:100)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Condition.run(Condition.java:58)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Conditional.walk(Conditional.java:53)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:53)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:150)
[19:45:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[19:45:52] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1315)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:52)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PacketPlayInUseEntity.a(SourceFile:11)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[19:45:52] [Server thread/ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[19:45:52] [Server thread/ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[19:45:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[19:45:52] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Version Information:
[19:45:52] [Server thread/ERROR]: #!#!   Skript: 2.2-SNAPSHOT
[19:45:52] [Server thread/ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[19:45:52] [Server thread/ERROR]: #!#!   Minecraft: 1.8.8
[19:45:52] [Server thread/ERROR]: #!#!   Java: 1.8.0_111 (Java HotSpot(TM) 64-Bit Server VM 25.111-b14)
[19:45:52] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 amd64 6.2
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Current node: null
[19:45:52] [Server thread/ERROR]: #!#! Current item: the name of the iron golems contains "Shop"
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! Thread: Server thread
[19:45:52] [Server thread/ERROR]: #!#!
[19:45:52] [Server thread/ERROR]: #!#! End of Error.
[19:45:52] [Server thread/ERROR]: #!#!


Greates,

David
[doublepost=1488394149,1488393932][/doublepost]@Tlatoani
Can you post your MundoSK version (/ver MundoSK) and the script you are using?
 
I use the newest beta version of your addon.(i send you the version when i am at home) You have posted the link on discord.


code_language.skript:
On rightclick on a iron golem:
     If name of clicked iron golem contains  "shop":
          Execute player command "/shop"

And the command /shop is still working but i can't
[doublepost=1488430960,1488430926][/doublepost]When MundoSk is not installed it works!
 
I use the newest beta version of your addon.(i send you the version when i am at home) You have posted the link on discord.


code_language.skript:
On rightclick on a iron golem:
     If name of clicked iron golem contains  "shop":
          Execute player command "/shop"

And the command /shop is still working but i can't
[doublepost=1488430960,1488430926][/doublepost]When MundoSk is not installed it works!
I have found the issue and it should be fixed in a beta I just released, you can go back to the MundoSK plugin page and download the new 1.7.5-BETA.7.131 version that should fix the issue. If you still have any problems, post here and I will get to them as soon as I can.
 
iT's an error from my plugin :emoji_stuck_out_tongue: i tell when it's work
[doublepost=1488476516,1488476074][/doublepost]ok i have fixx it sry, but how i can change the skin of a player ingame?? need it for nicksystem???
[doublepost=1488476690][/doublepost]@Tlatoani
 
  • Like
Reactions: Tlatoani
iT's an error from my plugin :emoji_stuck_out_tongue: i tell when it's work
[doublepost=1488476516,1488476074][/doublepost]ok i have fixx it sry, but how i can change the skin of a player ingame?? need it for nicksystem???
[doublepost=1488476690][/doublepost]@Tlatoani
code_language.skript:
set displayed skin of %player% to %skin%

You should see this: https://www.skunity.com/search?search=skin (All of the syntaxes from MundoSK with skin) Here you can find some of the expressions that you can get a skin using.
 
Last edited by a moderator:
Status
Not open for further replies.