From b9cbe9ee4cdd67e6623b4bc879fdc88f7b2992f1 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Tue, 9 Feb 2021 18:46:30 +0100 Subject: [PATCH] Makes Vault a soft dependency --- src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 2cbb296..9abb4e8 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -5,6 +5,7 @@ description: Stargate mod for Bukkit author: EpicKnarvik97 website: https://knarcraft.net api-version: 1.16 +softdepend: [Vault] commands: sg: description: Used to reload the plugin. Console use only.