From 4e59818df6ec75b610b4e1717e8dc16477eb39c4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 25 Feb 2024 21:57:58 +0000 Subject: [PATCH] New translations antixray.mdx (French) --- .../Anti-X Tools/antixray.mdx.mdx | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 folder/fr/src/content/docs/enhancements/Anti-X Tools/antixray.mdx.mdx diff --git a/folder/fr/src/content/docs/enhancements/Anti-X Tools/antixray.mdx.mdx b/folder/fr/src/content/docs/enhancements/Anti-X Tools/antixray.mdx.mdx new file mode 100644 index 0000000000..dd9523877c --- /dev/null +++ b/folder/fr/src/content/docs/enhancements/Anti-X Tools/antixray.mdx.mdx @@ -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`. + + + +* * * + +#### 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. + + +
+:::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. + +