mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-10-31 23:59:33 +01:00
Update authors
This commit is contained in:
parent
d29c2bdfb7
commit
9598e0e4f8
@ -1,6 +1,6 @@
|
||||
name: ViaVersion
|
||||
main: us.myles.ViaVersion.ViaVersionPlugin
|
||||
authors: [_MylesC, Matsv]
|
||||
authors: [_MylesC, creeper123123321, Gerrygames, KennyTV, Matsv]
|
||||
version: ${project.version}
|
||||
description: ${project.description}
|
||||
load: postworld
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: ViaVersion
|
||||
main: us.myles.ViaVersion.BungeePlugin
|
||||
description: ${project.description}
|
||||
author: _MylesC, Matsv
|
||||
author: _MylesC, creeper123123321, Gerrygames, KennyTV, Matsv
|
||||
version: ${project.version}
|
@ -38,7 +38,7 @@ import java.util.logging.Logger;
|
||||
@Plugin(id = "viaversion",
|
||||
name = "ViaVersion",
|
||||
version = VersionInfo.VERSION,
|
||||
authors = {"_MylesC", "Matsv"},
|
||||
authors = {"_MylesC", "creeper123123321", "Gerrygames", "KennyTV", "Matsv"},
|
||||
description = "Allow newer Minecraft versions to connect to an older server version."
|
||||
)
|
||||
public class SpongePlugin implements ViaPlatform {
|
||||
|
@ -6,7 +6,10 @@
|
||||
"description": "${project.description}",
|
||||
"authorList": [
|
||||
"_MylesC",
|
||||
"Matsv"
|
||||
"creeper123123321",
|
||||
"Gerrygames",
|
||||
"KennyTV",
|
||||
"Matsv"
|
||||
],
|
||||
"logoFile": "assets/viaversion/textures/logo.png"
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ import java.util.concurrent.TimeUnit;
|
||||
id = "viaversion",
|
||||
name = "ViaVersion",
|
||||
version = VersionInfo.VERSION,
|
||||
authors = {"_MylesC", "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