From 03663406deecd62cb693bcdd6413e8cca9f1ad05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= Date: Sun, 3 Sep 2023 10:07:51 +0800 Subject: [PATCH] Update API Version to 2 --- src/main/resources/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.json b/src/main/resources/plugin.json index e804ebd..d89e52a 100644 --- a/src/main/resources/plugin.json +++ b/src/main/resources/plugin.json @@ -4,5 +4,5 @@ "version": "1.7.0", "mainClass": "com.github.jie65535.opencommand.OpenCommandPlugin", "authors": ["jie65535", "方块君"], - "api": 3 + "api": 2 } \ No newline at end of file