AutoKick - v1.6

Details

  • Filename
    AutoKick-1.6.jar
  • Uploaded by
  • Uploaded
    Apr 20, 2012
  • Size
    13.73 KB
  • Downloads
    3,372
  • MD5
    1b15a859b82d78c0cfd2994176136ab7

Supported Bukkit Versions

  • CB 1.2.5-R1.0

Changelog

Changes

Added alias for /autokick. You can now use /ak Added ability to run external scripts

External Scripts

Config.yml changes:

  • Scripts.enable - Choose whether to enable external scripts
  • Scripts.username - This is a username you can use to send to the external script to prevent unauthorised access
  • Scripts.password - Same as above. Security measure.
  • Scripts.url - The url of the script you wish to run

When Autokick is enabled, disabled or has it's message changed it will run the external script and pass the following parameters:

  • mode - The current mode of AutoKick (0 = disabled, 1 = enabled)
  • username - The username set in the config
  • password - Password set in config
  • message - Current message being used as a String

All information is POSTED. So if you're using PHP use $_POST[] to get the variables.

Please report any issues via Tickets