mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-03-24 15:29:39 +01:00
Use GH repository description in platforms and README.md file (#851)
This commit is contained in:
parent
bc06d9ecc1
commit
29a7b01937
@ -4,7 +4,7 @@
|
||||
[](https://github.com/ViaVersion/ViaBackwards/actions)
|
||||
[](https://viaversion.com/discord)
|
||||
|
||||
**Allows older Minecraft client versions to connect to newer server versions.**
|
||||
**Allows the connection of older clients to newer server versions for Minecraft servers.**
|
||||
|
||||
Requires [ViaVersion](https://hangar.papermc.io/ViaVersion/ViaVersion) to be installed..
|
||||
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
allprojects {
|
||||
group = "com.viaversion"
|
||||
version = property("projectVersion") as String // from gradle.properties
|
||||
description = "Allows older Minecraft client versions to connect to newer server versions."
|
||||
description = "Allows the connection of older clients to newer server versions for Minecraft servers."
|
||||
}
|
||||
|
||||
val main = setOf(
|
||||
|
@ -37,7 +37,7 @@ import java.util.logging.Logger;
|
||||
name = "ViaBackwards",
|
||||
version = VersionInfo.VERSION,
|
||||
authors = {"Matsv", "kennytv", "Gerrygames", "creeper123123321", "ForceUpdate1", "EnZaXD"},
|
||||
description = "Allows older Minecraft client versions to connect to newer server versions.",
|
||||
description = "Allows the connection of older clients to newer server versions for Minecraft servers.",
|
||||
dependencies = {@Dependency(id = "viaversion")}
|
||||
)
|
||||
public class VelocityPlugin implements ViaBackwardsPlatform {
|
||||
|
Loading…
Reference in New Issue
Block a user