[EN] Commands

Blockline commandDescription
/cmd add <line>Adds a new line to the block.
/cmd insert <index> <line>Inserts a line into the given index. The line on the index will be pushed down underneath.
/cmd edit <index> <line>Replaces a whole line in the block.
/cmd listLists all the lines on a block.
/cmd replace <index> <text> <text>Replaces the given text in a block line.
/cmd remove [index]Removes a line from a block.
/cmd clearRemoves all lines from a block.
/cmd moveMoves the lines to another block.
/cmd moveMoves the lines to another block.
/cmd move <from> <to> [count]Moves lines inside the block from one index to another.
/cmd copyCopies the lines to another block.
/cmd getscriptGives an item which contains the lines of the block.
/cmd setcooldownSets the cooldown of the block.
/cmd setpermissionSets the required permission for the block.
/cmd chunkinfoReturns informations about the chunk you stand in.
Script commandDescription
\wait <time>The execution waits for the given time. Use only one time unit at a time.
#label:<labelname>Signs the line as a label.
#go <label>Jumps to the signed line (not just backwards).
\exit or \stopInterrupts the execution.
Visual Scripting commandDescription
/cmd scriptblockGives you a scriptblock.

Comments

Posts Quoted:
Reply
Clear All Quotes