mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 11:35:18 +01:00
Lowercase gang
This commit is contained in:
parent
b4f8024eef
commit
d7966567e7
@ -1,6 +1,6 @@
|
|||||||
name: ViaVersion
|
name: ViaVersion
|
||||||
main: com.viaversion.viaversion.ViaVersionPlugin
|
main: com.viaversion.viaversion.ViaVersionPlugin
|
||||||
authors: [_MylesC, creeper123123321, Gerrygames, KennyTV, Matsv]
|
authors: [_MylesC, creeper123123321, Gerrygames, kennytv, Matsv]
|
||||||
version: ${version}
|
version: ${version}
|
||||||
description: ${description}
|
description: ${description}
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: ViaVersion
|
name: ViaVersion
|
||||||
main: com.viaversion.viaversion.BungeePlugin
|
main: com.viaversion.viaversion.BungeePlugin
|
||||||
description: ${description}
|
description: ${description}
|
||||||
author: _MylesC, creeper123123321, Gerrygames, KennyTV, Matsv
|
author: _MylesC, creeper123123321, Gerrygames, kennytv, Matsv
|
||||||
version: ${version}
|
version: ${version}
|
@ -59,7 +59,7 @@ import java.util.logging.Logger;
|
|||||||
@Plugin(id = "viaversion",
|
@Plugin(id = "viaversion",
|
||||||
name = "ViaVersion",
|
name = "ViaVersion",
|
||||||
version = VersionInfo.VERSION,
|
version = VersionInfo.VERSION,
|
||||||
authors = {"_MylesC", "creeper123123321", "Gerrygames", "KennyTV", "Matsv"},
|
authors = {"_MylesC", "creeper123123321", "Gerrygames", "kennytv", "Matsv"},
|
||||||
description = "Allow newer Minecraft versions to connect to an older server version."
|
description = "Allow newer Minecraft versions to connect to an older server version."
|
||||||
)
|
)
|
||||||
public class SpongePlugin implements ViaPlatform<Player> {
|
public class SpongePlugin implements ViaPlatform<Player> {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"_MylesC",
|
"_MylesC",
|
||||||
"creeper123123321",
|
"creeper123123321",
|
||||||
"Gerrygames",
|
"Gerrygames",
|
||||||
"KennyTV",
|
"kennytv",
|
||||||
"Matsv"
|
"Matsv"
|
||||||
],
|
],
|
||||||
"logoFile": "assets/viaversion/textures/logo.png"
|
"logoFile": "assets/viaversion/textures/logo.png"
|
||||||
|
@ -60,7 +60,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
id = "viaversion",
|
id = "viaversion",
|
||||||
name = "ViaVersion",
|
name = "ViaVersion",
|
||||||
version = VersionInfo.VERSION,
|
version = VersionInfo.VERSION,
|
||||||
authors = {"_MylesC", "creeper123123321", "Gerrygames", "KennyTV", "Matsv"},
|
authors = {"_MylesC", "creeper123123321", "Gerrygames", "kennytv", "Matsv"},
|
||||||
description = "Allow newer Minecraft versions to connect to an older server version.",
|
description = "Allow newer Minecraft versions to connect to an older server version.",
|
||||||
url = "https://viaversion.com"
|
url = "https://viaversion.com"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user