FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Respawn at Death Site #86

Closed TISNF closed 11 years ago

TISNF commented 11 years ago

Whenever a player dies, regardless of their spawn point the player returns to the spot they died at. Hopefully this issue wont go unseen for months like the issue I pointed out with the always respawning at map spawn...

Daqueenzkid

shadow386 commented 11 years ago

What map spawn issue?

And will check into this.

Just to be certain, try disabling all of your plugins and try dieing again. Those symptoms sound remarkably familiar with plugin features.

14mRh4X0r commented 11 years ago

Hopefully this issue wont go unseen for months like the issue I pointed out with the always respawning at map spawn...

I have never seen a bug report for this, I fixed it because I saw the bug in the code while updating. (Just wanted to clear that up)

TISNF commented 11 years ago

As always I try to pinpoint the source of my problem as best as I can before posting in the correct place. So yes I have already disable all plugins and have defaulted all settings.

Hopefully this issue wont go unseen for months like the issue I pointed out with the always respawning at map spawn.

I have never seen a bug report for this, I fixed it because I saw the bug in the code while updating. (Just wanted to clear that up)

I don't mean to to argue but the bug that I was referring to that went on for a while is the one where your spawn point was not saved and you respawned at the map's default spawn point every time you died. Not sure if this happened more than once but this bug dragged on for about 2 crows and a stable Canary build before it was fixed when I noticed it.

Here's where I requested to be fixed: http://forums.canarymod.net/?topic=3171.0

Which was fixed by commits:

Fixed bug regarding server crash when your bed is destroyed. (Somners) https://github.com/FallenMoonNetwork/CanaryMod/commit/93651f6f8270bcff442a4af51454a39c6aabc627

AND

Fix bed re-spawn issue, I hope. (WWOL) https://github.com/FallenMoonNetwork/CanaryMod/commit/49e48c81500585ac97b72be54cae8d9ed068ed22


Anyway if you're talking about the current bug (respawn at death point) then let me know if that's the one you've already fixed so I can be quiet and we can dismiss this case. Thanks.