From 73593ce6c56b71dc08025cdad25ab801e6020e2c Mon Sep 17 00:00:00 2001 From: William Date: Sat, 11 Mar 2023 00:04:28 +0000 Subject: [PATCH] Fix main class declaration in velocity-plugin.json --- src/main/resources/velocity-plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/velocity-plugin.json b/src/main/resources/velocity-plugin.json index f99bd91..17021bd 100644 --- a/src/main/resources/velocity-plugin.json +++ b/src/main/resources/velocity-plugin.json @@ -21,5 +21,5 @@ "optional": true } ], - "main": "net.william278.papiproxybridge.VelocityPAPIProxyBridge" + "main": "net.william278.velocitab.Velocitab" } \ No newline at end of file