Skip to content

Commit ad3fe9e

Browse files
authored
Merge pull request #3284 from Multiverse/fix/teleport-fail-message
Make teleport failure message more descriptive
2 parents eeb1019 + 7750b61 commit ad3fe9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/multiverse-core_en.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,12 @@ mv-core.destination.shared.failurereason.worldnotfound=&cWorld '&6{world}&c' doe
259259
mv-core.destination.parse.failurereason.invaliddestinationid=Invalid destination id: {id}. Valid destination ids are: {ids}
260260

261261
# teleport failure reason
262-
mv-core.teleportfailurereason.null.destination=Destination is invalid!
263-
mv-core.teleportfailurereason.null.location=Location is invalid!
264-
mv-core.teleportfailurereason.null.world=&cLocation's world is invalid!
265-
mv-core.teleportfailurereason.unsafe.location=Location is unsafe! Use `--unsafe` to override.
266-
mv-core.teleportfailurereason.teleport.failed=Something rejected the teleport.
267-
mv-core.teleportfailurereason.teleport.failed.exception=An error occurred during the teleport. See console for more details.
262+
mv-core.teleportfailurereason.null.destination=The destination is invalid!
263+
mv-core.teleportfailurereason.null.location=The location is invalid!
264+
mv-core.teleportfailurereason.null.world=&cThe target world is unloaded or does not exist!
265+
mv-core.teleportfailurereason.unsafe.location=The location is deemed unsafe! If this is intentional, use the `--unsafe` flag to override.
266+
mv-core.teleportfailurereason.teleport.failed=The teleport was rejected. Please ensure another plugin is not preventing the teleport and check server logs for any errors.
267+
mv-core.teleportfailurereason.teleport.failed.exception=An error occurred during the teleport. Check server logs for more details.
268268
mv-core.teleportfailurereason.event.cancelled=The teleport was cancelled by another plugin.
269269

270270
# world manager result

0 commit comments

Comments
 (0)