Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 448 Bytes

File metadata and controls

23 lines (16 loc) · 448 Bytes

FunctionEX

Preprocessor for Minecraft functions

Build Status

Install: npm install -g functionex

Usage: fnex i <Function File>

Syntax

@author johndoe
@project test

function helloworld {
    // Says Hello World!
    say Hello World!

    // Attempts to Suffocate the player
    execute @p ~ ~ ~ tp ~ ~-10 ~
}