Commander 1.3.9

Details

  • Filename
    Commander.jar
  • Uploaded by
  • Uploaded
    Sep 12, 2012
  • Size
    17.84 KB
  • Downloads
    549
  • MD5
    ec393d34a2420e05c57038cd9bbfb092

Supported Bukkit Versions

  • CB 1.3.2-R0.1

Changelog

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.