bukkit: Implement ItemStack and Block predicate arguments (#259)

This commit is contained in:
Jason 2021-05-03 20:52:39 -07:00 committed by Jason
parent 0f1d05ef9c
commit 7da05da323
11 changed files with 748 additions and 32 deletions

View file

@ -22,5 +22,5 @@ dependencies {
implementation("me.lucko", "commodore", Versions.commodore)
implementation("net.kyori", "adventure-platform-bukkit", Versions.adventurePlatform)
/* Bukkit */
compileOnly("org.bukkit", "bukkit", "1.8.8-R0.1-SNAPSHOT")
compileOnly("org.bukkit", "bukkit", Versions.bukkit)
}