Error in startup

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

xbxy

Active Member
Jan 26, 2017
170
8
0
28
I use Skript v2.2-dev31c
server: Thermos 1.7.10-R0.1-SNAPSHOT | 1.7.10-1614.58 (MC: 1.7.10)
These errors occurred at startup
Although the plugin can still be used
But I worry about the follow-up will be a problem
I tried to disable the feature in 'features.sk'
but I do not know how
Hope to get help
Code:
[13:14:47 INFO]: [Skript] Loading Skript v2.2-dev31c
[13:14:47 INFO]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@7286eb)
[13:14:47 INFO]: Adding world access to world net.minecraft.world.WorldServer@63bffc5e
[13:14:47 INFO]: Preparing start region for level 0
[13:14:47 INFO]: [Skript] Enabling Skript v2.2-dev31c
[13:14:47 INFO]: [Skript] Successfully generated the config, the example scripts and the aliases files.
[13:14:48 ERROR]: Error occurred while enabling Skript v2.2-dev31c (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/Particle
at ch.njol.skript.util.VisualEffect$Type.(VisualEffect.java:86) ~[?:?]
at ch.njol.skript.util.VisualEffect.(VisualEffect.java:255) ~[?:?]
at ch.njol.skript.classes.data.SkriptClasses.(SkriptClasses.java:889) ~[?:?]
at ch.njol.skript.Skript.onEnable(Skript.java:282) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[JavaPlugin.class:1.7.10-1614.58]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) [JavaPluginLoader.class:1.7.10-1614.58]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [SimplePluginManager.class:1.7.10-1614.58]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:438) [CraftServer.class:1.7.10-1614.58]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:372) [CraftServer.class:1.7.10-1614.58]
at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:519) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:493) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:453) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:337) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:643) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Caused by: java.lang.ClassNotFoundException: org.bukkit.Particle
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:440) ~[PluginClassLoader.class:1.7.10-1614.58]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:211) ~[PluginClassLoader.class:1.7.10-1614.58]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_141]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_141]
... 15 more
[13:14:48 INFO]: Server permissions file permissions.yml is empty, ignorin
 
Bensku's skript doesn't work with 1.7. There is no other solution to this.
You said I already knew, so I used another lower version
There are no problems starting now
But I want to customize some extension plug-ins
Has this website been customized?
I use the translation tool, if the expression is not in place, please forgive me
 
You said I already knew, so I used another lower version
There are no problems starting now
But I want to customize some extension plug-ins
Has this website been customized?
I use the translation tool, if the expression is not in place, please forgive me
Do you mean addons?
 
Student: thank you
This website is helpful to me

But I was asking
I want to find someone
Help me make a addons
I will give money
Can you recommend this person
What feature are you looking for
 
What feature are you looking for
Let's say I have a 1.7.2 server
He USES Skript 2.2 Fixes V7b
I'm trying to get experience with players'! Send "% player 's exp %'
This one is invalid

However, I can't use the high version of skript
So I can only think about custom plugins
There are many other things I need to do through custom plugins
 
Let's say I have a 1.7.2 server
He USES Skript 2.2 Fixes V7b
I'm trying to get experience with players'! Send "% player 's exp %'
This one is invalid

However, I can't use the high version of skript
So I can only think about custom plugins
There are many other things I need to do through custom plugins
That's because its player's level not player's exp. You can use skript-mirror for most things not in skript already but i don't know anyone who would be willing to do paid addons.
 
Status
Not open for further replies.