File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/main/java/lol/hyper/toolstats Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ public final class ToolStats extends JavaPlugin {
5757 // used for tracking new elytras
5858 public final NamespacedKey newElytra = new NamespacedKey (this , "new" );
5959
60- public final Set <NamespacedKey > keys = new HashSet <>();
61-
6260 public BlocksMined blocksMined ;
6361 public ChunkPopulate chunkPopulate ;
6462 public CraftItem craftItem ;
@@ -111,15 +109,6 @@ public void onEnable() {
111109 new Metrics (this , 14110 );
112110
113111 Bukkit .getScheduler ().runTaskAsynchronously (this , this ::checkForUpdates );
114-
115- keys .add (genericOwner );
116- keys .add (timeCreated );
117- keys .add (swordPlayerKills );
118- keys .add (swordMobKills );
119- keys .add (genericMined );
120- keys .add (fishingRodCaught );
121- keys .add (shearsSheared );
122- keys .add (armorDamage );
123112 }
124113
125114 public void loadConfig () {
You can’t perform that action at this time.
0 commit comments