Remove easter message

This commit is contained in:
2025-04-22 18:08:40 -07:00
parent 83a9a75861
commit 14e2f2232d

View File

@@ -24,7 +24,6 @@ class PlayerJoinListener(val plugin: GalaxyLobbyPlugin) : Listener {
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.sendMessage("")
player.sendComponent("<dark_gray><strikethrough>+---------------------***---------------------+")
player.sendComponent("<color:#A48FD1>It's easter! Collect eggs around the map to win a rare <b><gradient:#FBC2EB:#A6C1EE>BUNNY</gradient></b> tag!</color>")
}, 5)
}
}