- Suspicious software can steal tokens and hijack sessions.
- Microsoft accounts are vulnerable to these attacks.
Most servers treat the following as cheating or exploiting:
- External scripts
- Automation
- AI bot behavior
Cracked or unknown mods may contain:
- Malicious code
- Backdoors
- Data leaks
- Use Modrinth or CurseForge.
- Do not download mods from random GitHub or Discord links.
| Use Case | Status |
|---|---|
| Writing datapacks | ✅ |
| Generating code | ✅ |
| Automation (CI/CD) | ✅ |
| Runtime AI inside the game | ❌ |
| Running as a bot on a server | ❌ |
- Only use Fabric or Forge.
- Stick to known, trusted mods.
- Avoid files with unclear origins like
unknown_client.jar.
Datapack > Mod > External Tool
Datapacks run in a sandbox, are vanilla-compatible, and pose no risk as long as they are not abused.
| Risk Factor | Notes |
|---|---|
| Ban risk | Client cheats + exploits + suspicious mods |
| AI on its own | Not a problem |
| How you use it | Everything |
AI + Minecraft = excellent as a development tool. Risky if integrated into live gameplay.