Skip to content

Commit

Permalink
Switch metrics to bStats
Browse files Browse the repository at this point in the history
Use it to track which pet types are used the most,
so I can prioritize new features.
  • Loading branch information
Techcable committed May 13, 2017
1 parent 32f47ac commit d198c26
Show file tree
Hide file tree
Showing 4 changed files with 1,074 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

import com.avaje.ebean.EbeanServer;

import net.techcable.sonarpet.bstats.Metrics;

import org.bukkit.Server;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
Expand All @@ -35,6 +37,8 @@ public abstract class BootstrapedPlugin implements Plugin {
@Override
public void onLoad() {}

public void configureMetrics(@Nonnull Metrics metrics) {}

@Override
public ChunkGenerator getDefaultWorldGenerator(String worldName, String id) {
return null;
Expand Down
Loading

0 comments on commit d198c26

Please sign in to comment.