Warning
BotMC will NOT continue supporting. If you want to use this Discord bot, you may found the bot doesn't work.
A Discord BOT can open your Minecraft Servers.
https://www.youtube.com/watch?v=VAqaoz0ctFw
- You can use your Discord to open Minecraft Server.
- Your friends also can open your Minecraft Server (Require in the same Discord Guild with the bot).
- You can run commands in Discord.
- Auto shutdown when the server have nobody.
- Easy to Use.
- Easy to connect to your Minecraft Server.
- Easy to modify your Minecraft Server.
- Easy to run server as your own parameters.
- Allow some roles (Discord) to open your Minecraft Server.
- Support multi-language (Support: en-US, zh-TW; You need to change in
config.json
).
Node JS 12 or above is required
Download the Releases Here: https://github.com/000hen/BotMC/releases/latest
- Use npm to install all models (
npm install
). - Typing your Discord BOT Authorization Token into the file "
config.json
"'s discordToken - Typing your Minecraft Servers' Information into "minecraftServerFolders" Like:
{
"name": "Name of Server",
"id": "this.is.id",
"version": "Version of Server",
"javaVersion": "16 // Optional, can be number or string, should be 16 or 8",
"folder": "/path/to/your/server/folder",
"serverFileName": "server.jar",
"runArgs": "--Server --Run --Args --Here // Optional"
}
Download the Java Runtime ((It will auto download when you run it.)https://dl.botmc.cf/javas.zip
) and unzip to the root folder.- Run the BOT (
node main.js
).
Here is the Running screenshot:
- All Minecraft version under MC 1.17 are run well in Java 8, but Minecraft 1.17 (I think they will make all version above MC 1.17 run in latest Java version) CANNOT run (even Java 14/15,
so you need to change your Java version when you are running between the latest Minecraft and all versions under MC 1.17I make the bot can change Java Runtime, but you need to change yourjavaVersion
in config.json's minecraftServerFolders). javaVersion
only have two versions: JDK 16, JDK 8- All Minecraft versions can run well in latest Java version, but Forge (idk Bukkit, Paper, Fabric) cannot.
- If you are running in Linux System, you may change the permission value of the Java Runtime file.
- This bot can run well in Windows, Ubuntu/Linux (I tested).