Skip to content

Commit

Permalink
Completely forgot to actually activate bStats
Browse files Browse the repository at this point in the history
Like a fool
  • Loading branch information
TechnicJelle committed Nov 4, 2023
1 parent 80c899c commit e8cba1e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import de.bluecolored.bluemap.api.BlueMapWorld;
import de.bluecolored.bluemap.api.markers.MarkerSet;
import de.bluecolored.bluemap.api.markers.POIMarker;
import org.bstats.bukkit.Metrics;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.entity.Player;
Expand Down Expand Up @@ -46,6 +47,8 @@ public final class BlueMapDeathMarkers extends JavaPlugin implements Listener {

@Override
public void onEnable() {
new Metrics(this, 18983);

BlueMapAPI.onEnable(onEnable);

updateChecker = new UpdateChecker("TechnicJelle", "BlueMapDeathMarkers", getDescription().getVersion());
Expand Down

0 comments on commit e8cba1e

Please # to comment.