15.2 v0.8
This commit is contained in:
@ -127,7 +127,7 @@ public class BlacksmithPlugin extends JavaPlugin {
|
||||
public boolean isTool(ItemStack item) {
|
||||
switch (item.getType()) {
|
||||
case WOODEN_PICKAXE:
|
||||
case WOODEN_SHOVEL:
|
||||
case WOODEN_SHOVEL:
|
||||
case WOODEN_HOE:
|
||||
case WOODEN_SWORD:
|
||||
case WOODEN_AXE:
|
||||
|
@ -1,11 +1,11 @@
|
||||
name: Blacksmith
|
||||
author: aPunch, jrbudda, HurricanKai
|
||||
version: 1.12
|
||||
version: 1.16
|
||||
main: net.apunch.blacksmith.BlacksmithPlugin
|
||||
depend: [Citizens, Vault]
|
||||
softdepend: [HyperConomy]
|
||||
|
||||
api-version: 1.13
|
||||
api-version: 1.16
|
||||
|
||||
commands:
|
||||
blacksmithreload:
|
||||
|
Reference in New Issue
Block a user