diff --git a/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java b/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java index f749d5c..17a9734 100644 --- a/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java +++ b/src/main/java/org/KaiFlo/SolarCell/SolarCellPlugin.java @@ -26,4 +26,4 @@ public class SolarCellPlugin extends JavaPlugin { LOGGER.atInfo().log("Setting up plugin " + this.getName()); this.getCommandRegistry().registerCommand(new ExampleCommand(this.getName(), this.getManifest().getVersion().toString())); } -} \ No newline at end of file +} \ No newline at end of file