-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bug: unconfirmedPotential bugs that need replicating to verify.Potential bugs that need replicating to verify.
Description
# If the teleport destination is unsafe, should players be teleported to the nearest safe location?
# If this is set to true, Essentials will attempt to teleport players close to the intended destination.
# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
teleport-safety: true
# This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations.
# teleport-safety and this option need to be set to true to force teleportation to dangerous locations.
force-disable-teleport-safety: true
As this setting above, when both teleport-safety: true
and teleport-safety: true
player should allowed teleport to unsafe location. If player teleport to same world, this setting work correctly, but if player teleport to another world, example from nether
to world
it teleport player to SAFE location
Tested on Ess version 2.15.0.2 Build 616 download from https://ci.ender.zone/job/EssentialsX/616/
Metadata
Metadata
Assignees
Labels
bug: unconfirmedPotential bugs that need replicating to verify.Potential bugs that need replicating to verify.