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