Skip to content

Commit

Permalink
Update ServerStarter.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
MadWomen authored Mar 6, 2021
1 parent 8e4bcd5 commit 8bc5416
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,14 @@ class ServerStarter(args: Array<String>) {

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!")
Expand Down Expand Up @@ -208,4 +209,4 @@ fun main(args: Array<String>) {
}
}

class InitException(s: String, e: Exception? = null) : RuntimeException(s, e)
class InitException(s: String, e: Exception? = null) : RuntimeException(s, e)

0 comments on commit 8bc5416

Please sign in to comment.