This commit is contained in:
2025-07-22 14:20:47 -07:00
parent 4e4daa6ce2
commit 81fcfb1292

View File

@@ -20,8 +20,8 @@ class PlayerJoinListener(val plugin: ChaosMCLobbyPlugin) : Listener {
player.sendMessage("")
player.sendComponent("<gray>Welcome to ${MessageFormat.name()}, ${MessageFormat.setPrimaryColor("<underlined>${player.name}</underlined>")}!</gray>")
player.sendMessage("")
player.sendComponent("${MessageFormat.setPrimaryColor("<bold>WEBSITE</bold><gray>:</gray>")} ${MessageFormat.setSecondaryColor("<click:open_url:'https://galaxy.lncvrt.xyz'>galaxy.lncvrt.xyz</click>")}")
player.sendComponent("${MessageFormat.setPrimaryColor("<bold>DISCORD</bold><gray>:</gray>")} ${MessageFormat.setSecondaryColor("<click:open_url:'https://galaxy.lncvrt.xyz/discord'>galaxy.lncvrt.xyz/discord</click>")}")
player.sendComponent("${MessageFormat.setPrimaryColor("<bold>WEBSITE</bold><gray>:</gray>")} ${MessageFormat.setSecondaryColor("<click:open_url:'https://chaos.lncvrt.xyz'>chaos.lncvrt.xyz</click>")}")
player.sendComponent("${MessageFormat.setPrimaryColor("<bold>DISCORD</bold><gray>:</gray>")} ${MessageFormat.setSecondaryColor("<click:open_url:'https://chaos.lncvrt.xyz/discord'>chaos.lncvrt.xyz/discord</click>")}")
player.sendMessage("")
player.sendComponent("<dark_gray><strikethrough>+---------------------***---------------------+")
}, 5)