Skip to content

Commit db024be

Browse files
committed
Remove bstats metrics
1 parent 2c71cb0 commit db024be

4 files changed

Lines changed: 1 addition & 733 deletions

File tree

API/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<artifactId>api</artifactId>
1414
<version>${pl.version}</version>
1515

16-
1716
<dependencies>
1817
<dependency>
1918
<groupId>org.spigotmc</groupId>
@@ -38,12 +37,6 @@
3837
<artifactId>reflectionhelper</artifactId>
3938
<version>1.18.15-SNAPSHOT</version>
4039
</dependency>
41-
42-
<dependency>
43-
<groupId>org.inventivetalent.spiget-update</groupId>
44-
<artifactId>bukkit</artifactId>
45-
<version>1.4.3-SNAPSHOT</version>
46-
</dependency>
4740
</dependencies>
4841

4942
</project>

API/src/org/inventivetalent/packetlistener/PacketListenerPlugin.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
import org.bukkit.Bukkit;
44
import org.bukkit.plugin.java.JavaPlugin;
5-
import org.inventivetalent.packetlistener.metrics.Metrics;
6-
import org.inventivetalent.update.spiget.SpigetUpdate;
7-
import org.inventivetalent.update.spiget.UpdateCallback;
8-
import org.inventivetalent.update.spiget.comparator.VersionComparator;
95

106
public class PacketListenerPlugin extends JavaPlugin {
117

@@ -24,8 +20,6 @@ public void onEnable() {
2420
return;
2521
}
2622

27-
new Metrics(this, 225);
28-
2923
packetListenerAPI.init(this);
3024
}
3125

0 commit comments

Comments
 (0)