diff --git a/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt b/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt index f5c1e28..0c02777 100644 --- a/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt +++ b/src/main/kotlin/atm/bloodworkxgaming/serverstarter/ServerStarter.kt @@ -127,13 +127,14 @@ class ServerStarter(args: Array) { info(ansi().fgRed().a(":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::")) info(ansi().fgBrightBlue().a(" Minecraft ServerStarter install/launcher jar")) - info(ansi().fgBrightBlue().a(" (Created by ").fgGreen().a("BloodWorkXGaming").fgBrightBlue().a(" with the help of ").fgGreen().a("\"Team RAM\"").fgBrightBlue().a(")")) + info(ansi().fgBrightBlue().a(" (Created by ").fgGreen().a("BloodWorkXGaming & Yoosk").fgBrightBlue().a(" with the help of ").fgGreen().a("\"Team ATM\"").fgBrightBlue().a(")")) info(ansi().fgRed().a(":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::")) info("") info(" This jar will launch a Minecraft Forge/Fabric Modded server") info("") info(ansi().a(" Github: ").fgBrightBlue().a("https://github.com/Yoosk/ServerStarter")) - info(ansi().a(" Discord: ").fgBrightBlue().a("https://discord.gg/A3c5YfV")) + info(ansi().a(" Github: ").fgBrightBlue().a("https://github.com/BloodyMods/ServerStarter")) + info(ansi().a(" Discord: ").fgBrightBlue().a("https://discord.gg/K5FBPYa")) info("") info(ansi().a("You are playing ").fgGreen().a(config.modpack.name)) info("Starting to install/launch the server, lean back!") @@ -208,4 +209,4 @@ fun main(args: Array) { } } -class InitException(s: String, e: Exception? = null) : RuntimeException(s, e) \ No newline at end of file +class InitException(s: String, e: Exception? = null) : RuntimeException(s, e)