diff --git a/build.gradle.kts b/build.gradle.kts index 570e7b82e..a5f64b05b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { allprojects { group = "com.viaversion" version = property("projectVersion") as String // from gradle.properties - description = "Allow newer clients to join older server versions." + description = "Allows the connection of newer clients to older server versions for Minecraft servers." } val main = setOf( diff --git a/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java b/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java index e1e187f53..8538f5229 100644 --- a/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java +++ b/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java @@ -58,7 +58,7 @@ import org.slf4j.Logger; name = "ViaVersion", version = VersionInfo.VERSION, authors = {"_MylesC", "creeper123123321", "Gerrygames", "kennytv", "Matsv", "EnZaXD", "RK_01"}, - description = "Allow newer Minecraft versions to connect to an older server version.", + description = "Allows the connection of newer clients to older server versions for Minecraft servers.", url = "https://viaversion.com" ) public class VelocityPlugin implements ViaServerProxyPlatform {