9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

feat: add bstats in hibiscus commons

This commit is contained in:
LoJoSho
2024-01-12 11:35:48 -06:00
parent f8b526b140
commit 0a622e936c

View File

@@ -12,6 +12,10 @@ public final class HibiscusCommonsPlugin extends HibiscusPlugin {
@Getter @Getter
private static boolean onPaper = false; private static boolean onPaper = false;
public HibiscusCommonsPlugin() {
super(20726);
}
@Override @Override
public void onStart() { public void onStart() {
instance = this; instance = this;