Posted March 8, 201312 yr Hi, If you've ever teleported in Minecraft you might have noticed the screen/chunks flash momentarily. I need to stealthily elevate the player 5 blocks without them knowing, but the screen flash gives it away. Is there a way I can stop this? It is in the same chunk.
March 8, 201312 yr not too sure about the flashy screen thing, i don't get a very good frame rate, but have you tried player.setPosition(player.posX, player.posY+5, player.posZ); github
March 8, 201312 yr Author Yes, that is exactly what I did. The screen just flashes and you can see distant chunks momentarily. I need it to be stealthy.
March 8, 201312 yr well i don't know how to fix it, but i can say that the flashing seems to be caused by the fact it actually moves the player (or maybe just the camera) up quickly, rather than just changing the position of the player and the camera (i can tell this as it appeared as i did this with larger amounts of movement that there were frames where the player was between the start and the end (or so it seems) github
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.