Skip to content

Commit b1cff2f

Browse files
refactor: motd & tablist style
1 parent b4047a3 commit b1cff2f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

proxy-shared/src/main/kotlin/app/simplecloud/plugin/proxy/shared/config/motd/MotdLayoutConfiguration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import java.awt.image.BufferedImage
55

66
@ConfigSerializable
77
data class MotdLayoutConfiguration(
8-
val firstLines: List<String> = listOf("<gradient:#00fcff:#0da1a3><bold>SimpleCloud</bold></gradient> <dark_gray>»<gray> Simplify your network <dark_gray>|<bold><#4595ff> 1.12<#545454> - <#4595ff>1.20</bold>"),
9-
val secondLines: List<String> = listOf("<dark_gray>× <#178fff>Status<dark_gray>: <bold><#22cc22>Online</bold> <dark_gray>- <#ffffff>%PROXY%"),
8+
val firstLines: List<String> = listOf("<color:#0ea5e9>A simplecloud.app network"),
9+
val secondLines: List<String> = listOf("<color:#a3e635>● <color:#1e293b>▍ <color:#94a3b8>ʀᴇᴀᴅ <color:#cbd5e1>ᴅᴏᴄs.sɪᴍᴘʟᴇᴄʟᴏᴜᴅ.ᴀᴘᴘ</color> ᴛᴏ ᴄᴏɴғɪɢᴜʀᴇ</color>"),
1010
val playerInfo: List<String> = listOf(),
1111
val versionName: String = "",
1212
var serverIcon: String = "server-icon.png",

proxy-shared/src/main/kotlin/app/simplecloud/plugin/proxy/shared/config/tablis/TabList.kt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import org.spongepowered.configurate.objectmapping.ConfigSerializable
55
@ConfigSerializable
66
data class TabList(
77
val header: List<String> = listOf(
8-
"<dark_gray> <dark_gray>",
9-
"<aqua>SimpleCloud <dark_gray>» <gray>Simplify <white><italic>your</italic> <gray>network",
10-
"<dark_aqua>Online <dark_gray>» <gray><online_players><dark_gray>/<gray><max_players> <dark_gray>┃ <dark_aqua>Server <dark_gray>» <gray><server_name>",
11-
"<dark_gray>"
8+
"",
9+
"<color:#0ea5e9>SimpleCloud v3",
10+
"<color:#cbd5e1> Customize header and footer in the config! ",
11+
""
1212
),
1313
val footer: List<String> = listOf(
14-
"<dark_gray>",
15-
"<dark_aqua>Twitter <dark_gray>» <gray>@theSimpleCloud",
16-
"<dark_aqua>Discord <dark_gray>» <gray>discord.simplecloud.app",
17-
"<dark_gray>"
14+
"",
15+
" <color:#ffffff><online_players> players <color:#cbd5e1>are playing on your network ",
16+
"<color:#64748b> sɪᴍᴘʟᴇᴄʟᴏᴜᴅ.ᴀᴘᴘ",
17+
""
1818
),
1919
)

0 commit comments

Comments
 (0)