Skip to content

Commit

Permalink
Add back bStats
Browse files Browse the repository at this point in the history
Took 3 minutes
  • Loading branch information
DerFrZocker committed Dec 31, 2021
1 parent 5c63b42 commit de771f2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import de.derfrzocker.ore.control.api.OreControlRegistries;
import de.derfrzocker.ore.control.api.dao.ConfigDao;
import de.derfrzocker.ore.control.impl.v1_18_R1.NMSReplacer_v1_18_R1;
import org.bstats.bukkit.Metrics;
import org.bukkit.event.Listener;
import org.bukkit.plugin.java.JavaPlugin;

Expand All @@ -47,5 +48,7 @@ public void onEnable() {
}

nmsReplacer.hookIntoBiomes();

new Metrics(this, 4244);
}
}

0 comments on commit de771f2

Please sign in to comment.