Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

MCFunction Format Ideas #71

@JusticePro

Description

@JusticePro
namespace "example"

install {
    /say Installed Example
}

uninstall {
    /say Uninstalled Example
    /say The functions still exist in the file. You'd have to delete those if you wanted the functions gone.
}

repeat process lol {
    /say hi
}

namespace is the folder the functions are in. This is required for functions.

It would export as a zip.
It'll always have Install.mcfunction, Uninstall.mcfunction, Core.mcfunction
Each process will be it's own function.

Core.mcfunction will look like this, All repeating functions are here.

/function example/lol

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions