MyCommand v3.9.1

Details

  • Filename
    MyCommand.jar
  • Uploaded by
  • Uploaded
    Mar 21, 2013
  • Size
    67.30 KB
  • Downloads
    14,878
  • MD5
    e2eac9af1d4fecae8ece4e318be81bd2

Supported Bukkit Versions

  • 1.5.1

Changelog

Version 3.9.1

Built with CB 1.5.1-R0.1

BugFix

Added custom permission-node for commands.
If permission-node are empty,use the default permissions "mycommand.cmd.x"
Added custom error-message for invalid args.

Example of Use :

'1':
  command: /t
  type: runcommand
  runcmd:
  - /time $arg1 world
  cost: 0
  delaytimer: 5
  error-message: '&cType /t day'
  permission-node: custom.custom

Warm-ups can be canceled on move event.Put false on disablemoveevent in the main config.(It's disabled by default)


Minor changes.

None