Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RandomTP Respawn does not respect Player Beds (Possibly anchors setting) #5993

Open
DavidDoesCode opened this issue Dec 14, 2024 · 2 comments
Labels
bug: unconfirmed Potential bugs that need replicating to verify.

Comments

@DavidDoesCode
Copy link

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

@DavidDoesCode DavidDoesCode added the bug: unconfirmed Potential bugs that need replicating to verify. label Dec 14, 2024
@DavidDoesCode
Copy link
Author

Potentially related to the changes in this 3+ year long MR
#4271

@DavidDoesCode
Copy link
Author

@pop4959 - sorry to ping you but I think it makes sense to link these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: unconfirmed Potential bugs that need replicating to verify.
Projects
None yet
Development

No branches or pull requests

1 participant