Posts by Firebellfairy

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

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

    • When I click on the "server" option, it says the server is Online; yet it says the server is offline everywhere else I go.
    • I can't stop or restart the server (I've tried to already), nothing seems to work.
    • I changed the IP of the server and got my friend to delete the previous server IP from their IP list (that didn't work).
    • Edit: We've already made a lot of progress, so changing the server version isn't an option for us.

    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'
    12org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/islandearth/languagy/language/LanguagyPluginHook
    13at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[minecraft_server.jar:git-Paper-387]
    14at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[minecraft_server.jar:git-Paper-387]
    15at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[minecraft_server.jar:git-Paper-387]
    16at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:360) ~[minecraft_server.jar:git-Paper-387]
    17at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:234) ~[minecraft_server.jar:git-Paper-387]
    18at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:909) ~[minecraft_server.jar:git-Paper-387]
    19at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
    20Caused by: java.lang.NoClassDefFoundError: net/islandearth/languagy/language/LanguagyPluginHook
    21at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_222]
    22at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_222]
    23at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_222]
    24at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[minecraft_server.jar:git-Paper-387]
    25at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[minecraft_server.jar:git-Paper-387]
    26at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[minecraft_server.jar:git-Paper-387]
    27at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-387]
    28at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
    29at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
    30at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
    31at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
    32at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[minecraft_server.jar:git-Paper-387]
    33at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Paper-387]
    34... 6 more
    35Caused by: java.lang.ClassNotFoundException: net.islandearth.languagy.language.LanguagyPluginHook
    36at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_222]
    37at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[minecraft_server.jar:git-Paper-387]
    38at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-387]
    39at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
    40at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
    41at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_222]
    42at java.lang.ClassLoader.defineClass(ClassLoader.java:763) ~[?:1.8.0_222]
    43at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_222]
    44at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[minecraft_server.jar:git-Paper-387]
    45at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[minecraft_server.jar:git-Paper-387]
    46at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[minecraft_server.jar:git-Paper-387]
    47at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-387]
    48at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_222]
    49at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_222]
    50at java.lang.Class.forName0(Native Method) ~[?:1.8.0_222]
    51at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_222]
    52at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[minecraft_server.jar:git-Paper-387]
    53at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[minecraft_server.jar:git-Paper-387]
    54... 6 more

    )