Darthfett/helperbot

update to new minecraft-protocol API

andrewrk opened this issue · 0 comments

createClient: don't require both email and username.
The username and password arguments are used to authenticate with the official
minecraft servers and determine the case-correct username. If you have migrated your
user account to a mojang login, username looks like an email address.
If you leave out the password argument, username is used to connect directly to the
server. In this case you will get kicked if the server is in online mode.