You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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.