From bef9438a2105490b312ed1bedada03b0e473d4ca Mon Sep 17 00:00:00 2001 From: Adrianed04 Date: Fri, 2 Jul 2021 11:57:15 -0500 Subject: [PATCH] Added api-version and update name in plugin.yml --- src/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/resources/plugin.yml b/src/resources/plugin.yml index 42fab58..dce939b 100644 --- a/src/resources/plugin.yml +++ b/src/resources/plugin.yml @@ -1,7 +1,8 @@ -name: ViaRewindPotions +name: ViaPotions version: 0.0.2 description: Translates thrown potions for ProtocolSupport and ViaRewind depend: [ProtocolLib] +api-version: 1.13 softdepend: - "ProtocolSupport" - "ViaRewind"