RandomTP Respawn does not respect Player Beds (Possibly anchors setting)
DavidDoesCode opened this issue ยท 2 comments
Type of bug
Other unexpected behaviour
/ess dump all
output
https://essentialsx.net/dump.html?id=f45002b19aeb4b81b8e76cb45b3dad6a
Error log (if applicable)
No response
Bug description
I wouldn't technically call it a bug - the new randomtp feature is COOL but probably should respect the repsawn at bed/home/anchor settings.
I only tested respawn-at-bed. But it did not respect my setting, and would always rtp me.
`# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false
When users die, should they respawn at their bed instead of the spawnpoint?
The value of respawn-at-home (above) has to be true.
respawn-at-home-bed: true
When users die, should EssentialsSpawn respect users' respawn anchors?
respawn-at-anchor: true
If configured, users will spawn at the random spawn location instead of the newbies spawnpoint.
random-spawn-location: "mcverse_vanilla"
If configured, when users die, they will respawn at the random respawn location.
random-respawn-location: "mcverse_vanilla"`
Steps to reproduce
Use the config provided: has rtp on respawn, and enable respawn-on-bed
when you die, you will always spawn at rtp, not your bed.
Expected behaviour
Setup the config as above, and die in game. When respawning, ideally the player respawns in their bed if it is set.if the config has respawn-at-anchor as true, spawn at anchor
if the config has respawn-at-home as true, spawn at home
If the config has respawn-at-bed as true, spawn the bed.
It should fall back to the random tp respawn
default: whatever the player spawn is set, multiverse/essentials
Actual behaviour
It always rtps on respawn.. (I didn't test the HOMES, or ANCHORS.. just the bed setting)
Additional Information
No response
Potentially related to the changes in this 3+ year long MR
#4271
@pop4959 - sorry to ping you but I think it makes sense to link these.