diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-16 14:39:30 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-08-16 14:39:30 +0100 |
| commit | 16707b375a8bb67340fb8a651c8ee56724f41bc1 (patch) | |
| tree | 100d5dc71106ac8261cdb3b139c15bf893e4b194 /bukkit/build.gradle | |
| parent | 62177918988433989edb02a662a4827b8670af41 (diff) | |
Add mmoitems as a quest item type (closes #221)
Diffstat (limited to 'bukkit/build.gradle')
| -rw-r--r-- | bukkit/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle index b1d27dbf..b97f68b5 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -100,6 +100,9 @@ dependencies { compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:latest' // VotingPlugin compileOnly 'com.bencodez:votingplugin:6.5.2' + // MMOItems + compileOnly 'net.Indyuce:MMOItems:6.5' + compileOnly 'io.lumine:MythicLib:1.1.1' // bStats implementation 'org.bstats:bstats-bukkit-lite:1.8' // HikariCP |
