mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Improve startup banner
This commit is contained in:
parent
13a5304edc
commit
dba72ea194
16
main.py
16
main.py
@ -23,14 +23,14 @@ def do_intro():
|
|||||||
|
|
||||||
version = helper.get_version_string()
|
version = helper.get_version_string()
|
||||||
|
|
||||||
intro = """
|
intro = f"""
|
||||||
{lines}
|
{'/' * 75}
|
||||||
#\t\tWelcome to Crafty Controller - v.{version}\t\t #
|
#{("Welcome to Crafty Controller - v." + version).center(73, " ")}#
|
||||||
{lines}
|
{'/' * 75}
|
||||||
# \tServer Manager / Web Portal for your Minecraft server \t #
|
#{"Server Manager / Web Portal for your Minecraft server".center(73, " ")}#
|
||||||
# \t\tHomepage: www.craftycontrol.com\t\t\t #
|
#{"Homepage: www.craftycontrol.com".center(73, " ")}#
|
||||||
{lines}
|
{'/' * 75}
|
||||||
""".format(lines="/" * 75, version=version)
|
"""
|
||||||
|
|
||||||
console.magenta(intro)
|
console.magenta(intro)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user