Added note about skin forwarding if premium uuids are disabled

This commit is contained in:
games647
2016-07-03 14:18:27 +02:00
parent 8d1021e44c
commit 167ce66057
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Added support for making requests to Mojang from different IPv4 addresses
* Added us.mcapi.com as third-party APIs to workaround rate-limits
* Fixed NPE in BungeeCord on cracked session
######1.6.2

View File

@ -48,6 +48,7 @@ public class AsyncPremiumCheck implements Runnable {
} else if (profile.isPremium()) {
requestPremiumLogin(connection, profile, username, true);
} else {
//Cracked session
plugin.getSession().put(connection, new BungeeLoginSession(username, false, profile));
}
} catch (Exception ex) {

View File

@ -91,6 +91,7 @@ nameChangeCheck: false
# * is the owner of the premium account
# * the serverconnection is established through a premium connection (paid account authentification)
# * has a skin
# * and you activated premium uuids
#
# This means this plugin doesn't need to create a new connection to the Mojang servers, because
# the skin data is included in the Auth-Verification-Response sent by Mojang. If you want to use for other