I went to the page (on mobile now) and it seems to work.
I'm not quite sure what the issue could be... Thank you both for all of the help, though! ![]()
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
I went to the page (on mobile now) and it seems to work.
I'm not quite sure what the issue could be... Thank you both for all of the help, though! ![]()
AlexanderSniper1,
When I try to turn it on it says it's already on (green bar, can't turn it off when I try).
But everywhere else I go to it says it's offline...
(Two pictures were put into 'Attachments' in order)
I'm not able to log onto MC a but I'm pretty sure the message it gives me when I attempt to log on via MC it just gives me an advertisement and says the server is offline.
As for Roman, the address is vonk.aternos.me (I hope this is what you meant, my apologies if it isn't).
Thank you both for the replies!
So, I started a survival server (1.16.3, Java Edition) for a friend and I to play on. No plugins or mods, it's completely Vanilla.
Getting straight to the point here...
Does anyone know what might be going on?
Hi,
I've been getting this message: "[11:36:06] [Server thread/ERROR]: Could not load 'plugins/MCRealisticPlus-2-2.3.4.jar' in folder 'plugins'""
in my log despite uninstalling and re-installing the plugin.
I've checked all of the plugin versions and only two (I believe) are 1.15.2. Those two being the most recent.
I've checked other forum posts that seem like they'd help but there's yet to be anything that helps out.
I've been adding plugins to my 1.15.2 Paper/Bukkit server in attempts to make the server a more difficult yet "realistic" survival experience. I wanted to add MCRealistic plus. As mentioned previously, the plugin I wanted didn't work.
* I've downloaded all necessary dependency plugins (there were only 2).
* I'm using the version the dev (I believe) says is supported.
* I've uninstalled and reinstalled both new versions (new as in 2020), there were only 2 avaliable.
I have little to no education in any sort of coding so I'm not entirely sure what the issue is... I've looked everywhere for another plugin that could be similar (or plugins) but haven't found any that are as good.
Is anyone aware of what might be going on?
Thanks!
(For anyone interested, here's the entire error message:
| [11:36:06] [Server thread/ERROR]: Could not load 'plugins/MCRealisticPlus-2-2.3.4.jar' in folder 'plugins' | |
| 12 | org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/islandearth/languagy/language/LanguagyPluginHook |
| 13 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[minecraft_server.jar:git-Paper-387] |
| 14 | at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[minecraft_server.jar:git-Paper-387] |
| 15 | at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[minecraft_server.jar:git-Paper-387] |
| 16 | at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:360) ~[minecraft_server.jar:git-Paper-387] |
| 17 | at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[minecraft_server.jar:git-Paper-387] |
| 18 | at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[minecraft_server.jar:git-Paper-387] |
| 19 | at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] |
| 20 | Caused by: java.lang.NoClassDefFoundError: net/islandearth/languagy/language/LanguagyPluginHook |
| 21 | at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_222] |
| 22 | at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_222] |
| 23 | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_222] |
| 24 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[minecraft_server.jar:git-Paper-387] |
| 25 | at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[minecraft_server.jar:git-Paper-387] |
| 26 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[minecraft_server.jar:git-Paper-387] |
| 27 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-387] |
| 28 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222] |
| 29 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222] |
| 30 | at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222] |
| 31 | at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222] |
| 32 | at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[minecraft_server.jar:git-Paper-387] |
| 33 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Paper-387] |
| 34 | ... 6 more |
| 35 | Caused by: java.lang.ClassNotFoundException: net.islandearth.languagy.language.LanguagyPluginHook |
| 36 | at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222] |
| 37 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[minecraft_server.jar:git-Paper-387] |
| 38 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-387] |
| 39 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222] |
| 40 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222] |
| 41 | at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_222] |
| 42 | at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_222] |
| 43 | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_222] |
| 44 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[minecraft_server.jar:git-Paper-387] |
| 45 | at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[minecraft_server.jar:git-Paper-387] |
| 46 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[minecraft_server.jar:git-Paper-387] |
| 47 | at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-387] |
| 48 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222] |
| 49 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222] |
| 50 | at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222] |
| 51 | at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222] |
| 52 | at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[minecraft_server.jar:git-Paper-387] |
| 53 | at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Paper-387] |
| 54 | ... 6 more |
)