Skip to content

Commit

Permalink
final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdaaan committed Feb 25, 2024
1 parent 483e716 commit 139208a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/content/docs/enhancements/Anti-X Tools/antixray.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ As the name suggests, Anti-Xray will prevent players from finding ores using Xra
#### PaperMC
PaperMC (A fork of Spigot) comes with a built-in Anti-Xray. This Anti-Xray usually does the trick just fine. It is simple to setup and causes no lag for both the server and the client (unless you hide caves (air), which will be much laggier for the client). A great guide is shown [here](https://docs.papermc.io/paper/anti-xray). Again, make sure that you do NOT add `air` to `hidden-blocks`.

<div>
<a class="astro-hp6bgud4" href="https://www.papermc.io">Website</a>
</div>

<LinkCard
title="BuiltByBit"
description="View LPX's official BuiltByBit page for downloading the plugin."
Expand All @@ -29,20 +25,24 @@ PaperMC (A fork of Spigot) comes with a built-in Anti-Xray. This Anti-Xray usual
If you're stuck using Spigot for whatever reason, you should probably use Orebfuscator. It may also work well in junction with Paper's Anti-Xray, as it can also
hide containers better.

<LinkCard
title="Github"
description="View Orebfuscator's official Github page for downloading the plugin."
href="https://www.spigotmc.org/resources/82710/"
/>
<br/>
:::note
Orebfuscator does have a tendency to turn chests into dirt when server is laggy, this is a visual thing and doesn't delete the contents of said chests
:::

<div>
<a class="button button--outline button--primary" href="https://www.spigotmc.org/resources/82710/">Spigot</a>
</div>

---

### RayTraceAntiXray

Paper plugin for server-side async multithreaded ray tracing to hide ores that are exposed to air using Paper Anti-Xray engine-mode 1. Might be worth using instead of engine-mode 2 as that can cause lag on slow devices. Only recommended if you have extra threads and don't mind using ProtocolLib.

<div>
<a class="button button--outline button--primary" href="https://github.com/stonar96/RayTraceAntiXray">Github</a>
</div>
<LinkCard
title="Github"
description="View Orebfuscator's official Github page for downloading the plugin."
href="https://github.com/stonar96/RayTraceAntiXray"
/>

0 comments on commit 139208a

Please sign in to comment.