mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
removed unused set
This commit is contained in:
@@ -57,8 +57,6 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
// used for tracking new elytras
|
// used for tracking new elytras
|
||||||
public final NamespacedKey newElytra = new NamespacedKey(this, "new");
|
public final NamespacedKey newElytra = new NamespacedKey(this, "new");
|
||||||
|
|
||||||
public final Set<NamespacedKey> keys = new HashSet<>();
|
|
||||||
|
|
||||||
public BlocksMined blocksMined;
|
public BlocksMined blocksMined;
|
||||||
public ChunkPopulate chunkPopulate;
|
public ChunkPopulate chunkPopulate;
|
||||||
public CraftItem craftItem;
|
public CraftItem craftItem;
|
||||||
@@ -111,15 +109,6 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
new Metrics(this, 14110);
|
new Metrics(this, 14110);
|
||||||
|
|
||||||
Bukkit.getScheduler().runTaskAsynchronously(this, this::checkForUpdates);
|
Bukkit.getScheduler().runTaskAsynchronously(this, this::checkForUpdates);
|
||||||
|
|
||||||
keys.add(genericOwner);
|
|
||||||
keys.add(timeCreated);
|
|
||||||
keys.add(swordPlayerKills);
|
|
||||||
keys.add(swordMobKills);
|
|
||||||
keys.add(genericMined);
|
|
||||||
keys.add(fishingRodCaught);
|
|
||||||
keys.add(shearsSheared);
|
|
||||||
keys.add(armorDamage);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void loadConfig() {
|
public void loadConfig() {
|
||||||
|
|||||||
Reference in New Issue
Block a user