diff --git a/src/main/kotlin/xyz/lncvrt/galaxylobby/GalaxyLobbyPlugin.kt b/src/main/kotlin/xyz/lncvrt/galaxylobby/GalaxyLobbyPlugin.kt index f423630..1312886 100644 --- a/src/main/kotlin/xyz/lncvrt/galaxylobby/GalaxyLobbyPlugin.kt +++ b/src/main/kotlin/xyz/lncvrt/galaxylobby/GalaxyLobbyPlugin.kt @@ -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() internal val cooldowns = HashMap>() diff --git a/src/main/kotlin/xyz/lncvrt/galaxylobby/event/PlayerJoinListener.kt b/src/main/kotlin/xyz/lncvrt/galaxylobby/event/PlayerJoinListener.kt index 57373fc..d5fac2c 100644 --- a/src/main/kotlin/xyz/lncvrt/galaxylobby/event/PlayerJoinListener.kt +++ b/src/main/kotlin/xyz/lncvrt/galaxylobby/event/PlayerJoinListener.kt @@ -25,7 +25,7 @@ class PlayerJoinListener(val plugin: GalaxyLobbyPlugin) : Listener { player.sendComponent("${MessageFormat.setPrimaryColor("DISCORD:")} ${MessageFormat.setSecondaryColor("galaxy.lncvrt.xyz/discord")}") player.sendMessage("") player.sendComponent("+---------------------***---------------------+") - player.sendComponent("Please note, we are working on improving this server to make it a more enjoyable place, we spend a lot of time and even develop our own plugins (click). It takes a lot of time and effort :)") + player.sendComponent("It's easter! Collect eggs around the map to win a rare BUNNY tag!") }, 5) } } \ No newline at end of file