New game server software
(The new webserver is up and runnning fine. DNS changes might be a bit slow for some people, and the old saved levels aren’t uploaded yet, those are going to take a few hours.)
I’ve uploaded a new version of minecraft-server.zip with the following changelist:
+ Fixed a client crash bug on chat
+ You can now send most admin commands via stdin
+ Added chat throttling.
Players who spam the chat will get muted for eight seconds
+ Added movement throttling. The server will not
process more than a single move command per tick.
(stand still to catch up if you’re lagging)
+ Added
max-connections to server.properties. This is the maximum number of connections per ip to the server. Default is
three.
Let me know how it works. =)