Refactor to PaperPlugin

This commit is contained in:
Len
2025-11-20 19:33:54 +01:00
parent 33f51eed09
commit aaebd64294
2 changed files with 26 additions and 4 deletions
@@ -0,0 +1,12 @@
package com.alttd.playershops;
import io.papermc.paper.plugin.bootstrap.BootstrapContext;
import io.papermc.paper.plugin.bootstrap.PluginBootstrap;
@SuppressWarnings("UnstableApiUsage")
public class PlayerShopsBootstrap implements PluginBootstrap {
@Override
public void bootstrap(BootstrapContext context) {}
}