Posts by MagixSK_

The Aternos forums are now deprecated

Learn more about this change here.

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

    its hard for me... (cuz im from slovakia xd) so....

    Problem is with plugin FastLogin...


    if i type /premium -- it gives me autologin but if i have original minecraft it says: you dont have buyed minecraft.


    with protocollib i type /premium -- it says /premium [player] and if i type /premium MagixSK it again says /permium [player]...


    so thats exactly the problem.

    so, the problem is: with plugin "fastlogin" (https://aternos.org/addons/a/spigot/14153)

    I have protocollib on my server where i want fastlogin. BUT the problem is:


    without protocollib: if i do command /premium

    it says: /premium [player]
    and if i type for example: /premium Peter1 (is example)

    that says again: /premium [player]


    With protocollib: if i do command /premium

    it says: /premium [player]

    and if i type for example: /premium Peter1 (is example)

    that says again: /premium [player]

    -in better mode: it says that same as without protocollib


    thats why i want text from config.yml (to setup it)

    The latest version of FastLogin on its spigot site isn't fully tested on newer minecraft versions so use it on your own discretion, don't actually expect it to work on newer versions on Aternos.

    If I remember correctly you just have to install the plugin, ProtocolLib/ProtocolSupport and a supported auth plugin and it will work(also make sure your server is cracked), if you have more questions contact the plugin developers

    didnt work, it always say that same as without protocollib ?(

    Hello,

    On my server, where i have plugin ChestCommands and PlaceHolder API, the chestcommands menu didnt work!


    Error in console if i want open menu:

    [18:29:54 WARN]: java.lang.NullPointerException
    [18:29:54 WARN]: at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:85)
    [18:29:54 WARN]: at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:111)
    [18:29:54 WARN]: at com.gmail.filoghost.chestcommands.bridge.PlaceholderAPIBridge.replace(PlaceholderAPIBridge.java:74)
    [18:29:54 WARN]: at com.gmail.filoghost.chestcommands.internal.icon.ExtendedIcon.calculateLore(ExtendedIcon.java:125)
    [18:29:54 WARN]: at com.gmail.filoghost.chestcommands.api.Icon.createItemstack(Icon.java:302)
    [18:29:54 WARN]: at com.gmail.filoghost.chestcommands.internal.ExtendedIconMenu.open(ExtendedIconMenu.java:75)
    [18:29:54 WARN]: at com.gmail.filoghost.chestcommands.listener.CommandListener.onCommand(CommandListener.java:33)
    [18:29:54 WARN]: at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
    [18:29:54 WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [18:29:54 WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
    [18:29:54 WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    [18:29:54 WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    [18:29:54 WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
    [18:29:54 WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1389)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.chat(PlayerConnection.java:1313)
    [18:29:54 WARN]: at org.bukkit.craftbukkit.v1_12_R1.entity.CraftPlayer.chat(CraftPlayer.java:239)
    [18:29:54 WARN]: at com.gmail.filoghost.customjoinitems.ItemCommand.execute(ItemCommand.java:124)
    [18:29:54 WARN]: at com.gmail.filoghost.customjoinitems.JoinItem.executeCommands(JoinItem.java:196)
    [18:29:54 WARN]: at com.gmail.filoghost.customjoinitems.PlayerListener.onInteract(PlayerListener.java:113)
    [18:29:54 WARN]: at sun.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
    [18:29:54 WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [18:29:54 WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
    [18:29:54 WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    [18:29:54 WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    [18:29:54 WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
    [18:29:54 WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)
    [18:29:54 WARN]: at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:235)
    [18:29:54 WARN]: at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:202)
    [18:29:54 WARN]: at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:198)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:989)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
    [18:29:54 WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    [18:29:54 WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
    [18:29:54 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
    [18:29:54 WARN]: at java.lang.Thread.run(Thread.java:748)


    Please help me :saint: