Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
Ad5001 edited this page Feb 12, 2017 · 1 revision

The basics

This section will teach you how to create, read, and modify functions using commands.

Create a function

Create a function using /function create

Read contents of a function.

You can see a function as a set of command.
You can see all commands with their ids using /function read
It wil be important for the next section.

Modify a function.

By default, your newly created function will have one command with a /tell.
You can modify it using /function setcmd <id of the command (you can see it using /function read )(here is one)> .
If you want to add a new command, use /function addcmd

Clone this wiki locally