This repository was archived by the owner on Jul 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/io/github/lucaseasedup/logit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <id >spigot-repo</id >
2525 <url >https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url >
2626 </repository >
27- <repository >
27+ <!-- <repository>
2828 <id>Plugin Metrics</id>
2929 <url>http://repo.mcstats.org/content/repositories/public</url>
30- </repository >
30+ </repository>-->
3131 <repository >
3232 <id >vault-repo</id >
3333 <url >http://nexus.theyeticave.net/content/repositories/pub_releases</url >
7272 <version >2.0-rc1</version >
7373 <scope >compile</scope >
7474 </dependency >
75- <dependency >
75+ <!-- <dependency>
7676 <groupId>org.mcstats.bukkit</groupId>
7777 <artifactId>metrics-lite</artifactId>
7878 <version>R7</version>
7979 <scope>compile</scope>
80- </dependency >
80+ </dependency>-->
8181 <dependency >
8282 <groupId >javax.mail</groupId >
8383 <artifactId >mail</artifactId >
177177 </filters >
178178 <artifactSet >
179179 <includes >
180- <include >org.mcstats.bukkit:metrics-lite</include >
180+ <!-- < include>org.mcstats.bukkit:metrics-lite</include> -- >
181181 <include >javax.mail:mail</include >
182182 </includes >
183183 </artifactSet >
Original file line number Diff line number Diff line change 2525import org .bukkit .ChatColor ;
2626import org .bukkit .configuration .serialization .ConfigurationSerialization ;
2727import org .bukkit .plugin .java .JavaPlugin ;
28- import org .mcstats .MetricsLite ;
28+ // import org.mcstats.MetricsLite;
2929
3030public final class LogItPlugin extends JavaPlugin
3131{
@@ -35,14 +35,14 @@ public final class LogItPlugin extends JavaPlugin
3535 @ Override
3636 public void onEnable ()
3737 {
38- try
39- {
40- MetricsLite metrics = new MetricsLite (this );
41- metrics .start ();
42- }
43- catch (IOException ex )
44- {
45- }
38+ // try
39+ // {
40+ // MetricsLite metrics = new MetricsLite(this);
41+ // metrics.start();
42+ // }
43+ // catch (IOException ex)
44+ // {
45+ // }
4646
4747 try
4848 {
You can’t perform that action at this time.
0 commit comments