Paper and startup and git lfs

This commit is contained in:
John Doty 2024-11-29 07:09:54 -08:00
parent 2fbde68af9
commit b512f70faa
6 changed files with 20 additions and 2 deletions

View file

@ -7,7 +7,7 @@ public final class Solidarity extends JavaPlugin {
@Override
public void onEnable() {
// Plugin startup logic
getLogger().info("Hello World!");
getLogger().info("Hello World! It's a me!");
}
@Override