Skip to content

Uses the bukkit Minecraft-Init repo from Athenus to send a message to a channel on discord to allow for remote management of server.

License

Notifications You must be signed in to change notification settings

Zephxr/Minecraft-Server-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Set-Up

  1. Clone this repo
  2. python3 -m venv venv
  3. source venv/bin/activate
  4. pip install discord.py
  5. touch bot_token.py
  6. Inside bot_token.py
    • Should be formatted like this:
    • bot_token = r"<BOT TOKEN HERE>"
      channel_id = <CHANNEL ID HERE>
      ip = "<IP HERE>"
      
  7. python3 bot.py

About

Uses the bukkit Minecraft-Init repo from Athenus to send a message to a channel on discord to allow for remote management of server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages