MyCommand v4.1.0

Details

  • Filename
    MyCommand.jar
  • Uploaded by
  • Uploaded
    Oct 15, 2013
  • Size
    114.45 KB
  • Downloads
    9,355
  • MD5
    617b6bc2ebec4ca3a9e48c9e75d3117d

Supported Bukkit Versions

  • 1.6.4

Changelog

Version 4.1.0



Removed any references to Magic Values. ( Item ID) .Now any function of MyCommand require the ItemName. So instead of 1 you have to use STONE. This change prepare the plugin for the future minecraft 1.7.

UPDATE YOUR OLD CONFIG.YML , ITEMSET:YML , ITEMMENU COMMANDS AND ITEMCOST FEATURE.

The plugin now can launch command(s) on more events (PlayerJoin/Kick/Quit/Death). See the playerevents.yml
The language strings now are in language.yml config file.

mycommand.block.button.use and mycommand.block.plate.use - now are ->

mycommand.block.ITEMNAME.use -> Example mycommand.block.STONE_PLATE.use
Or just mycommand.block.all.use

Added simple aliases (instead of use $multiargs) :

'25':
 command: /t 
 type: alias
 alias: /time


Added $money (Require Vault)
$iditeminhand works only on <1.6
Fixed IconMenu ownership.
Fixed AddTimer command permission.

The plugin still using the deprecated getTargetBlock() method in /mycmd-blockset.