diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-04 18:52:21 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-04 18:52:21 +0000 |
| commit | 0fb0ad7eec239fc434704555580ce079d38ad701 (patch) | |
| tree | 92f4928e7456a25148c7d9738da45ee131e27f2c /src/main/resources/plugin.yml | |
| parent | 819a3dac6e5b32f35a063221ae8bb249572f13cc (diff) | |
Add essentials balance and money earn task types
- Closes #118
Diffstat (limited to 'src/main/resources/plugin.yml')
| -rw-r--r-- | src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f49e6360..9426bca9 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -9,7 +9,7 @@ version: ${version} main: ${main} author: LMBishop -softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI] +softdepend: [ASkyBlock, BentoBox, IridiumSkyblock, uSkyBlock, Citizens, MythicMobs, PlaceholderAPI, Essentials] prefix: Quests api-version: "1.13" # allows new API features but Quests will still work pre-1.13 |
