15.2 v0.8

This commit is contained in:
Тимофей Бирюков
2021-02-25 18:36:02 +03:00
parent bc1b5a3559
commit 1f6e267753
3 changed files with 9 additions and 9 deletions

View File

@ -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:

View File

@ -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: