sleeyax / aternos-discord-bot

Discord bot to start & stop a Minecraft server automatically
https://hub.docker.com/r/sleeyax/aternos-discord-bot/tags
MIT License
75 stars 93 forks source link

Support multiple MC servers #49

Closed BijSven closed 1 year ago

BijSven commented 2 years ago

Hey @sleeyax can you add, a system that you can do: /configure #channel ? Thank you, for this project!

sleeyax commented 2 years ago

What would that do? You can restrict slash command access to a specific channel natively within discord itself.

BijSven commented 2 years ago

When you have multipole servers, that you can start one of the servers, with /start {servername} And than can you bv. do /config set

sleeyax commented 2 years ago

Can one aternos account manage multiple servers? As far as I'm aware its only one server per account.

BijSven commented 2 years ago

When you create a second account, you can add that to your account!

sleeyax commented 2 years ago

I initially didn't plan to support multiple servers anyways because most people only have one MC server per discord server and it would make the commands more complicated to use. A feature like this would require changes to the db structure as well because only one aternos server id can be tied to one discord server at the time.

Tbh I don't feel like adding this feature any time soon. I'm happy to accept a PR for this though. As a work around you can create another discord and set up the bot with the same credentials but different server id.

sleeyax commented 1 year ago

Closing this because I have no interest in adding support for this and no one else showed interest in this for a while.