From 659d3364b3881dbabf40f2b9367fe803a7d21eb6 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 6 Apr 2025 21:20:42 -0700 Subject: [PATCH] Add more to the first join message --- .../xyz/lncvrt/galaxycreations/events/PlayerJoinListener.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/xyz/lncvrt/galaxycreations/events/PlayerJoinListener.kt b/src/main/kotlin/xyz/lncvrt/galaxycreations/events/PlayerJoinListener.kt index 2edb930..d8c9d4c 100644 --- a/src/main/kotlin/xyz/lncvrt/galaxycreations/events/PlayerJoinListener.kt +++ b/src/main/kotlin/xyz/lncvrt/galaxycreations/events/PlayerJoinListener.kt @@ -11,7 +11,7 @@ class PlayerJoinListener(private val plugin: GalaxyCreations) : Listener { val player = event.getPlayer() if (!event.getPlayer().hasPlayedBefore()) { player.performCommand("p auto") - player.sendMessage(plugin.miniMessage.deserialize(plugin.setPrefix("Welcome to Galaxy Network: Creative Server!\nYou have been teleported to your own plot!\nHere, you can build almost anything you want\nIf you need help, run the /discord command and we will help you!"))) + player.sendMessage(plugin.miniMessage.deserialize(plugin.setPrefix("Welcome to Galaxy Network: Creative Server!\nYou have been teleported to your own plot!\nHere, you can build almost anything you want\nIf you need help, run the /discord command and we will help you!\nIf you need to, you can go to your plot again by doing the command /p home to return back\nYou can also do /p claim in an empty plot to claim it as your own if you needed more space."))) } } } \ No newline at end of file