From dbe8a389ce73b764eb41ea5415e57ee588f041d2 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Sun, 7 Apr 2024 20:41:44 +0200 Subject: [PATCH] Update authors --- .editorconfig | 5 ++++- bukkit/src/main/resources/plugin.yml | 2 +- bungee/src/main/resources/bungee.yml | 2 +- fabric/src/main/resources/fabric.mod.json | 4 +++- sponge/src/main/resources/META-INF/sponge_plugins.json | 8 ++++++++ .../java/com/viaversion/viaversion/VelocityPlugin.java | 2 +- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7730dd6b1..e79338611 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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_imports_layout = *,|,$* ij_java_generate_final_locals = true -ij_java_generate_final_parameters = true \ No newline at end of file +ij_java_generate_final_parameters = true + +[{*.json,*.yml}] +indent_size = 2 \ No newline at end of file diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 2d536e8c5..6e1a8717b 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ViaVersion main: com.viaversion.viaversion.ViaVersionPlugin -authors: [ _MylesC, creeper123123321, Gerrygames, kennytv, Matsv ] +authors: [ _MylesC, creeper123123321, Gerrygames, kennytv, Matsv, EnZaXD, RK_01 ] version: ${version} description: ${description} api-version: 1.13 diff --git a/bungee/src/main/resources/bungee.yml b/bungee/src/main/resources/bungee.yml index d5ae310b7..99ae4be8d 100644 --- a/bungee/src/main/resources/bungee.yml +++ b/bungee/src/main/resources/bungee.yml @@ -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, EnZaXD, RK_01 version: ${version} \ No newline at end of file diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 4eb814f1e..1c4db1ea2 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -17,7 +17,9 @@ "creeper123123321", "Gerrygames", "kennytv", - "Matsv" + "Matsv", + "EnZaXD", + "RK_01" ], "depends": { "fabricloader": ">=0.14.0", diff --git a/sponge/src/main/resources/META-INF/sponge_plugins.json b/sponge/src/main/resources/META-INF/sponge_plugins.json index f635e2706..c3d57a297 100644 --- a/sponge/src/main/resources/META-INF/sponge_plugins.json +++ b/sponge/src/main/resources/META-INF/sponge_plugins.json @@ -31,6 +31,14 @@ { "name": "Matsv", "description": "Contributor" + }, + { + "name": "EnZaXD", + "description": "Contributor" + }, + { + "name": "RK_01", + "description": "Contributor" } ], "dependencies": [ diff --git a/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java b/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java index 820c23a37..4c13ac9a3 100644 --- a/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java +++ b/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java @@ -57,7 +57,7 @@ import org.slf4j.Logger; id = "viaversion", name = "ViaVersion", 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.", url = "https://viaversion.com" )