mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 01:55:47 +01:00
Use GH repository description in platforms (#4071)
This commit is contained in:
parent
462a10363c
commit
7b21df2c12
@ -6,7 +6,7 @@ plugins {
|
|||||||
allprojects {
|
allprojects {
|
||||||
group = "com.viaversion"
|
group = "com.viaversion"
|
||||||
version = property("projectVersion") as String // from gradle.properties
|
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(
|
val main = setOf(
|
||||||
|
@ -58,7 +58,7 @@ import org.slf4j.Logger;
|
|||||||
name = "ViaVersion",
|
name = "ViaVersion",
|
||||||
version = VersionInfo.VERSION,
|
version = VersionInfo.VERSION,
|
||||||
authors = {"_MylesC", "creeper123123321", "Gerrygames", "kennytv", "Matsv", "EnZaXD", "RK_01"},
|
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"
|
url = "https://viaversion.com"
|
||||||
)
|
)
|
||||||
public class VelocityPlugin implements ViaServerProxyPlatform<Player> {
|
public class VelocityPlugin implements ViaServerProxyPlatform<Player> {
|
||||||
|
Loading…
Reference in New Issue
Block a user