Skip to content

Commit

Permalink
Remove metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
t00thpick1 authored and riking committed Dec 22, 2017
1 parent 31cefbf commit 00e18d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 366 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,12 @@
<configuration>
<artifactSet>
<includes>
<include>com.turt2live.metrics:MetricsExtension</include>
<include>commons-logging:commons-logging</include>
<include>org.apache.tomcat:tomcat-jdbc</include>
<include>org.apache.tomcat:tomcat-juli</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>com.turt2live.metrics</pattern>
<shadedPattern>com.gmail.nossr50.metrics.mcstats</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.logging</pattern>
<shadedPattern>com.gmail.nossr50.commons.logging</shadedPattern>
Expand Down Expand Up @@ -146,11 +141,6 @@
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.turt2live.metrics</groupId>
<artifactId>MetricsExtension</artifactId>
<version>0.0.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/com/gmail/nossr50/mcMMO.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import com.gmail.nossr50.listeners.PlayerListener;
import com.gmail.nossr50.listeners.SelfListener;
import com.gmail.nossr50.listeners.WorldListener;
import com.gmail.nossr50.metrics.MetricsManager;
import com.gmail.nossr50.party.PartyManager;
import com.gmail.nossr50.runnables.CheckDateTask;
import com.gmail.nossr50.runnables.SaveTimerTask;
Expand Down Expand Up @@ -179,8 +178,6 @@ public void onEnable() {
scheduleTasks();
CommandRegistrationManager.registerCommands();

MetricsManager.setup();

placeStore = ChunkManagerFactory.getChunkManager(); // Get our ChunkletManager

checkForUpdates();
Expand Down
Loading

0 comments on commit 00e18d4

Please sign in to comment.