| Blockline command | Description |
| /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 list | Lists 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 clear | Removes all lines from a block. |
| /cmd move | Moves the lines to another block. |
| /cmd move | Moves the lines to another block. |
| /cmd move <from> <to> [count] | Moves lines inside the block from one index to another. |
| /cmd copy | Copies the lines to another block. |
| /cmd getscript | Gives an item which contains the lines of the block. |
| /cmd setcooldown | Sets the cooldown of the block. |
| /cmd setpermission | Sets the required permission for the block. |
| /cmd chunkinfo | Returns informations about the chunk you stand in. |
| Script command | Description |
| \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 \stop | Interrupts the execution. |
| Visual Scripting command | Description |
| /cmd scriptblock | Gives you a scriptblock. |
Posts Quoted:
Reply
Clear All Quotes
Comments