diff --git a/.editorconfig b/.editorconfig index 85b4636b..e7933861 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 4439d93a..3e2ce641 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -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] diff --git a/bungee/src/main/resources/bungee.yml b/bungee/src/main/resources/bungee.yml index 590bf0d1..ce4e5548 100644 --- a/bungee/src/main/resources/bungee.yml +++ b/bungee/src/main/resources/bungee.yml @@ -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] \ 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 fe5204c7..aca4ada8 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -17,7 +17,8 @@ "kennytv", "Gerrygames", "creeper123123321", - "ForceUpdate1" + "ForceUpdate1", + "EnZaXD" ], "entrypoints": { "viafabric:via_api_initialized": [ diff --git a/sponge/src/main/resources/META-INF/sponge_plugins.json b/sponge/src/main/resources/META-INF/sponge_plugins.json index 1d30c67b..8d77fe9c 100644 --- a/sponge/src/main/resources/META-INF/sponge_plugins.json +++ b/sponge/src/main/resources/META-INF/sponge_plugins.json @@ -26,6 +26,10 @@ { "name": "creeper123123321", "description": "Contributor" + }, + { + "name": "EnZaXD", + "description": "Contributor" } ], "dependencies": [ diff --git a/velocity/src/main/java/com/viaversion/viabackwards/VelocityPlugin.java b/velocity/src/main/java/com/viaversion/viabackwards/VelocityPlugin.java index 4e11ba38..d2f48746 100644 --- a/velocity/src/main/java/com/viaversion/viabackwards/VelocityPlugin.java +++ b/velocity/src/main/java/com/viaversion/viabackwards/VelocityPlugin.java @@ -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")} )