Stuck players on teleport

Discussion in 'Plugin Development' started by Phinary, Jul 30, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Phinary

    Hey guys, I don't post here often, but I need to ask a very simple question.

    How do you go about preventing players getting stuck in blocks when they teleport? I am having multiple cases where we have the player teleport above a block and they always seem to end up getting stuck inside. Do you just make sure that the chunk is loaded before you teleport the player, or is there a specific way to prevent this?

    Thanks!
     
  2. Offline

    RainoBoy97

    I think this has to do with the chunk not being loaded, so it may be fixable by loading the chunk first, then teleport the player :)
     
  3. Offline

    LazyLemons

    If you load the chunk this shouldn't happen.
     
Thread Status:
Not open for further replies.

Share This Page