Skript not detecting scripts.

  • 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 community!

    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.

RyanS

Member
May 15, 2017
4
0
0
Hello, I'm uploading files to my scripts folder but whenever I reload the scripts ingame, or just reload the server it says "no scripts detected."

Even if I just simply remove the hypen on the example scripts they put in, it says no scripts detected.
 
That's a strange behavior, could you show us the version of your server and Skript? Which addons are you using?
 
That's a strange behavior, could you show us the version of your server and Skript? Which addons are you using?

I'm not using any plugins whatsoever, the server is running the latest Craftbukkit (1.11.2 I believe) and the latest Skript (v2.2 - Dev 27G)

EDIT: Not running any addons either. Just base Skript.
 
I'm not using any plugins whatsoever, the server is running the latest Craftbukkit (1.11.2 I believe) and the latest Skript (v2.2 - Dev 27G)

EDIT: Not running any addons either. Just base Skript.
It's even more strange then, just to make sure, are you using Java 8? Is your server actually detecting these files? Did you get a console error at startup?
 
It's even more strange then, just to make sure, are you using Java 8? Is your server actually detecting these files? Did you get a console error at startup?
Didn't even notice. Yea there's a startup error.

15.05 17:15:09 [Server] INFO at ch.njol.skript.Skript.onEnable(Skript.java:277) ~[?:?] 15.05 17:15:09
[Server] INFO at ch.njol.skript.classes.data.SkriptClasses.<clinit>(SkriptClasses.java:889) ~[?:?] 15.05 17:15:09 [Server] INFO at ch.njol.skript.util.VisualEffect.<clinit>(VisualEffect.java:240) ~[?:?] 15.05 17:15:09
[Server] INFO at ch.njol.skript.util.VisualEffect$Type.<clinit>(VisualEffect.java:70) ~[?:?] 15.05 17:15:09
[Server] INFO at ch.njol.skript.util.VisualEffect$Type.<init>(VisualEffect.java:197) ~[?:?] 15.05 17:15:09
[Server] INFO java.lang.NoSuchMethodError: org.bukkit.Effect.getName()Ljava/lang/String; 15.05 17:15:09
[Server] ERROR Error occurred while enabling Skript v2.2-dev27 (Is it up to date?) 15.05 17:15:08
[Server] INFO [Skript] Enabling Skript v2.2-dev27
 
Didn't even notice. Yea there's a startup error.

15.05 17:15:09 [Server] INFO at ch.njol.skript.Skript.onEnable(Skript.java:277) ~[?:?] 15.05 17:15:09
[Server] INFO at ch.njol.skript.classes.data.SkriptClasses.<clinit>(SkriptClasses.java:889) ~[?:?] 15.05 17:15:09 [Server] INFO at ch.njol.skript.util.VisualEffect.<clinit>(VisualEffect.java:240) ~[?:?] 15.05 17:15:09
[Server] INFO at ch.njol.skript.util.VisualEffect$Type.<clinit>(VisualEffect.java:70) ~[?:?] 15.05 17:15:09
[Server] INFO at ch.njol.skript.util.VisualEffect$Type.<init>(VisualEffect.java:197) ~[?:?] 15.05 17:15:09
[Server] INFO java.lang.NoSuchMethodError: org.bukkit.Effect.getName()Ljava/lang/String; 15.05 17:15:09
[Server] ERROR Error occurred while enabling Skript v2.2-dev27 (Is it up to date?) 15.05 17:15:08
[Server] INFO [Skript] Enabling Skript v2.2-dev27
Wait, are you using CraftBukkit? I just noticed that you said so on your post earlier. Skript doesn't support CraftBukkit, only Spigot and PaperSpigot (which is yet better for Skript because you can use Skript timings if you're using Paper).
 
Last edited by a moderator:
Wait, are you using CraftBukkit? I just noticed that you said so on your post earlier, Skript doesn't support CraftBukkit, only Spigot and PaperSpigot (which is yet better for Skript because you can use Skript timings if you're using Paper).
Yes I'm using bukkit. Didn't know it wasn't supported, thanks.
 
Status
Not open for further replies.