https://github.com/kitaminka/minecraft-server-bot
Discord bot for managing a whitelist and authorization system on Minecraft server
https://github.com/kitaminka/minecraft-server-bot
bot discord discord-bot minecraft minecraft-whitelist minecraft-whitelisting
Last synced: 4 months ago
JSON representation
Discord bot for managing a whitelist and authorization system on Minecraft server
- Host: GitHub
- URL: https://github.com/kitaminka/minecraft-server-bot
- Owner: kitaminka
- License: mit
- Created: 2022-01-24T06:40:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T20:37:39.000Z (over 2 years ago)
- Last Synced: 2025-12-18T19:34:33.077Z (6 months ago)
- Topics: bot, discord, discord-bot, minecraft, minecraft-whitelist, minecraft-whitelisting
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft-server-bot
**Discord bot** for managing a whitelist and authorization system on Minecraft server.
### Installation
- Clone the repository:
```bash
git clone https://github.com/kitaminka/minecraft-server-bot.git
```
- Create **.env** file and fill it. Example of .env file you can see in **.env.example** file.
- By default, bot works with **[AuthMeReloaded](https://github.com/AuthMe/AuthMeReloaded/)** plugin, but you can change **config.json** to work with any other authorization plugin.
- Start the bot:
```bash
go run main.go
```
- Add bot to your Discord server.
- Using **/send-whitelist** command create whitelist info message.
- Using **/settings set** command set other bot settings.