mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-21 17:45:36 +01:00
Use GH repository description in platforms (#4071)
This commit is contained in:
parent
462a10363c
commit
7b21df2c12
@ -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(
|
||||
|
@ -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<Player> {
|
||||
|
Loading…
Reference in New Issue
Block a user