From f7a10d86ebf5d842f3098879f7506ec4dd41e946 Mon Sep 17 00:00:00 2001 From: games647 Date: Wed, 25 Jul 2018 16:55:52 +0200 Subject: [PATCH] Don't transform because it's already compatible with 1.13 --- bukkit/src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 1121a13b..92c91f94 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -14,6 +14,9 @@ dev-url: ${project.url} # Load the plugin as early as possible to inject it for all players load: STARTUP +# This plugin don't have to be transformed for compatibility with Minecraft >= 1.13 +api-version: 1.13 + softdepend: # We depend either ProtocolLib or ProtocolSupport - ProtocolSupport