Run Workflow

This commit is contained in:
2026-02-05 22:23:17 +01:00
parent 66fb1d619c
commit 63482565c5

View File

@@ -26,4 +26,4 @@ public class SolarCellPlugin extends JavaPlugin {
LOGGER.atInfo().log("Setting up plugin " + this.getName()); LOGGER.atInfo().log("Setting up plugin " + this.getName());
this.getCommandRegistry().registerCommand(new ExampleCommand(this.getName(), this.getManifest().getVersion().toString())); this.getCommandRegistry().registerCommand(new ExampleCommand(this.getName(), this.getManifest().getVersion().toString()));
} }
} }