Refactor to PaperPlugin

This commit is contained in:
Len
2026-07-24 11:07:26 -05:00
parent 53c259622f
commit 9fe2630f42
2 changed files with 24 additions and 14 deletions
@@ -0,0 +1,13 @@
package com.alttd.altitudetag;
import io.papermc.paper.plugin.bootstrap.BootstrapContext;
import io.papermc.paper.plugin.bootstrap.PluginBootstrap;
@SuppressWarnings("UnstableApiUsage")
public class AltitudeTagBootstrap implements PluginBootstrap {
@Override
public void bootstrap(BootstrapContext context) {}
}