bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Player Limit. #310

Closed actown closed 13 years ago

actown commented 13 years ago

Limit the number of players allowed on the server.

MostAwesomeDude commented 13 years ago

Should be easy. We'll limit both total number of connections, and connections per IP.

justinnoah commented 13 years ago

I commited this feature. The pull request is Issue #323.