Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 08:10:10 +01:00
Update description included in platforms (#694)
Dieser Commit ist enthalten in:
Ursprung
bf3834ab21
Commit
ab742c794f
@ -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 older clients to join newer server versions."
|
description = "Allows older Minecraft client versions to connect to newer server versions."
|
||||||
}
|
}
|
||||||
|
|
||||||
val main = setOf(
|
val main = setOf(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: ViaBackwards
|
name: ViaBackwards
|
||||||
version: ${version}
|
version: ${version}
|
||||||
description: Allow older Minecraft versions to connect to a newer server version.
|
description: ${description}
|
||||||
main: com.viaversion.viabackwards.BukkitPlugin
|
main: com.viaversion.viabackwards.BukkitPlugin
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
folia-supported: true
|
folia-supported: true
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"id": "viabackwards",
|
"id": "viabackwards",
|
||||||
"name": "ViaBackwards",
|
"name": "ViaBackwards",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"description": "Allow older Minecraft versions to connect to a newer server version.",
|
"description": "${description}",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://viaversion.com/backwards",
|
"homepage": "https://viaversion.com/backwards",
|
||||||
|
@ -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"},
|
authors = {"Matsv", "kennytv", "Gerrygames", "creeper123123321", "ForceUpdate1"},
|
||||||
description = "Allow older Minecraft versions to connect to a newer server version.",
|
description = "Allows older Minecraft client versions to connect to newer server versions.",
|
||||||
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