File Details
v0.1.4
- R
- Oct 17, 2011
- 77.44 KB
- 379
- CB 1317
File Name
BukkitHTTPD.jar
Supported Versions
- CB 1317
- 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.

