Radial - Discord bot that start or stop aternos servers.
This bot provide the ability for all the members of a discord server to automatically start and stop a minecraft aternos server.
⚠️ This bot uses an unofficial Aternos api, which it against Aternos TOS.
License: Apache 2.0 - see the LICENSE
file.
Required dependencies: discord
, python_aternos
.
To run the bot, you must use an aternos account. It can be a server owner account, but preferably an empty account that have access to the minimum permission.
You must enter the account credentials, along with the discord bot token in the config.jsonc
file.
The discord bot need all intents.
The following commands are available:
The bot will display as an activity the status of the server (starting, stopping, online, etc.)
along with some useful information (player count, queue time, etc.).
One intended feature of this bot was to display the server status as the bot presence ('starting', 'stopping', etc.) with the amount of players on the server, to let people know if they could join people to play with. Unfortunatly, Aternos seem to detect that, whichever method we use for that (server fetch, server wssconnect or the mcstatus module). Therefore, this feature has been removed as of now.