Added vault and playerpoints as soft depends.

This commit is contained in:
Brianna 2019-10-19 16:09:36 -04:00
parent e1b05af2df
commit 0aca79652f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ main: ${plugin.main}
version: ${plugin.version}
author: ${plugin.author}
api-version: 1.13
softdepend: [PlaceholderAPI] # TODO: Add other softdepends
softdepend: [PlaceholderAPI, PlayerPoints, Vault] # TODO: Add other softdepends
commands:
Boss:
description: Used to handle all CustomBosses related commands.