hey i need some help i downloaded several plugin in bukkit 1.8.3 but some of the plugins does not showed up i try to search in google
but i hope you guys can help me i tried using spigot 1.8.3 but its never show the file can you guys help me please?
plugin does not show up
-
- English
- Nexxen
- Closed
The Aternos forums are now deprecated
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
-
-
I don't understand your problem. Please write complete and logic sentences, calm down and check them before you post a new thread / post. Only then we can help.
I may try to help you:
You installed Bukkit for Minecraft 1.8.3 and want to install a plugin? Is that right?
-
nope i intalled THE plugins and the PLUGIN config file did not showed up im not saying i dont know how to install plugins i've been here from 2015 and i know how to install plugins
i just have plugin issues i INSTALLED plugin for 1.8.3 BUKKIT OR SPIGOT 1.8.3 but the plugin CONFIG FILE did not showed up -
Is the plugin shown when running '/plugins' in console? Did you make sure to install the correct version of the plugin?
-
yes i download the correct version i do /plugin but the plugin i downloaded didnt showed up
-
Do any of your plugins need dependency plugins?
Such as to use X plugin, Y plugin needs to be installed. -
i does not need any other plugin
-
In this case the plugin version you installed on your server is not compatible with your currently installed CraftBukkit or Spigot version.
-
Wait. Have you started the server after downloading the plugin? Because they need to get installed which is done when the server starts. Afterwards the config should show up (if it's the correct plugin version to the correct server software version,....)
-
i got the error from the console what does this mean?
[08:20:27] [Server thread/ERROR]: Could not load 'plugins/WithdrawPlus 1.8.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError: me/koenn/wp/WithdrawPlus :
Unsupported major.minor version 52.0
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291)
[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152)
[minecraft_server.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [minecraft_server.jar:git-Spigot-550ebac-7019900]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused by: java.lang.UnsupportedClassVersionError: me/koenn/wp/WithdrawPlus : 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.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.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)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
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)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
... 6 more
[08:20:27] [Server thread/ERROR]: Could not load 'plugins/TinkererAndEnchanter 2.0a - 1.8 ONLY.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:
java.lang.UnsupportedClassVersionError:
me/randomHashTags/tinkererAndEnchanter/Core/Main : Unsupported
major.minor version 52.0
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291)
[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152)
[minecraft_server.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [minecraft_server.jar:git-Spigot-550ebac-7019900]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
Caused
by: java.lang.UnsupportedClassVersionError:
me/randomHashTags/tinkererAndEnchanter/Core/Main : 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.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
at java.net.URLClassLoader$1.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)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
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)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
at
org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
~[minecraft_server.jar:git-Spigot-550ebac-7019900]
... 6 more -
It seems the plugin has been compiled using a different Java version than installed on our host systems. In this case it's not possible to use that plugin on Aternos servers for now.
-
but can you be able to fix it?
-
We could update our servers to a new Java version, but we can't do that from today to tomorrow.
-
but can you update it?
-
We could update our servers
They can, and they probably will sooner or later. But as he said this needs time. And there is the possibility that it breaks several other plugins (which still were compiled with the older java version).
But I guess for now you can't use this plugin... -
Roman
Closed the thread.