Option to disable bed missing / obstructed message when using respawn settings. #3983
-
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.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The white message is a vanilla message introduced in Minecraft 1.15.x ( |
Beta Was this translation helpful? Give feedback.
The white message is a vanilla message introduced in Minecraft 1.15.x (
block.minecraft.spawn.not_valid
). Spigot'sPlayerRespawnEvent
does not have a method to suppress this, so there's nothing we can do in EssentialsX about this.