Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 16:12:43 +01:00
Use GH repository description in platforms and README.md file (#851)
Dieser Commit ist enthalten in:
Ursprung
bc06d9ecc1
Commit
29a7b01937
@ -4,7 +4,7 @@
|
|||||||
[![Build Status](https://github.com/ViaVersion/ViaBackwards/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaBackwards/actions)
|
[![Build Status](https://github.com/ViaVersion/ViaBackwards/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaBackwards/actions)
|
||||||
[![Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord)
|
[![Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](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..
|
Requires [ViaVersion](https://hangar.papermc.io/ViaVersion/ViaVersion) to be installed..
|
||||||
|
|
||||||
|
@ -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 = "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(
|
val main = setOf(
|
||||||
|
@ -37,7 +37,7 @@ import java.util.logging.Logger;
|
|||||||
name = "ViaBackwards",
|
name = "ViaBackwards",
|
||||||
version = VersionInfo.VERSION,
|
version = VersionInfo.VERSION,
|
||||||
authors = {"Matsv", "kennytv", "Gerrygames", "creeper123123321", "ForceUpdate1", "EnZaXD"},
|
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")}
|
dependencies = {@Dependency(id = "viaversion")}
|
||||||
)
|
)
|
||||||
public class VelocityPlugin implements ViaBackwardsPlatform {
|
public class VelocityPlugin implements ViaBackwardsPlatform {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren