v0.1.4

Details

  • Filename
    BukkitHTTPD.jar
  • Uploaded by
  • Uploaded
    Oct 17, 2011
  • Size
    77.44 KB
  • Downloads
    277
  • MD5
    9c7a4bb8bf810438829381d6e36a105e

Supported Bukkit Versions

  • CB 1317

Changelog

  • Added username to chat from loggedin users to minecraft.
  • Reworked many parts of the chat.

The color stripper of the chat cuts off to much, you can fix this by replacing the line
          chat[i] = chat[i].substring(0, io - 1) +
with
          chat[i] = chat[i].substring(0, io) +
in the file chat/out.v10 in your www folder.