skript error upon server start

  • 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.

Rivenze

Member
Feb 2, 2018
22
0
0
22
every time i start my server, i always get this error:
code_language.skript:
[03:32:14 ERROR]: Error occurred while enabling Umbaska v2.0 Beta 5.0541 (Is it up to date?)
[03:32:15 ERROR]: Error occurred while enabling TuSKe v1.8.2 (Is it up to date?)
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! [Skript] Severe Error:
[03:32:15 ERROR]: #!#! Unexpected error while checking for a new version of Skript
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[03:32:15 ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[03:32:15 ERROR]: #!#! and check whether this error has already been reported.
[03:32:15 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[03:32:15 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[03:32:15 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[03:32:15 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! Stack trace:
[03:32:15 ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
[03:32:15 ERROR]: #!#!     at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:596)
[03:32:15 ERROR]: #!#!     at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
[03:32:15 ERROR]: #!#!     at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
[03:32:15 ERROR]: #!#!     at ch.njol.skript.Updater$2.run(Updater.java:210)
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! Version Information:
[03:32:15 ERROR]: #!#!   Skript: 2.1.2
[03:32:15 ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[03:32:15 ERROR]: #!#!   Minecraft: 1.8.8
[03:32:15 ERROR]: #!#!   Java: 1.8.0_112
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! Running CraftBukkit: false
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! Current node: trigger: (Disguise.sk, line 16)
[03:32:15 ERROR]: #!#! Current item: null
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! Thread: Skript update thread
[03:32:15 ERROR]: #!#!
[03:32:15 ERROR]: #!#! End of Error.
[03:32:15 ERROR]: #!#!
[03:32:16 ERROR]: [Skript] 'the player's saturation' is not an entity type (Mushroom Stew.sk, line 7: set the player's saturation to 5')
[03:32:16 ERROR]: [Skript] 'the player's saturation' is not an entity type (Mushroom Stew.sk, line 12: set the player's saturation to 4')
how do i fix this?
 
As the first two lines say, it's an error enabling Tuske and Umbaska. Have you tried alternate versions? If the most up to date files are not working, you may need to downgrade to accommodate your minecraft version. Or visa versa. Changing addon versions is the first thing I'd try in fixing this.
 
You are running an outdated version of skript. Try using a bensku one (2.2dev24 or 2.2dev27)
As @Wynnevir said, you have errors with tuske and umbaska. Try without umbaska because it is old, and there is no updates anymore. It is rare to have a fully working umbaska...
 
You are running an outdated version of skript. Try using a bensku one (2.2dev24 or 2.2dev27)
As @Wynnevir said, you have errors with tuske and umbaska. Try without umbaska because it is old, and there is no updates anymore. It is rare to have a fully working umbaska...
Actually the latest Bensku build supports 1.8.
 
Status
Not open for further replies.