This bot is a utility bot for Minecraft datapack development. If your Discord server is about Minecraft Datapacks, this bot is for you! It has features such as: view vanilla files, automatic syntax highlighting, access guides and wiki pages, view pack formats, templates, folder structures, and more!
Add the bot to your server: https://bot.datapackhub.net
Contributions to this project are welcome! If you have ideas for new features, improvements, or bug fixes, please feel free to create a pull request. Be sure to review our contribution guidelines before getting started.
-
Clone the repo and navigate to it using a terminal
-
Install the dependencies
-
Go to https://discord.com/developers/applications, create and set up a test bot and invite it to a server
-
Create a file in the root directory (same folder as
index.py
) calledvariables.py
and fill in your token:TOKEN = "<DISCORD_BOT_TOKEN>"
-
Start the bot using:
python index.py
You may need to use
python3
instead ofpython
Any issues, concerns, ideas, or otherwise, you can contact a Datapack Hub staff member through our Discord server. You can also create an issue on our GitHub repository if you're that kind of person.
This bot is maintained by Silabear but was created by Flyrr
This project is licensed under the MIT License.