🛠️What's Blaze?

In this page, we'll see what's Blaze and what's BlazeRun.

First, look at this code:

when PlayerJoin() do
    giveItems(mc:diamond_sword)
end

Yes, Blaze is a programming language for mcdiamondfire.

With Blaze, you can write simple code in text, then compile it to code templates with BlazeRun. So, BlazeRun is the program to compile your Blaze code.

Now, let's see how to start.

Last updated