diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-07 23:56:04 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-07 23:56:04 -0400 |
commit | 61a0080b5ebbbcefd8fa65abd5f472f891dced80 (patch) | |
tree | ee85fca0cd70029f311a5f08ed0c0136f184028d /src/main | |
parent | rewrite database and damage event, add placeholders (diff) | |
download | kenshinshideandseek-61a0080b5ebbbcefd8fa65abd5f472f891dced80.tar.gz kenshinshideandseek-61a0080b5ebbbcefd8fa65abd5f472f891dced80.tar.bz2 kenshinshideandseek-61a0080b5ebbbcefd8fa65abd5f472f891dced80.zip |
add softdepend to plugin.yml
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/plugin.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index afe2ed2..93fec0d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -5,6 +5,7 @@ author: KenshinEto load: STARTUP api-version: 1.13 depend: [ProtocolLib] +softdepend: [PlaceholderAPI] commands: hideandseek: description: Hide and Seek command |