Better Datapack for MinecraftSame datapacks. Better execution. How to use?Write your code as you wish. Once you got to a point where you would like to check in-game just click on the Convert button in the top right corner of the editor while in an mcfunction file. Or alternatively use the FeaturesHere are all the features it gives. The Config file isn't necessary, anything can be nested. ConfigYou can configure the converting process by creating a
Example:
Multiline commands (1.0.0)You no longer need to cram long complex commands in a single line. However you will need to use slashes at the start of each one. They also must start at the beggining of the line. I recommend using an understandable and uniform format. Example: Function declaration (1.2.0)Most programming languages support this, but in Minecraft you have to make a new file to have a different function. Since BD 1.2.0, you can declare functions inside functions like this: Example: Multi-command executes (1.3.0)It can be frustrating trying to find a reasonable method to run multiple commands when an execute condition is true. In BD 1.3+ if you put braces after Example: Links:For support join my Discord server Source code on Github Inspiration and similar projects: Command Combiner Pro, Trident |