Add username to the created by line

This commit is contained in:
zontreck 2025-04-09 19:45:05 -07:00
parent e9f67af9f6
commit 3083feb77f

View file

@ -43,7 +43,7 @@ public class AriasServerEssentials extends JavaPlugin implements Listener {
getLogger().info("██║ ██║███████║███████╗");
getLogger().info("╚═╝ ╚═╝╚══════╝╚══════╝");
getLogger().info(" ");
getLogger().info("Created by Tara Piccari");
getLogger().info("Created by Tara Piccari (zontreck)");
getLogger().info("Copyright 2025 - Licensed under the GPLv3 or later");
getLogger().info("Version: 1.0");
getLogger().info(" ");