mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 02:37:34 +02:00
Added note about skin forwarding if premium uuids are disabled
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* Added support for making requests to Mojang from different IPv4 addresses
|
* Added support for making requests to Mojang from different IPv4 addresses
|
||||||
* Added us.mcapi.com as third-party APIs to workaround rate-limits
|
* Added us.mcapi.com as third-party APIs to workaround rate-limits
|
||||||
|
* Fixed NPE in BungeeCord on cracked session
|
||||||
|
|
||||||
######1.6.2
|
######1.6.2
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ public class AsyncPremiumCheck implements Runnable {
|
|||||||
} else if (profile.isPremium()) {
|
} else if (profile.isPremium()) {
|
||||||
requestPremiumLogin(connection, profile, username, true);
|
requestPremiumLogin(connection, profile, username, true);
|
||||||
} else {
|
} else {
|
||||||
|
//Cracked session
|
||||||
plugin.getSession().put(connection, new BungeeLoginSession(username, false, profile));
|
plugin.getSession().put(connection, new BungeeLoginSession(username, false, profile));
|
||||||
}
|
}
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
|
@ -91,6 +91,7 @@ nameChangeCheck: false
|
|||||||
# * is the owner of the premium account
|
# * is the owner of the premium account
|
||||||
# * the serverconnection is established through a premium connection (paid account authentification)
|
# * the serverconnection is established through a premium connection (paid account authentification)
|
||||||
# * has a skin
|
# * 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
|
# 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
|
# the skin data is included in the Auth-Verification-Response sent by Mojang. If you want to use for other
|
||||||
|
Reference in New Issue
Block a user