Skip to content

A simple discord bot made to turn your aternos server on/off and also see your server stats.

Notifications You must be signed in to change notification settings

diegoacs0/aternos-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Aternos Bot

A simple discord bot made to turn your aternos server on/off and also see your server stats.

Commands

Prefix: 2

  • 2help (or 2h) - Returns a help list;
  • 2minecraft info - Returns your server info;
  • 2minecraft interrupt - Turn your server on/off;

Setup

  1. Create your aternos server (tutorial) (make sure that it is the only server in your account, if it doesn't, you should share your access with a new aternos account with just your server)

  2. Create a discord bot and get your token (tutorial)

  3. Fill .credentials.json

{
 "token": "*put your discord bot API token here*",
 "aternos_user": "*your aternos user*",
 "aternos_password": "*your aternos password*"
}
  1. Install python and node/npm

  2. Install dependencies

npm run setup
  1. Start the bot
node .

Author

About

A simple discord bot made to turn your aternos server on/off and also see your server stats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published