This plugin is in experimental phase! Many features are still being worked on, so please be patient and report any issues that you encounter.
Code editor is in experimental phase too!
You can report issues to me on Discord, or on GitHub.
What is CodeBots?
CodeBots is a Minecraft plugin that allows players to create and program their own bots. These bots can be used to automate farms, create redstone contraptions, make fun minigames, and more! CodeBots uses a custom programming language, so the possibilities are endless.
Getting Started
To create a bot, use /codebots create command. You will receive an item which spawns the bot upon placing it. Right-clicking the bot opens up a GUI which allows you to interact with it.
All bots come with a default program which prints "Hello World" when the bot is started. To edit programs, right-click on a bot to open its GUI, go to programs and in the bottom left there's a button to create a code editor session. This will give you a link to an editor which allows you to code your own bots.
Commands & Permissions
To see all commands and permissions please check this link:
Commands & Permissions
Future plans
- Add bot networks and routers
- Add monitors that can be controlled with bots
- Allow bots to interact redstone interaction
- Add "sound" module
- Custom models for bots (by using block displays or custom models with resource packs provided by other plugins)
- Fuel mechanic
- Persistable program states
- Finish && and || operators for the scripting language
Scripting Language
Please check the
Scripting Language Wiki for details about the scripting language.