Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 705 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 705 Bytes

minecraft-server-bot

Discord bot for managing a whitelist and authorization system on Minecraft server.

Installation

  • Clone the repository:
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 plugin, but you can change config.json to work with any other authorization plugin.
  • Start the bot:
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.