diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index d01034c49..744f113db 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] 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 f2b0d79ad..d5ae310b7 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 version: ${version} \ No newline at end of file diff --git a/sponge/src/main/java/com/viaversion/viaversion/SpongePlugin.java b/sponge/src/main/java/com/viaversion/viaversion/SpongePlugin.java index e4bf639df..8279141e7 100644 --- a/sponge/src/main/java/com/viaversion/viaversion/SpongePlugin.java +++ b/sponge/src/main/java/com/viaversion/viaversion/SpongePlugin.java @@ -59,7 +59,7 @@ import java.util.logging.Logger; @Plugin(id = "viaversion", name = "ViaVersion", version = VersionInfo.VERSION, - authors = {"_MylesC", "creeper123123321", "Gerrygames", "KennyTV", "Matsv"}, + authors = {"_MylesC", "creeper123123321", "Gerrygames", "kennytv", "Matsv"}, description = "Allow newer Minecraft versions to connect to an older server version." ) public class SpongePlugin implements ViaPlatform { diff --git a/sponge/src/main/resources/mcmod.info b/sponge/src/main/resources/mcmod.info index 4660c688b..6f2f74821 100644 --- a/sponge/src/main/resources/mcmod.info +++ b/sponge/src/main/resources/mcmod.info @@ -8,7 +8,7 @@ "_MylesC", "creeper123123321", "Gerrygames", - "KennyTV", + "kennytv", "Matsv" ], "logoFile": "assets/viaversion/textures/logo.png" diff --git a/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java b/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java index 5d4cd885e..c624de75c 100644 --- a/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java +++ b/velocity/src/main/java/com/viaversion/viaversion/VelocityPlugin.java @@ -60,7 +60,7 @@ import java.util.concurrent.TimeUnit; id = "viaversion", name = "ViaVersion", version = VersionInfo.VERSION, - authors = {"_MylesC", "creeper123123321", "Gerrygames", "KennyTV", "Matsv"}, + authors = {"_MylesC", "creeper123123321", "Gerrygames", "kennytv", "Matsv"}, description = "Allow newer Minecraft versions to connect to an older server version.", url = "https://viaversion.com" )