Skip to content

Commit

Permalink
1.0.2 bstats
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCrafter committed Aug 12, 2022
1 parent f4820b2 commit 635f50f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

group = "me.cjcrafter"
version = "1.0.1"
version = "1.0.2"

plugins {
`java-library`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package me.cjcrafter.damagemechanics;

import org.bstats.bukkit.Metrics;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.attribute.Attribute;
Expand Down Expand Up @@ -27,6 +28,9 @@ public void onEnable() {
reloadConfig();

Bukkit.getPluginManager().registerEvents(this, this);

// https://bstats.org/plugin/bukkit/DamageMechanics/16111
Metrics metrics = new Metrics(this, 16111);
}

@Override
Expand Down

0 comments on commit 635f50f

Please sign in to comment.