Update authors

This commit is contained in:
Nassim Jahnke 2024-04-07 20:44:24 +02:00
parent fe708ba0eb
commit 3ea95a0d78
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
6 changed files with 10 additions and 5 deletions

View File

@ -12,5 +12,5 @@ ij_java_imports_layout = *,|,$*
ij_java_generate_final_locals = true
ij_java_generate_final_parameters = true
[*.json]
[{*.json,*.yml}]
indent_size = 2

View File

@ -5,7 +5,7 @@ main: com.viaversion.viabackwards.BukkitPlugin
api-version: 1.13
folia-supported: true
authors: [Matsv, kennytv, Gerrygames, creeper123123321, ForceUpdate1]
authors: [Matsv, kennytv, Gerrygames, creeper123123321, ForceUpdate1, EnZaXD]
website: ${url}
depend: [ViaVersion]

View File

@ -1,5 +1,5 @@
name: ViaBackwards
main: com.viaversion.viabackwards.BungeePlugin
author: "Matsv, kennytv, Gerrygames, creeper123123321, ForceUpdate1"
author: "Matsv, kennytv, Gerrygames, creeper123123321, ForceUpdate1, EnZaXD"
version: ${version}
depends: [ViaVersion]

View File

@ -17,7 +17,8 @@
"kennytv",
"Gerrygames",
"creeper123123321",
"ForceUpdate1"
"ForceUpdate1",
"EnZaXD"
],
"entrypoints": {
"viafabric:via_api_initialized": [

View File

@ -26,6 +26,10 @@
{
"name": "creeper123123321",
"description": "Contributor"
},
{
"name": "EnZaXD",
"description": "Contributor"
}
],
"dependencies": [

View File

@ -36,7 +36,7 @@ import java.util.logging.Logger;
@Plugin(id = "viabackwards",
name = "ViaBackwards",
version = VersionInfo.VERSION,
authors = {"Matsv", "kennytv", "Gerrygames", "creeper123123321", "ForceUpdate1"},
authors = {"Matsv", "kennytv", "Gerrygames", "creeper123123321", "ForceUpdate1", "EnZaXD"},
description = "Allows older Minecraft client versions to connect to newer server versions.",
dependencies = {@Dependency(id = "viaversion")}
)