diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 32a94971..c5fac861 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -5,7 +5,7 @@ com.github.games647 fastlogin - 1.10 + 1.11 ../pom.xml @@ -92,7 +92,7 @@ me.clip placeholderapi - 2.8.1 + 2.8.2 provided true diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/EncryptionUtil.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/EncryptionUtil.java index bd3e4604..570fb06c 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/EncryptionUtil.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/EncryptionUtil.java @@ -83,7 +83,7 @@ public class EncryptionUtil { * @param cipher decryption cipher * @param privateKey private key of the server * @param sharedKey the encrypted shared key - * @return + * @return shared secret key * @throws GeneralSecurityException */ public static SecretKey decryptSharedKey(Cipher cipher, PrivateKey privateKey, byte[] sharedKey) diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java index 059fa260..f0ded7b4 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/ProtocolLibListener.java @@ -26,7 +26,8 @@ public class ProtocolLibListener extends PacketAdapter { public ProtocolLibListener(FastLoginBukkit plugin) { //run async in order to not block the server, because we are making api calls to Mojang - super(params().plugin(plugin) + super(params() + .plugin(plugin) .types(START, ENCRYPTION_BEGIN) .optionAsync()); diff --git a/bungee/pom.xml b/bungee/pom.xml index a6444e5c..9463d7f8 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -5,7 +5,7 @@ com.github.games647 fastlogin - 1.10 + 1.11 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 55a1fd18..a79910bf 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ com.github.games647 fastlogin - 1.10 + 1.11 ../pom.xml diff --git a/universal/pom.xml b/universal/pom.xml index 8847f892..a7c9b629 100644 --- a/universal/pom.xml +++ b/universal/pom.xml @@ -5,7 +5,7 @@ com.github.games647 fastlogin - 1.10 + 1.11 ../pom.xml