Posts by PLKaratusPL

The Aternos forums are now deprecated

Learn more about this change here.

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

    [Plugin Request] Talismans & RealisticAnimals

    Hi Aternos Team :aternos:, can you please add the following plugins?

    Plugin name: Talismans
    Plugin link: https://www.spigotmc.org/resources/talismans-reborn.83001/

    Description: Talismans : An object, typically an inscribed rune/relic, that is thought to have magic powers.
    For effects of the Talismans to work you will need to put them in your off-hand slot.



    Plugin name: RealisticAnimals
    Plugin link: https://www.spigotmc.org/resources/realisticanimals.83630/


    Description: Are the animals in the game not realistic enough, boring and secondary? RealisticAnimals will makes your animals more interesting, bychangings their behavior, introducing new mechanics and customizable features.

    Thank you:!:

    [Plugins Request] BetterRevive & BetterWaypoints

    Hi Aternos Team :aternos:, can you please add the following plugins?

    Plugin name: BetterRevive
    Plugin link: https://www.spigotmc.org/resources/✅-betterrevive-1-8-1-16-•-custom-time-titles-placeholderapi-blood-effect.84134/

    Description: This plugin allows players to revive other players! There are some options you can customize and players can bleed. This plugin is customizable. You can choose bleeding time and revive time.


    Plugin name: BetterWaypoints
    Plugin link: https://www.spigotmc.org/resources/✅-betterwaypoints-1-8-1-16-•-a-new-way-to-save-waypoints-waypoint-books-custom-recipe.82889/

    Description: Looking for a new way to save locations? Looking for a way to charge your players for teleporting? This plugin adds two "new items" to the game, a book and a paper. What are they for? The paper saves the location. The book saves the paper for easy access.

    Thank you:!:

    Hello!

    I have a problem with the LockLogin plugin. In the latest version 1.0.0.1 I cannot use commands like /login, /register. Everything worked fine in the previous version. When trying to register/log in, I get this error in the console:

    [12:48:16] [Server thread/ERROR]: null
    375org.bukkit.command.CommandException: Unhandled exception executing command 'register' in plugin LockLogin v1.0.0.1
    376at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[minecraft_server.jar:git-Paper-135]
    377at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[minecraft_server.jar:git-Paper-135]
    378at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:794) ~[minecraft_server.jar:git-Paper-135]
    379at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1910) ~[minecraft_server.jar:git-Paper-135]
    380at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1721) ~[minecraft_server.jar:git-Paper-135]
    381at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[minecraft_server.jar:git-Paper-135]
    382at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[minecraft_server.jar:git-Paper-135]
    383at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[minecraft_server.jar:git-Paper-135]
    384at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[minecraft_server.jar:git-Paper-135]
    385at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[minecraft_server.jar:git-Paper-135]
    386at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[minecraft_server.jar:git-Paper-135]
    387at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[minecraft_server.jar:git-Paper-135]
    388at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:1137) ~[minecraft_server.jar:git-Paper-135]
    389at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:1130) ~[minecraft_server.jar:git-Paper-135]
    390at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[minecraft_server.jar:git-Paper-135]
    391at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1204) ~[minecraft_server.jar:git-Paper-135]
    392at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1001) ~[minecraft_server.jar:git-Paper-135]
    393at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[minecraft_server.jar:git-Paper-135]
    394at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
    395Caused by: java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64
    396at ml.karmaconfigs.LockLogin.Security.PasswordUtils.Hash(PasswordUtils.java:51) ~[?:?]
    397at ml.karmaconfigs.LockLogin.Spigot.Utils.User.PlayerFile.setPassword(PlayerFile.java:168) ~[?:?]
    398at ml.karmaconfigs.LockLogin.Spigot.Utils.User.User.setPassword(User.java:402) ~[?:?]
    399at ml.karmaconfigs.LockLogin.Spigot.Commands.RegisterCommand.onCommand(RegisterCommand.java:47) ~[?:?]
    400at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[minecraft_server.jar:git-Paper-135]
    401... 18 more
    402Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.binary.Base64
    403at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_265]
    404at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[minecraft_server.jar:git-Paper-135]
    405at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[minecraft_server.jar:git-Paper-135]
    406at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_265]
    407at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_265]
    408at ml.karmaconfigs.LockLogin.Security.PasswordUtils.Hash(PasswordUtils.java:51) ~[?:?]
    409at ml.karmaconfigs.LockLogin.Spigot.Utils.User.PlayerFile.setPassword(PlayerFile.java:168) ~[?:?]
    410at ml.karmaconfigs.LockLogin.Spigot.Utils.User.User.setPassword(User.java:402) ~[?:?]
    411at ml.karmaconfigs.LockLogin.Spigot.Commands.RegisterCommand.onCommand(RegisterCommand.java:47) ~[?:?]
    412at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[minecraft_server.jar:git-Paper-135]
    413... 18 more

    I wrote to support this plugin. They said everything is working fine for them and there are no bugs. They asked me to write to you.

    Reinstallation did not help.

    [Plugin Request] DragonTimer

    Hi Aternos Team :aternos:, can you please add the following plugin:?:

    Plugin name: DragonTimer
    Plugin link: https://www.spigotmc.org/resources/dragontimer.69293/

    Description: This plugin is meant to be an addon to Dragon Slayer ! But can also be used standalone! Dragons are only spawned in a world when there are enough players in that world at the right time! If there are less players than necessary, it's possible to remove the existing dragons!

    Thank you:!:

    Hi!

    I am writing this thread because I received insufficient response to my request. It's about the LWC Extended plugin. When I asked about updating this plugin on the aternos website, I received the following answer:


    We provide the same files as spigotmc.org, as soon as an update is available there it'll also be available on our website.


    I understand all of the above, but this plugin was updated on the spigot website a month ago and has version 2.2.6. Aternos still has version 2.2.5 on the website.

    Someone can explain this to me? How much time do I have to wait?


    Thank you:!:

    [Update Request] LWC Extended


    Hi Aternos Team :aternos:, can you please update the following plugin?

    Plugin name: LWC Extended
    Plugin link: https://www.spigotmc.org/resources/lwc-extended.69551/

    Description: LWC is the longest-lived single block protection plugin, that protects both the blocks themselves and their contents. Originally designed in 2010 for locking chests (hence the name "Lightweight Chests"), it can be configured to lock any block. LWC Extended (or LWCX) is a fork of LWC which aims to provide extended updates and support for the plugin.


    Please update it. We have been waiting a long time.

    Sorry, if this isn't the right section, but I haven't found another one.



    Thank you:!:

    [Plugin Request] MineTinker

    Hi Aternos Team :aternos:, can you please add the following plugin:?:

    Plugin name: MineTinker
    Plugin link: https://dev.bukkit.org/projects/minetinker

    Description: TinkersConstruct-like tool-system (for Swords, Axes, Pickaxes, Shovels, Bows, Hoes, Shears, Fishingrods and Armor). Modifiers and easy tool-repair just by dragging materials on the tool.


    I know the plugin has already been added, but from Spigot. The author has changed the download button and now has "via external site". You know what that means. That is why I am making this request.


    Thank you:!:

    [Plugin Request] XpBottles

    Hi Aternos Team :aternos:, can you please add the following plugin:?:

    Plugin name: XpBottles
    Plugin link: https://www.spigotmc.org/resou…t-exp-into-bottles.69233/

    Description: XpBottles is the ultimate exp plugin! Create exp bottles, add/take/reset exp from players and more! The exp amount is saved in a hidden location so you will be able too customize the lore/name of the item to whatever you would like! No restrictions.

    Thank you:!: