Easter message

This commit is contained in:
2025-04-19 19:25:12 -07:00
parent c1e8bf4499
commit d040c776d9
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ import xyz.lncvrt.galaxylobby.command.WebsiteCommand
import xyz.lncvrt.galaxylobby.event.*
import java.util.*
class GalaxyLobbyPlugin : JavaPlugin() {
internal val jumpPadCooldowns = HashMap<UUID, Long>()
internal val cooldowns = HashMap<Player, MutableMap<String, Long>>()

View File

@@ -25,7 +25,7 @@ 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("<green>Please note, we are working on improving this server to make it a more enjoyable place, we spend a lot of time and even <u><click:open_url:'https://github.com/orgs/GalaxyNetwork-org/repositories'>develop our own plugins (click)</click></u>. It takes a lot of time and effort :)")
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)
}
}