I need help with my server, plugin problems

AJ

Active Member
Member
Joined
Jun 29, 2016
Messages
58
I've used some of the leaked plugins that have been uploaded here, but it seems like I'm having some problems with them starting, or with their performance like when trying to start CustomGUI.jar leaked by @WifiSpy see what I get.
Could not load 'plugins/CustomGUI.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/jacobculley/customgui/CustomGUI : Unsupported major.minor version 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] Caused by: java.lang.UnsupportedClassVersionError: me/jacobculley/customgui/CustomGUI : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79] at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79] at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79] at java.net.URLClassLoader.access00(URLClassLoader.java:71) ~[?:1.7.0_79] at java.net.URLClassLoader.run(URLClassLoader.java:361) ~[?:1.7.0_79] at java.net.URLClassLoader.run(URLClassLoader.java:355) ~[?:1.7.0_79] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79] at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79] at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79] at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] ... 6 more"]

Also when Skript ( Ultimate Essentials Pro) starts it takes longer than the whole server , look what it gives :
[Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:1' with e.g. 'rosered'. (HomeGUI.sk, line 2323: format slot 5 of player with 351:1 named "%{DelHomeNameAdminGUI}%" to close then run [execute player command "delhomeadmin"]') [07:42:21] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '166' with e.g. 'barrier'. (HomeGUI.sk, line 2352: format slot 10 of player with 166 named "%{RemoveFriendsIconName}%" with lore "%{RemoveFriendsIconLore}%" to close then run [execute player command "homeguifriendremove"]') [07:43:09] [Server thread/WARN]: [Skript] Possible name conflict of variables {motd.line.1} and {motd.line.%arg 2%} (there might be more conflicts). (UE Pro (1.8.x).sk, line 2495: replace all "<totalplayers>" in {motd.line.1} with "%{_totalplayers}%"') [07:43:09] [Server thread/WARN]: [Skript] Possible name conflict of variables {motd.line.2} and {motd.line.%arg 2%} (there might be more conflicts). (UE Pro (1.8.x).sk, line 2496: replace all "<totalplayers>" in {motd.line.2} with "%{_totalplayers}%"') [07:43:26] [Server thread/ERROR]: [Skript] A command with the name /clearhome is already defined in HomeGUI.sk (UE Pro (1.8.x).sk, line 3114: command /clearhome [<offlineplayer>]:') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@warplistnoperm1} (UE Pro (1.8.x).sk, line 3147: message "{@warplistnoperm1}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@warplistnoperm2} (UE Pro (1.8.x).sk, line 3148: message "{@warplistnoperm2}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@warpsuccess} (UE Pro (1.8.x).sk, line 3153: message "{@warpsuccess}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@timewarp} (UE Pro (1.8.x).sk, line 3154: wait {@timewarp} seconds') [07:43:26] [Server thread/ERROR]: [Skript] '{@timewarp} seconds' is not a time span (UE Pro (1.8.x).sk, line 3154: wait {@timewarp} seconds') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@nowarp1} (UE Pro (1.8.x).sk, line 3160: message "{@nowarp1}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@nowarp2} (UE Pro (1.8.x).sk, line 3161: message "{@nowarp2}" to player') [07:43:50] [Server thread/WARN]: [Skript] Possible name conflict of variables {ue.deathchest.loc::%loop-index%} and {ue.deathchest.loc::*} (there might be more conflicts). (UE Pro (1.8.x).sk, line 4801: delete {ue.deathchest.loc::%loop-index%}') [07:44:03] [Server thread/INF"][Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '351:1' with e.g. 'rosered'. (HomeGUI.sk, line 2323: format slot 5 of player with 351:1 named "%{DelHomeNameAdminGUI}%" to close then run [execute player command "delhomeadmin"]') [07:42:21] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '166' with e.g. 'barrier'. (HomeGUI.sk, line 2352: format slot 10 of player with 166 named "%{RemoveFriendsIconName}%" with lore "%{RemoveFriendsIconLore}%" to close then run [execute player command "homeguifriendremove"]') [07:43:09] [Server thread/WARN]: [Skript] Possible name conflict of variables {motd.line.1} and {motd.line.%arg 2%} (there might be more conflicts). (UE Pro (1.8.x).sk, line 2495: replace all "<totalplayers>" in {motd.line.1} with "%{_totalplayers}%"') [07:43:09] [Server thread/WARN]: [Skript] Possible name conflict of variables {motd.line.2} and {motd.line.%arg 2%} (there might be more conflicts). (UE Pro (1.8.x).sk, line 2496: replace all "<totalplayers>" in {motd.line.2} with "%{_totalplayers}%"') [07:43:26] [Server thread/ERROR]: [Skript] A command with the name /clearhome is already defined in HomeGUI.sk (UE Pro (1.8.x).sk, line 3114: command /clearhome [<offlineplayer>]:') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@warplistnoperm1} (UE Pro (1.8.x).sk, line 3147: message "{@warplistnoperm1}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@warplistnoperm2} (UE Pro (1.8.x).sk, line 3148: message "{@warplistnoperm2}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@warpsuccess} (UE Pro (1.8.x).sk, line 3153: message "{@warpsuccess}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@timewarp} (UE Pro (1.8.x).sk, line 3154: wait {@timewarp} seconds') [07:43:26] [Server thread/ERROR]: [Skript] '{@timewarp} seconds' is not a time span (UE Pro (1.8.x).sk, line 3154: wait {@timewarp} seconds') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@nowarp1} (UE Pro (1.8.x).sk, line 3160: message "{@nowarp1}" to player') [07:43:26] [Server thread/ERROR]: [Skript] undefined option {@nowarp2} (UE Pro (1.8.x).sk, line 3161: message "{@nowarp2}" to player') [07:43:50] [Server thread/WARN]: [Skript] Possible name conflict of variables {ue.deathchest.loc::%loop-index%} and {ue.deathchest.loc::*} (there might be more conflicts). (UE Pro (1.8.x).sk, line 4801: delete {ue.deathchest.loc::%loop-index%}') [07:44:03] [Server thread/INF"]
 

AJ

Active Member
Member
Joined
Jun 29, 2016
Messages
58
Also, this on my lobby server while starting Hub+
"[07:40:02] [Server thread/ERROR]: Error occurred while enabling HubPlus v1.2.8 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_9_R2/Packet at me.t0x1c.hubplus.Main.onEnable(Main.java:244) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R2.Packet at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.8.jar:git-Spigot-0359393-9a17f01] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79] ... 12 more"]
Also most of Hub+ features doesn't work! can someone help me?
 

LIT

Supporter
Supporter
Joined
Jun 10, 2016
Messages
15
Leaked Spigot Plugins & More
1
What version are you using? (server version)
 

LIT

Supporter
Supporter
Joined
Jun 10, 2016
Messages
15
Leaked Spigot Plugins & More
1
For 1.8 Java should be Java8 i think, im not sure.
 

LIT

Supporter
Supporter
Joined
Jun 10, 2016
Messages
15
Leaked Spigot Plugins & More
1
Basically, If you use java7 on a 1.8 spigot minecraft server, it simply won't work (out of my experience)

Try using java8 and see if it works.
 

AJ

Active Member
Member
Joined
Jun 29, 2016
Messages
58
Basically, If you use java7 on a 1.8 spigot minecraft server, it simply won't work (out of my experience)

Try using java8 and see if it works.
The server works well, but I believe it's because of the java7 , since all the erros contains the java version on the end of it :) Thanks for helping btw! I appericate it!
 

AJ

Active Member
Member
Joined
Jun 29, 2016
Messages
58
Well, i know I might have asked a lot, but do you know how to update java on linux? ( Debian 64bit ) , I'm kind of new to those things. :) And thanks again!
 

LIT

Supporter
Supporter
Joined
Jun 10, 2016
Messages
15
Leaked Spigot Plugins & More
1
No, i don't have any experience with Debian or linux, sorry.
 

~Adrift~

local stoner gf
SpigotVIP
Supporter
Joined
May 6, 2016
Messages
53
Leaked Spigot Plugins & More
7
For the Customgui, I'm pretty sure you're using the wrong version; is it a version for 1.9 and above and are you using 1.8? Or, the other way around. As for the skript I don't use it so I can't help you there.
 

AJ

Active Member
Member
Joined
Jun 29, 2016
Messages
58
For the Customgui, I'm pretty sure you're using the wrong version is it a version for 1.9 and above and are you using 1.8? Or, the other way around. As for the skript I don't use it so I can't help you there.
I'm not sure which version of the plugin I'm using , cuz i deleted it, but do you have a version of customgui for 1.8? Also, i'm running a 1.8 server not a 1.9.
 
Last edited:

~Adrift~

local stoner gf
SpigotVIP
Supporter
Joined
May 6, 2016
Messages
53
Leaked Spigot Plugins & More
7
I'm not sure which version of the plugin I'm using , cuz i deleted it, but do you have a version of customgui for 1.8? Also, i'm running a 1.8 server not a 1.9.
I don't have a 1.8 version, and I'm pretty sure the one on this website is 1.9, so that's why it's not working (99%)
 

AJ

Active Member
Member
Joined
Jun 29, 2016
Messages
58
Thanks guys, for helping :)
For 1.8 Java should be Java8 i think, im not sure.
I needed to have java8 to fix the console errors, and now everything works well, and also, CustomGUI now works ! :) Thanks again!
 
BlackSpigot General Chat
Rules Help Users
    RealNotSound @ RealNotSound: I can't because I didn't post that resource.
    Top