mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-05 22:31:45 +00:00
add shears to blocks mined
This commit is contained in:
@@ -7,4 +7,5 @@ A simple plugin to track cool stats for your tools and armor!
|
||||
* ~~Track armor damage.~~
|
||||
* ~~Track fish caught.~~
|
||||
* ~~Track sheep sheared.~~
|
||||
* If player kills player, tag their tools and armor with "Dropped by"
|
||||
* Properly handle combing of tools. Stats should combine together.
|
||||
@@ -20,7 +20,7 @@ import java.util.List;
|
||||
public class BlocksMined implements Listener {
|
||||
|
||||
private final ToolStats toolStats;
|
||||
private final String[] validTools = {"pickaxe", "axe", "hoe", "shovel"};
|
||||
private final String[] validTools = {"pickaxe", "axe", "hoe", "shovel", "shear"};
|
||||
private final String blocksMinedLore = ChatColor.GRAY + "Blocks mined: " + ChatColor.DARK_GRAY + "X";
|
||||
|
||||
public BlocksMined(ToolStats toolStats) {
|
||||
|
||||
Reference in New Issue
Block a user