Lowercase gang

This commit is contained in:
kennytv 2021-07-07 20:43:27 +02:00
parent b4f8024eef
commit d7966567e7
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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}

View File

@ -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> {

View File

@ -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"

View File

@ -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"
) )