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