/MCCBL

The Minecraft Command Block Language - An interpreted scripting language that imports commands into Minecraft command blocks

Primary LanguageC#Apache License 2.0Apache-2.0

MCCBL - Minecraft Command Block Language

An interpreted scripting language that imports commands into Minecraft command blocks

Features

  • Allows you to write code in a text editor instead of inside Minecraft command blocks
  • Consolidates your commands into labeled 5x5 blocks
  • Allows you to use version control (such as Git) to manage code and versions and allow collaboration
  • Anyone can import a block of commands from anywhere - you don't need access to the server console
  • ...