Option to disable bed missing / obstructed message when using respawn settings. #3983
Answered
by
mdcfe
mibby
asked this question in
Ideas and Feature Suggestions
|
RE: #3836 (comment) Is there any way to disable this message from appearing when you die and don't have a home bed or respawn anchor? I just want to silently teleport players to spawn if those aren't present. The message only occurs when special respawn condition settings are enabled. When you don't use anchors / bed home and just force players back to spawn, there is no message on death. |
Answered by
mdcfe
Feb 20, 2021
Replies: 1 comment 2 replies
|
The white message is a vanilla message introduced in Minecraft 1.15.x ( |
2 replies
Answer selected by
JRoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The white message is a vanilla message introduced in Minecraft 1.15.x (
block.minecraft.spawn.not_valid). Spigot'sPlayerRespawnEventdoes not have a method to suppress this, so there's nothing we can do in EssentialsX about this.