From 64054f9079b3d37bdd902e936297a97eb9982e7e Mon Sep 17 00:00:00 2001 From: Govindas Date: Sun, 24 Oct 2021 09:33:12 +0300 Subject: [PATCH] api-version to 1.13 to help 1.13+ servers. will still work on 1.12 and below. --- src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 861cce3..b2bf48b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,4 +2,5 @@ name: Skooldown main: net.govindas.skooldown.Skooldown version: 1.2.0 author: Govindas -depend: [Skript] \ No newline at end of file +depend: [Skript] +api-version: 1.13