MyCommand v5.1.2

Details

  • Filename
    MyCommand.jar
  • Uploaded by
  • Uploaded
    Jul 5, 2014
  • Size
    190.90 KB
  • Downloads
    6,948
  • MD5
    0223652c7845d9c3d045c17244e49b0d

Supported Bukkit Versions

  • CB 1.7.9-R0.1
  • 1.7.4
  • 1.6.4

Changelog

MyCommand Version 5.1.2


Fixed or updated:

  • Fixed /mycmd-playerdata remove
  • Added a way for put enchantment level in ICONMENUs

New features

  • Added RUN_CONSOLE_RANDOM Type
  • Added CALL_URL Type

    Call_URL Example :
    Use this function for send a GET request to a web page.
'call_url':
  command: /call-url
  type: CALL_URL
  url: http://localhost/mycommand.php?pass=$arg1  #Put your url here, works with every variable of mycommand,like $player or also $arg1,2, ecc
  get_output : true #get the page output (OPTIONAL)
  show_output_ingame : true  #show the output in game chat (OPTIONAL)
  save_output_as : httpResponse #Save the output in playerdata.yml (For use it later in another command) (OPTIONAL)

Some debug code in CALL_URL commands.