DeathGOD7 / unexpectedspawn-paper

Randomize player spawn point.
GNU General Public License v3.0
8 stars 7 forks source link

Handle Respawn Anchor #5

Closed Shivelight closed 3 years ago

Shivelight commented 3 years ago

Ref: https://minecraft.fandom.com/wiki/Respawn_Anchor#History

sleepylessons commented 3 years ago

Bump

Shivelight commented 3 years ago

@sleepylessons hello, do you have any suggestions on how should the plugin handles the situation? Should it respect the spawn anchor by doing nothing?

sleepylessons commented 3 years ago

@Shivelight it should spawn the player at the respawn anchor if they have one, or at their bed if no respawn anchor, or at spawn (randomly) if they have neither. At least for my use case, and SMP server, that makes the most sense. It shouldn't really touch respawn anchor or bed spawns if they are set imo.

Currently respawn anchors are entirely broken by this plugin and therefore it is wholly unusable for me. Willing to donate to this project if we can get a fix, let me know if you need resources to work on this I can potentially get a dev on it.

Shivelight commented 3 years ago

Oops, I didn't get your notification. Yeah, ignoring the respawn event if it is an anchor spawn makes the most sense.

Shivelight commented 3 years ago

@sleepylessons you can try this 92bf6af

unexpectedspawn-0.2.0.zip

DeathGOD7 commented 3 years ago

Resolved