From ca68ca4f6179472e32d0d76372a0fd1769492bce Mon Sep 17 00:00:00 2001 From: Max Narvaez Date: Tue, 21 Apr 2020 14:38:21 -0500 Subject: [PATCH] Add api-version to plugin.yml The plugin is being loaded as a "legacy plugin" because the api-version is not set. This should make Spigot stop complaining about how it doesn't have an api-version and allow it to load as a normal plugin. --- plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index f504e27..804161f 100644 --- a/plugin.yml +++ b/plugin.yml @@ -3,6 +3,7 @@ main: me.EtienneDx.RealEstate.RealEstate version: ${project.version} authors: [EtienneDx] depend: [GriefPrevention, Vault] +api-version: "1.15" commands: re: @@ -80,4 +81,4 @@ permissions: default: op realestate.autorenew: description: Allows the player to enable automatic renew for his rented claims and subclaims - default: true \ No newline at end of file + default: true