From 8e56dffc8ae0a3248dc63f0a2d78e72600226fb8 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 21 Apr 2021 19:24:17 +0100 Subject: [PATCH] Fixed api version --- eco-core/core-plugin/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 7965418..888d93c 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: Talismans version: ${projectVersion} main: com.willfp.talismans.TalismansPlugin -api-version: 1.15 +api-version: 1.16 authors: [ Auxilor ] website: willfp.com load: STARTUP