Skip to content

Commit

Permalink
Include bStats metrics. Not enabled yet
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaMug committed Jan 21, 2021
1 parent 0ef4252 commit 970f492
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/src/main/java/me/blackvein/quests/Quests.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ public void onEnable() {
conditionFactory = new ConditionFactory(this);
depends = new Dependencies(this);
trigger = new DenizenTrigger(this);
/*final Metrics metrics = new Metrics(this);
metrics.addCustomChart(new Metrics.SimplePie("language", () -> Lang.getISO()));*/

// 2 - Load main config
settings.init();
Expand Down
Loading

0 comments on commit 970f492

Please sign in to comment.