Skip to content

Commit

Permalink
New translations antixray.mdx (French)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdaaan committed Feb 25, 2024
1 parent 1ecf0cc commit 4e59818
Showing 1 changed file with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
description: A brief introduction to Anti-Xray and the community recommended solutions.
slug: e/anti-x/ax
title: Anti-Xray
lastUpdated: 2024-02-25
---

import MainStatusPill from '../../../../components/MainStatusPill.vue';
import { LinkCard, CardGrid } from '@astrojs/starlight/components';

As the name suggests, Anti-Xray will prevent players from finding ores using Xray clients/resource packs. This is done by sending packets to the player where all of the ores are replaced by stone. The ores only appear if the player establishes direct visual contact with them/updates them. Two of the most common Anti-Xray plugins are shown below:

#### 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`.

<LinkCard
title="BuiltByBit"
description="View LPX's official BuiltByBit page for downloading the plugin."
href="https://builtbybit.com/resources/lpx-antipacketexploit-antinettycrasher.15709/"
/>

* * *

#### Orebfuscator

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
:::

* * *

### 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.

<LinkCard
title="Github"
description="View Orebfuscator's official Github page for downloading the plugin."
href="https://github.com/stonar96/RayTraceAntiXray"
/>

0 comments on commit 4e59818

Please sign in to comment.