mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-20 16:37:48 +01:00
Lowercase gang
This commit is contained in:
parent
43ebe3c3e3
commit
6f2961a00b
@ -4,7 +4,7 @@ description: Allow older Minecraft versions to connect to a newer server version
|
|||||||
main: com.viaversion.viabackwards.BukkitPlugin
|
main: com.viaversion.viabackwards.BukkitPlugin
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
|
||||||
authors: [Matsv, KennyTV, Gerrygames, creeper123123321, ForceUpdate1]
|
authors: [Matsv, kennytv, Gerrygames, creeper123123321, ForceUpdate1]
|
||||||
website: ${url}
|
website: ${url}
|
||||||
|
|
||||||
depend: [ViaVersion]
|
depend: [ViaVersion]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: ViaBackwards
|
name: ViaBackwards
|
||||||
main: com.viaversion.viabackwards.BungeePlugin
|
main: com.viaversion.viabackwards.BungeePlugin
|
||||||
author: "Matsv, KennyTV, Gerrygames, creeper123123321, ForceUpdate1"
|
author: "Matsv, kennytv, Gerrygames, creeper123123321, ForceUpdate1"
|
||||||
version: ${version}
|
version: ${version}
|
||||||
depends: [ViaVersion]
|
depends: [ViaVersion]
|
@ -13,7 +13,7 @@
|
|||||||
"environment": "*",
|
"environment": "*",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Matsv",
|
"Matsv",
|
||||||
"KennyTV",
|
"kennytv",
|
||||||
"Gerrygames",
|
"Gerrygames",
|
||||||
"creeper123123321",
|
"creeper123123321",
|
||||||
"ForceUpdate1"
|
"ForceUpdate1"
|
||||||
|
@ -37,7 +37,7 @@ import java.util.logging.Logger;
|
|||||||
@Plugin(id = "viabackwards",
|
@Plugin(id = "viabackwards",
|
||||||
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 = "Allow older Minecraft versions to connect to a newer server version.",
|
||||||
dependencies = {@Dependency(id = "viaversion")}
|
dependencies = {@Dependency(id = "viaversion")}
|
||||||
)
|
)
|
||||||
|
@ -37,7 +37,7 @@ import java.util.logging.Logger;
|
|||||||
@Plugin(id = "viabackwards",
|
@Plugin(id = "viabackwards",
|
||||||
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 = "Allow older Minecraft versions to connect to a newer server version.",
|
||||||
dependencies = {@Dependency(id = "viaversion")}
|
dependencies = {@Dependency(id = "viaversion")}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user