bukkit: Implement ItemStack and Block predicate arguments (#259)
This commit is contained in:
parent
0f1d05ef9c
commit
7da05da323
11 changed files with 748 additions and 32 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue