Kaos1337 / SimpleSpleef-Evolution

SimpleSpleef Evolution
Other
7 stars 12 forks source link

Teleportation Issues #31

Open ewlsh opened 11 years ago

ewlsh commented 11 years ago

SimpleSpleef v3.4.2 with CB 1.4.6-R0.1 Screen Shot 2012-12-30 at 3 22 09 AM

1) When Players Are Teleported To The Lobby The Fall Through The Floor, I had to create a floor below it to stop them from falling.

2) Even with teleportation prevention set to false in the config it still will not allow Craftbook's Lift Signs to work..

minecrafter commented 11 years ago

I've had this issue too, so it's not just you.

The quick fix would likely to keep the chunk loaded.

minecrafter commented 11 years ago

I found the possible cause for the teleportation issue.

simpleSpleefTeleport() attempts to add 0.25 to the Y coordinate to make the player "fall" safely on the desired spawn. However, this may cause more harm than good. Will try removing it to check.

minecrafter commented 11 years ago

Okay, that didn't end well.. will try to nail this soon.