Skip to content

Commit

Permalink
Add Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Apr 28, 2024
1 parent ace7890 commit 02d8287
Show file tree
Hide file tree
Showing 2 changed files with 890 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.nookure.staff.api.NookureStaffPlatform;
import com.nookure.staff.lib.DefaultLibRepo;
import com.nookure.staff.paper.NookureStaff;
import com.nookure.staff.paper.util.Metrics;
import com.nookure.staff.paper.util.PaperLoggerImpl;
import net.kyori.adventure.text.Component;
import net.kyori.adventure.text.format.NamedTextColor;
Expand Down Expand Up @@ -48,6 +49,7 @@ public void onEnable() {
loadLogger();
loadInjector();
loadPlugin();
new Metrics(this, 16548);

plugin.onEnable();
}
Expand Down
Loading

0 comments on commit 02d8287

Please sign in to comment.