mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 01:55:47 +01:00
Update authors
This commit is contained in:
parent
83223c1520
commit
dbe8a389ce
@ -10,4 +10,7 @@ ij_java_class_count_to_use_import_on_demand = 999999
|
|||||||
ij_java_names_count_to_use_import_on_demand = 999999
|
ij_java_names_count_to_use_import_on_demand = 999999
|
||||||
ij_java_imports_layout = *,|,$*
|
ij_java_imports_layout = *,|,$*
|
||||||
ij_java_generate_final_locals = true
|
ij_java_generate_final_locals = true
|
||||||
ij_java_generate_final_parameters = true
|
ij_java_generate_final_parameters = true
|
||||||
|
|
||||||
|
[{*.json,*.yml}]
|
||||||
|
indent_size = 2
|
@ -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, EnZaXD, RK_01 ]
|
||||||
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, EnZaXD, RK_01
|
||||||
version: ${version}
|
version: ${version}
|
@ -17,7 +17,9 @@
|
|||||||
"creeper123123321",
|
"creeper123123321",
|
||||||
"Gerrygames",
|
"Gerrygames",
|
||||||
"kennytv",
|
"kennytv",
|
||||||
"Matsv"
|
"Matsv",
|
||||||
|
"EnZaXD",
|
||||||
|
"RK_01"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.14.0",
|
"fabricloader": ">=0.14.0",
|
||||||
|
@ -31,6 +31,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Matsv",
|
"name": "Matsv",
|
||||||
"description": "Contributor"
|
"description": "Contributor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EnZaXD",
|
||||||
|
"description": "Contributor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "RK_01",
|
||||||
|
"description": "Contributor"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -57,7 +57,7 @@ import org.slf4j.Logger;
|
|||||||
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", "EnZaXD", "RK_01"},
|
||||||
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