v0.3

Details

  • Filename
    InfoApi.jar
  • Uploaded by
  • Uploaded
    Aug 25, 2011
  • Size
    9.61 KB
  • Downloads
    287
  • MD5
    a9416dbc831d2963f0b2704f626a3291

Supported Bukkit Versions

  • CB 1060

Changelog

InfoApi v0.3 is the first reworked release of InfoApi.

This Beta release works like the Original one but has a slight reduced Workset, currently this commands are working:

  • maxplayer
  • onlinemode
  • onlineplayer

Every other Command will return "Not Configured" to state that it is available but not implemented yet.

The Plugin itselfs in the Scope of the Bukkit Server does next to Nothing but starts a Parallel Thread which runs the HTTP Socket Listener. Although the Thread should not be able to harm the Plugin nor the Server it runs there is still a small possibility that it will do anyway.
If the Server- oder Clientsocket refuses to Bind, Work or anything else and the Thread crashes or is otherwise terminated the Plugin should restart the Thread and print a Informative Message to the Server UI. But theres no guaranty that it will do it.
If you configure the Port of the Plugin to any Port that isn't available there is a small Chance that one of two things could happen:

  1. It goes Pirate on the Socket and kicks the other Listener off
  2. It goes Nuts and throws Exceptions in every Cardinal Direction

If one of this two not desired Features do pop up - please reconfigure the Plugin.
Using the Reload Command should work also - even if the Thread is running.