Your logs all take place inside a single minute, and show no crashes or anything. Please try starting your server again. If it crashes again, share the new logs
Posts by MiataBoy
The Aternos forums are now deprecated
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
-
-
world chunk saving error. Remove the chunks that the logs give you or regenerate the world.
-
just generate a world in singleplayer and upload it to your server.
-
-
-
the gui will still require you to give players permissions for them to use it.
And i'd recommend using google to look for such plugins, then seeing if they are on aternos.
-
It's simply not in the list. You will probably have to request it
-
can you show your mod list please.
-
we were trying to fix that we could stay alive. Which we can if we keep it going like this in the corona crisis. This will remain for a while.
-
-
No. And if your server crashes,
Share your logs using the share button on the logs page
-
Assuming you mean crash,
Share your logs using the share button on the logs page
-
you can also try installing a different version of it.
-
-
remove mods one by one, after each one, restart the server and try to join it. If that does not work, remove another one and go on like that until you can join.
-
should it be offline or online?
-
not necessarily effort. With some it's (nearly) impossible. But yes, furthermore you are correct.
-
...a little more information please?
-
Display More
Not the plugin has to fulfull technical requirements, the platform where it gets distributed over has to.
I will describe the topic a bit more in detail here, so I can quote it everytime someone asks this again. (And it gets asked very very often.)
I try not to use too many technical terms here and explain it so that no techies understand it.
So if someone should read this here who is from the technical field and throws his hands up in horror because I reference a HTML parser as a translation tool, then forgive me.

I will talk about addons in the following. addons are in our terminology mods and plugins.
We don't manage addons manually. This happens all automatically.
With the incredible amount of addons it would not be possible to maintain them manually.
For this to happen automatically we need to get the information about addons (descriptions, downloads, compatible versions etc.) from somewhere.
The best places to do this are the big platforms on which the addon creators themselves distribute their mods and maintain the necessary information -> spigotmc, curseforge etc.
However, in order for our website to be able to read, associate and understand the information about addons provided on these platforms, they must not only be available as a simple website, but also in a format that "can be read by computers".
Here one speaks of so-called APIs, these provide, quite rudimentarily and simply explained, the information which can be found on a website in computer language.
The only platform that provides an API itself is songoda.
For the other platforms either we had to develop translation tools ourselves or use external tools.
dev.bukkit.org / curseforge: https://github.com/aternosorg/curseforge-api
(dev.bukkit.org is owned by curseforge, therefore they can use the same)
spigotmc.org: https://spiget.org/
Via these APIs we get all information about the addons
- Title
- Descriptions
- Downloads
- Compatible versions
And everything else that is necessary for everything to work smoothly but not directly visible to our users.
This has for us the advantage that we have regarding addons virtually no work.
The information for many thousands of addons is not maintained by us but by those who have developed the respective addons. Since they often have an interest in the information being correct and only need to maintain their own plugins, the quality of the data is very high.
Simply said, it is very rare that there are errors in the plugin information.
If a developer releases an update for an addon, it is already available on our platform within a few hours.
Not every addon that is available on the included platforms is also available on Aternos.
There are several reasons for this, which I will not go into here.
This is also the reason why you have to ask for addons here in the forum.
Furthermore, this automated processing is connected with a high development effort and maintenance. Therefore software code must be written, tested and maintained.
In the case of dev.bukkit or curseforge we even have to write our own APis.
Therefore the platform must have a certain size or offer other advantages for our users, so that the effort is worthwhile.
I have now mentioned the technical requirements.
There are also other criterions which we put on a platform, size, publicity, public appearance/opinion etc.
These exclude platforms such as 9minecraft. But that is another topic.
Now you have a rough idea of what a platform needs to do in order for us to connect it.
Github / Jenkins
Some plugins are distributed over platforms like Github or Jenkins.
Yes, both have APIs and would be implementable from this point of view.
However, neither of them are designed directly for Minecraft. Information like compatibilities, dependencies etc. cannot be queried automatically. Therefore we cannot add them.
This information may be on the relevant websites, but is not available in such a way that it can be processed automatically.
This means that we could not even develop a "translation tool" here, such as for curseforge.
Minecraft Forums / Planet Minecraft
The same applies here as for Github/Jenkins.
The only difference is that these pages do not have APIs at all.
mods from custom sites (GalacticCraft, Pixelmon Generations)
We have a few mods in our addon browser which are not from these public platforms.
For these we have written our own translation tools, so that we can automatically fetch information about addons from the websites over which they are distributed.
The effort required for this is almost gigantic, because we can connect only one mod or plugin and not many as with the platforms.
Furthermore, these websites must be built so that the translation tool can read the website.
Also the downloads of the mods must not be behind pages like adfly etc., we can't bypass these sites automatically.
Websites like the one on the Dragon block c simply do not meet these requirements.
Plugin upload
https://support.aternos.org/hc…ding-files-and-FTP-access
Modpacks
Everything I have written so far in this post refers exclusively to addons (mods / plugins).
Modpacks are something else again. Modpacks are managed semi-automatically. We have to add and include them manually.
We monitor automatically if updates are available, but we have to do the update itself manually.
A full automation is difficult because every modpack is provided differently, different tasks must be done and we have to put them into a uniform format to make them work with the Aternos system.
-
Yes. The original author never uploaded it to curseforge.