<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Silent Server-side rotating and Checking for the Block beneath you]]></title><description><![CDATA[<p dir="auto">Hello everyone!<br />
It will be important for me if anybody will answer in this topic</p>
<p dir="auto">/1/ In the first case, I'm making a huge script which can bypass some 1.12 servers, so  I need to rotate the player's yaw only server-side because it looks awful when your screen is rotating with your head :d</p>
<p dir="auto">/2/ Secondly, my new noFall bypass needs to check is there any block in the player's posY-0.01 which will doesn't use mc.thePlayer.onGround class</p>
<p dir="auto">Thanks for everyone who know how to solve this and decided to help me! &lt;З</p>
]]></description><link>https://forum.liquidbounce.net/topic/1460/silent-server-side-rotating-and-checking-for-the-block-beneath-you</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 05:53:09 GMT</lastBuildDate><atom:link href="https://forum.liquidbounce.net/topic/1460.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 Feb 2021 17:22:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Silent Server-side rotating and Checking for the Block beneath you on Sun, 21 Feb 2021 04:56:27 GMT]]></title><description><![CDATA[<pre><code>var RotationUtils = Java.type('net.ccbluex.liquidbounce.utils.RotationUtils');
var Rotation = Java.type('net.ccbluex.liquidbounce.utils.Rotation');
RotationUtils.setTargetRotation(new Rotation(mc.thePlayer.rotationYaw + 180, 86));
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/11089</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/11089</guid><dc:creator><![CDATA[As丶One]]></dc:creator><pubDate>Sun, 21 Feb 2021 04:56:27 GMT</pubDate></item><item><title><![CDATA[Reply to Silent Server-side rotating and Checking for the Block beneath you on Sat, 20 Feb 2021 23:09:08 GMT]]></title><description><![CDATA[<p dir="auto">idk if its correct but</p>
<pre><code>var RotationUtils = Java.type('net.ccbluex.liquidbounce.utils.RotationUtils');
var Rotation = Java.type('net.ccbluex.liquidbounce.utils.Rotation');

RotationUtils.setTargetRotation(new Rotation(0, 70));
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/11085</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/11085</guid><dc:creator><![CDATA[FaaatPotato]]></dc:creator><pubDate>Sat, 20 Feb 2021 23:09:08 GMT</pubDate></item><item><title><![CDATA[Reply to Silent Server-side rotating and Checking for the Block beneath you on Sat, 20 Feb 2021 19:05:26 GMT]]></title><description><![CDATA[<p dir="auto">@dont_doubt<br />
if (event.getPacket() instanceof CPacketPlayer) {<br />
event.getPacket().setYaw(yaw);<br />
}</p>
]]></description><link>https://forum.liquidbounce.net/post/11078</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/11078</guid><dc:creator><![CDATA[idk my name]]></dc:creator><pubDate>Sat, 20 Feb 2021 19:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to Silent Server-side rotating and Checking for the Block beneath you on Sat, 20 Feb 2021 17:54:45 GMT]]></title><description><![CDATA[<p dir="auto">@dont_doubt</p>
<pre><code>var Block = Java.type('net.minecraft.block.Block');
var BlockPos = Java.type('net.minecraft.util.BlockPos');

if (mc.theWorld.getBlockState(new BlockPos(mc.thePlayer.posX, mc.thePlayer.posY - 0.01, mc.thePlayer.posZ)).getBlock() == Block.getBlockById(0)) { // Check air block
</code></pre>
]]></description><link>https://forum.liquidbounce.net/post/11077</link><guid isPermaLink="true">https://forum.liquidbounce.net/post/11077</guid><dc:creator><![CDATA[DreamWasFucked]]></dc:creator><pubDate>Sat, 20 Feb 2021 17:54:45 GMT</pubDate></item></channel></rss>