File Details
Commander 1.3.9
- R
- Sep 12, 2012
- 17.84 KB
- 555
- CB 1.3.2-R0.1
File Name
Commander.jar
Supported Versions
- CB 1.3.2-R0.1
YOU NEED VAULT FOR THIS UPDATE
- Further optimised code
- Converted the @check function into an IF ELSE function
- Previously, it was just an IF function.
NOTE
You can STILL use the previous @check method. It will run as an IF statement only: @check permission.node>/command
HOWEVER
To use @check as an IF ELSE statement, simply add another >: @check permission.node>@@YES>@@NO
- Added two new references:
- @continue
- @return
The purpose of these two references is to be used in the @check feature: @check permission.node>@continue>@return
If the player has "permission.node" it will continue on to any further commands on the device, otherwise it will not run any more commands on the block.

