-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EntityData stacktrace #993
Comments
It seems that Skript is already disabled but trying to execute a script. That is bad, very, very, bad. Maybe Spigot ignored it before... Or you're doing something weird. Could you post the code so I can better find the error? |
It happens when the server stops, my script was very small when this happened, and I modified it alot from then. This error happens Randomly and doesn't seem to be compared with what ever script I have. |
Apparently Bukkit marks the plugin as disabled before calling its
Skript/src/main/java/ch/njol/skript/bukkitutil/PlayerUtils.java Lines 56 to 69 in 78f1b1a
which again, if you asked me, is very unintuitive on Bukkit's side - there's no schedule /run word here, who could expect that the constructor automatically registers the task? Yet it does..
Cause: @TheLimeGlass' scripts use something that uses Possible solution: start the task at Skript start, maybe? |
Hey @bensku remember when I was talking to you about the parser not compiling properly in the EntityData version? Well I think I got an error for you. This is just in general. I stop my server and this happens. Nothing is related to it or anything, just when the server stops, this is your Skript build not a custom one of mine.
There were no players on the server when I stopped it and I always put the difficulty in peaceful when I join.
I don't know what the issue is from so I'm going to post this here.
Spigot: Latest build from BuildTools as of this post (1.12.2)
Skript: Skript-dev32
Operating system: Windows
The text was updated successfully, but these errors were encountered: