Skip to content

Commit

Permalink
Added bStats
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde committed Aug 3, 2023
1 parent a6d25e8 commit 9f90377
Show file tree
Hide file tree
Showing 3 changed files with 884 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'com.maximfiedler'
version = '1.1.1'
version = '1.1.2'

repositories {
mavenCentral()
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/maximfiedler/hologramapi/HologramAPI.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.maximfiedler.hologramapi;

import com.maximfiedler.hologramapi.bstats.Metrics;
import com.maximfiedler.hologramapi.hologram.HologramManager;
import lombok.AccessLevel;
import lombok.Getter;
Expand All @@ -12,6 +13,7 @@ public final class HologramAPI extends JavaPlugin {
@Override
public void onEnable() {
hologramManager = new HologramManager(this);
new Metrics(this, 19375);
}

}
Loading

0 comments on commit 9f90377

Please sign in to comment.