====== Minecraft Account Verification ======

As of MCServer r174, MCServer can verify the account of players that are trying to join the server.

This adds several options to the ''settings.ini'' file in ''[Authentication]'' section.
<code ini>
[Authentication]
Server=www.minecraft.net
Address=/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%
Authenticate=1
</code>

You should not touch ''Server'' or ''Address''. If you changed them anyway, and authentication is not working anymore, simply remove the two lines and restart the server. The server will restore ''Server'' and ''Address'' to their default values.
''Authenticate'' enables or disables server sided account verification.

===== Enable Account Verification =====
Simply set ''Authenticate'' under ''[Authentication]'' to '' '1' '', to enable server sided verification.
<code ini>
[Authentication]
Authenticate=1
</code>




===== Disable Account Verification =====
Simply set ''Authenticate'' under ''[Authentication]'' to '' '0' '', to disable server sided verification.
<code ini>
[Authentication]
Authenticate=0
</code>
