From 5fc7ef9f5b74d68f94b8163f376ad56797085130 Mon Sep 17 00:00:00 2001 From: 4drian3d <68704415+4drian3d@users.noreply.github.com> Date: Sat, 26 Jun 2021 21:08:00 -0500 Subject: [PATCH] Fix velocity-plugin.json , --- proxy/src/main/resources/velocity-plugin.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/proxy/src/main/resources/velocity-plugin.json b/proxy/src/main/resources/velocity-plugin.json index ba4c236..493cbec 100644 --- a/proxy/src/main/resources/velocity-plugin.json +++ b/proxy/src/main/resources/velocity-plugin.json @@ -1,10 +1,10 @@ { - "id":"authmevelocity", - "name":"AuthMeVelocity", - "version":"${project.version}", - "url":"https://github.com/4drian3d/AuthMeVelocity", - "description":"This plugin adds the support for AuthMeReloaded to Velocity." - "authors":"xQuickGlare", - "dependencies":[], - "main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin" -} \ No newline at end of file + "id":"authmevelocity", + "name":"AuthMeVelocity", + "version":"${project.version}", + "url":"https://github.com/4drian3d/AuthMeVelocity", + "description":"This plugin adds the support for AuthMeReloaded to Velocity.", + "authors":"xQuickGlare", + "dependencies":[], + "main":"com.glyart.authmevelocity.proxy.AuthMeVelocityPlugin" +}