From 6627a272db60de2aac0260ee20c43bc3d4828952 Mon Sep 17 00:00:00 2001 From: Tofpu Date: Fri, 29 Dec 2023 21:52:01 +0200 Subject: [PATCH] Update `plugin.yml` to refer to the updated plugin class location --- platform/bukkit/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/bukkit/src/main/resources/plugin.yml b/platform/bukkit/src/main/resources/plugin.yml index 1878dfb1..21bb9c83 100644 --- a/platform/bukkit/src/main/resources/plugin.yml +++ b/platform/bukkit/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: speedbridge2 version: ${version} -main: com.github.tofpu.speedbridge2.plugin.BukkitPlugin +main: com.github.tofpu.speedbridge2.bukkit.plugin.BukkitPlugin authors: [ Tofpu ] website: https://github.com/Tofpu api-version: 1.13