mirror of
https://github.com/SchweGELBin/MiXBot.git
synced 2026-08-24 10:56:13 +02:00
Minecraft MiXBot
- Rust 89.5%
- Nix 10.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cliff.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
MiXBot
- Minecraft MiXBot
- Available in my nur expressions repo
- This bot is very experimental and should not be used in the current state
Environment
The Bot uses following environment variables or flags:
| Variable | Flag | Description | Default |
|---|---|---|---|
| MIXBOT_ACCOUNTS | -A, --accounts | Your Bot's Name + Auth Mode | MiXBot,false |
| MIXBOT_HOST | -H, --hosts | Your Server IP | localhost |
| MIXBOT_OWNER | -O, --owner | Your Bot's Owner Name | - |
| MIXBOT_PREFIX | -P, --prefix | Your Bot's Command Prefix | ! |
| MIXBOT_DISCORD_ID | --dcid | Your Discord User ID | - |
| MIXBOT_DISCORD_PREFIX | --dcprefix | Your Discord Bot Command Prefix | ! |
| MIXBOT_DISCORD_TOKEN | --dctoken | Your Discord Bot Token | - |
Commands
- "[arg]" -> Necessary Argument
- "<arg>" -> Optional Argument
Discord
Disabled if MIXBOT_DISCORD_TOKEN is unset or empty
| Command | Arguments | Description |
|---|---|---|
| help | <command> | Show command information |
| join | - | Join the Server |
| leave | - | Leave the Server |
| msg | <name> | Send Message to chat/user |
| ping | - | Reply with "Pong!" |
| status | - | Give Player List, TPS, Coordinates |
| version | - | Give the current Bot version |
Minecraft
| Command | Arguments | Description |
|---|---|---|
| fight | [player] | Fight a player |
| follow | <name> | Follow a player |
| goto | [x] <y> [z] | Goto coordinates |
| guard | <mob> | Attack (specific) nearby mobs |
| msg | [message] | Send Message to discord chat |
| stop | - | Stop the current action |
| tp | - | Close the nearest trapdoor |