MyCommand v3.8.0

Details

  • Filename
    MyCommand.jar
  • Uploaded by
  • Uploaded
    Feb 5, 2013
  • Size
    54.76 KB
  • Downloads
    1,747
  • MD5
    d25e825b2da73190488bff87be323466

Supported Bukkit Versions

  • CB 1.4.7-R1.0

Changelog

Version 3.8.0


Built with CB 1.4.7-R1.0

Commands with more arguments now works*.Example :

command : /my cmd 1
runcmd:
 - /something $arg1
 - /something $arg2
 - /ecc..
  • For now works also with another command with same name,but if this it's lenght 1 instead 2 put this command after the command with lenght 2.Example:
    '1'
    command : /help shop items
    
    '2'
    command : /help shop
    
    '3'
    command : /help
    
    I'll see how to fix this later.


delayed ("$delay$") commands now works on console
$delay$ prefix now work with text line.

Changed (scheduler)launchcheckoneveryNhours in launchcheckoneveryNmin
Improved /mycmd list and /mycmd-edit

Added disabledebugmessageconsole and minecartevent config option. (The first disable the "issued server command spam",the second disable the "VehicleUpdateEvent" if you don't use it.(It's used for mycmd-block detector-rail))

$arg1 2,3 ecc now works in the text.

Fixed NPE with $targetplayer.

Added $iteminhand , $iditeminhand arguments.

Added a delay for blockset and sign commands.

Minor changes.

None