From 4b3f1be599569b3b5ce6a6832658823ee3d2a8b7 Mon Sep 17 00:00:00 2001 From: KennyTV <28825609+KennyTV@users.noreply.github.com> Date: Wed, 22 Jan 2020 12:43:21 +0100 Subject: [PATCH] Add api version to prevent legacy data loading --- bukkit/src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 610e0be8..2a23fb0b 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -2,6 +2,7 @@ name: ViaBackwards version: ${project.version} description: Allow older Minecraft versions to connect to a newer server version. main: nl.matsv.viabackwards.BukkitPlugin +api-version: 1.13 authors: [Matsv, KennyTV, Gerrygames, creeper123123321, ForceUpdate1] website: ${project.url}