Refactor to PaperPlugin

This commit is contained in:
Len
2026-07-25 10:43:58 -05:00
parent ea0d678c83
commit f82160d7d3
4 changed files with 77 additions and 82 deletions
@@ -0,0 +1,13 @@
package com.alttd.afkdectector;
import io.papermc.paper.plugin.bootstrap.BootstrapContext;
import io.papermc.paper.plugin.bootstrap.PluginBootstrap;
@SuppressWarnings("UnstableApiUsage")
public class AFKDetectorBootstrap implements PluginBootstrap {
@Override
public void bootstrap(BootstrapContext context) {}
}