xAntiCheat

![banner](https://cdn.modrinth.com/data/cached_images/5619dea23a8b1f5598d97f3c9bfe3cd83c7ac33d.jpeg)
## xAntiCheat – Advanced Protection

It’s time to take your server’s security to the next level! xAntiCheat is a powerful, modern, and highly configurable anti-cheat solution, designed from the ground up to be both effective and lightweight. Created for servers seeking robust protection without sacrificing performance, xAntiCheat offers an arsenal of tools to keep cheaters at bay.

This plugin is the result of careful engineering to provide administrators with full control – and a flawless user experience.

⚡ Main Features
xAntiCheat is packed with features designed for efficient administration and precise detection.

Precise and Varied Detections
Our multi-layered system covers the most common and frustrating cheats:

“`yaml
Combat
– Reach
– Velocity
– AutoClicker

Movement
– Fly
– Speed
– Jesus
– NoSlowDown
“`
World and Player:

Scaffold / SafeWalk: Detects building bridges at impossible speeds and angles, and walking on the edge of blocks without sneaking.

NoFall: Prevents players from negating fall damage.

Flexible Punishment System

Verification Sequence: No more instant and questionable bans! xAntiCheat can freeze a suspicious player for a few seconds before applying the final punishment, sending an alert to the staff.

Configurable Actions: Decide what happens when a cheater is detected. You can execute any console command (ideal for ban, tempban, mute…) or use our kick system with a custom message, allowing you to create ban screens in the style of major servers.

Professional Tools for Staff

Inspection GUI: Use /xac check to open a graphical interface and see a player’s violation levels in real-time.

Smart Alerts: Chat notifications are clickable and suggest the /tp command for quick teleportation.

Bypass Permission: Administrators with the xanticheat.bypass permission are ignored by the anti-cheat, allowing them to build and test without being disturbed.

Reload Command: Reload the entire configuration with /xac reload without needing to restart the server.

Advanced Logs and Notifications

SQLite Database: All violations are saved persistently. Cheaters can’t escape by simply reconnecting! Additionally, a detailed log of each flag is saved with useful information like ping, TPS, and the client brand.

Discord Integration: Automatically send punishment notifications to your Discord channel via a Webhook, keeping your moderation team informed at all times.

Optimization and Compatibility

Lightweight and Efficient: Designed to have a minimal impact on your server’s performance, with database operations and Discord notifications running asynchronously.

Highly Configurable: Virtually every aspect of the plugin can be modified through config.yml and lang.yml, from detection values to every single message.

Supported Version: Optimized for Minecraft 1.16.5 (and Paper/Spigot based servers).

## Config.yml
“`yaml
# _ _ _ ___ _ _
# __ __ /_ _ __ | |_(_) / __ |__ ___ __ _| |_
# / ///_\| ‘_ | __| |/ / | ‘_ / _ / _` | __|
# > Ejecuta un comando de consola (para usar con plugins como LiteBans, Essentials, etc.).
# ‘kick’ -> Expulsa al jugador con un mensaje personalizado desde lang.yml.
type: “kick”

# Rellena esto SOLO si usas ‘type: command’.
command_format: “ban %player% [xAntiCheat] %reason%”

# Secuencia de castigo
punishment_sequence:
# Activa la congelación del jugador por unos segundos antes de ejecutar el comando de castigo.
freeze:
enabled: true
# ¿Cuántos segundos durará la congelación antes del castigo final?
duration_seconds: 5

# Sistema de Expiración de Violaciones (Decay)
violation_decay:
enabled: true
interval_seconds: 300
amount_to_reduce: 1

# Configuración de la Interfaz Gráfica (GUI)
gui:
title: “&8xAntiCheat &7| Violaciones de &c%player%”
size: 27
fill_item: “GRAY_STAINED_GLASS_PANE”

# Configuración de los registros (logs)
logging:
# Activa el guardado de cada violación en la base de datos.
database:
enabled: true

# Integración con Discord
discord:
# Activa el envío de notificaciones a Discord
enabled: true
# Pega aquí la URL del Webhook que creaste en tu servidor de Discord.
webhook_url: “”
# Nombre de usuario que aparecerá en Discord
username: “xAntiCheat”
# URL del avatar (logo) que aparecerá en Discord
avatar_url: “https://i.imgur.com/k6JjwL4.png”

# Configuración de los checks de hacks
checks:
speed:
enabled: true
max_violations: 15
reason: “Velocidad Anormal (Speed)”
fly:
enabled: true
max_violations: 10
reason: “Vuelo Ilegal (Fly)”
jesus:
enabled: true
max_violations: 20
reason: “Movimiento Anormal sobre Líquidos (Jesus)”
nofall:
enabled: true
max_violations: 8
reason: “Daño por Caída Anulado (NoFall)”
reach:
enabled: true
max_violations: 15
reason: “Alcance Anormal (Reach)”
max_distance: 3.2
scaffold:
enabled: true
max_violations: 20
reason: “Construcción Ilegal (Scaffold)”
velocity:
enabled: true
max_violations: 10
reason: “Modificación de Knockback (Velocity)”
reduction_threshold_percent: 95
noslowdown:
enabled: true
max_violations: 12
reason: “Sin Ralentización (NoSlowDown)”
autoclicker:
enabled: true
max_violations: 25
reason: “Clics Anormales (AutoClicker)”
max_cps: 20
“`

## Lang.yml
“`yaml
# xAntiCheat Language File by WillfryDev

# Prefijo para todos los mensajes del plugin
prefix: “&8[&c&lxAntiCheat&8] &r”

# Mensajes para el staff que tiene el permiso ‘xanticheat.alerts’
alerts:
flag: “%prefix%&c%player% &ffalló el check &c%check% &7(&cx%violations%&7)”
hover_text: “&a ✔ ¡Oye! &f¡Haz clic para teletransportarte hacia &c%player%&f!”

# Mensaje para la pantalla de expulsión (si ‘punishment.type’ es ‘kick’)
kick_screen_format:
– “”
– “&c¡Has sido expulsado por Actividad Sospechosa!”
– “”
– “&8 ▸ &fRazón: &c%reason%”
– “&8 ▸ &fBaneado por: &cConsola”
– “&8 ▸ &fFecha: &e%date%”
– “”
– “&7¿Crees que la suspensión fue injusta?”
– “&fPuedes apelar este baneo en: &b&ndiscord.ejemplo.com”
– “”

# Mensajes para la secuencia de congelación
freeze:
player_message: “&c ✘ ¡Actividad sospechosa detectada! &fRealizando una última comprobación…”
staff_alert: “%prefix%&c ✘ ¡Oye! &fEl jugador &c%player% &fha sido congelado por sospecha de hacks. Castigo final en &c%seconds%&f segundos.”

# Mensajes para los comandos
commands:
no_permission: “%prefix%&c ✘ ¡Oye! No tienes permiso para ejecutar este comando.”
reload_success: “%prefix%&a ✔ ¡Éxito! La configuración y los mensajes han sido recargados exitosamente.”
unknown_command: “%prefix%&c ✘ ¡Ups! Comando desconocido. Usa /xac help para ver la ayuda.”
help_message:
– “&8&m—————–&r &c&lxAntiCheat &8&m—————–”
– “”
– “&8 • &c/xac help &7▸ &fMuestra este menú de ayuda.”
– “&8 • &c/xac reload &7▸ &fRecarga la configuración del plugin.”
– “&8 • &c/xac check &7▸ &fRevisa las violaciones de un jugador.”
– “”
– “&8&m—————————————————-”

# Textos para la Interfaz Gráfica (/xac check)
gui:
item_name: “&fCheck: &c%check_name%”
item_lore:
– “”
– “&8 ▸ &fEl jugador ha acumulado un total de”
– “&8 ▸ &C%violations%/%max_violations%&f violaciones para este check.”
– “”
– “&8 • &fEstado: %status%”
– “”
status:
safe: “&aSeguro”
suspicious: “&eSospechoso”
failed: “&cFallido”
“`

🚀 Installation

Download the xAntiCheat .jar file.

Place it in your server’s plugins folder.

Restart the server.

Done! You can now configure the config.yml and lang.yml files to your liking.
—-
🔥 Support and Suggestions
Have a question or an idea for a new detection? Join our community!

xAlmas

⚡ xAlmas – Premium PvP Soul Economy ⚡

The ultimate, highly customizable PvP economy plugin for your Minecraft server.

![banner](https://cdn.modrinth.com/data/cached_images/41574217c9227b618e5e0ca2683bd86cf85cfa4e.jpeg)
[![](https://jitpack.io/v/WilfryDev/xAlmas.svg)](https://jitpack.io/#WilfryDev/xAlmas)

## 📖 Overview

**xAlmas** is a premium Minecraft plugin designed to reward players for their PvP skills. Every time a player gets a kill, they can collect the victim’s “soul” as a physical, highly customizable item. It features a robust anti-farming system, modern HEX color support, and a dedicated Developer API.

Whether you want to use standard dyes or custom Base64 player heads, **xAlmas** gives you complete control over your server’s kill-reward economy!

## ✨ Key Features

* 💀 **Custom Soul Items:** Create infinite types of currencies! Support for standard materials, custom lore, enchantments, hidden flags, and **Base64 Custom Heads**.
* 🛡️ **Advanced Anti-Farming System:** Prevent abuse with built-in IP-matching blocks and configurable per-player cooldowns.
* 🎨 **Modern Formatting:** Full support for **MiniMessage** and **HEX Colors** (`&#HEX` or `<#HEX>`). Make your items and chat messages look stunning.
* 🎲 **Dynamic Drops:** Choose whether souls go directly into the killer’s `INVENTORY` or `DROP` on the ground. You can even set the dropped item to be `random` from your configured list!
* 🌍 **World Whitelist/Blacklist:** Disable soul drops in specific worlds (e.g., spawn or end).
* 📊 **PlaceholderAPI Support:** Display player soul stats on scoreboards or menus using `%xa_almas%`.
* 🔊 **Custom Sounds:** Play specific sounds (with adjustable pitch and volume) when a player collects a soul.
* ⚙️ **Developer API:** Includes a powerful API with custom events so other plugins can interact with the economy.

## 💻 Commands & Permissions

All commands are manageable under a single, easy-to-use base command with full Tab-Completer support.

| Command | Description | Permission |
| :— | :— | :— |
| `/xa help` | Shows the custom help menu. | `xalmas.admin` |
| `/xa give ` | Gives a specific amount of souls to a player. | `xalmas.admin` |
| `/xa reload` | Reloads `config.yml`, `almas.yml`, and data safely. | `xalmas.admin` |

## 🔌 [PlaceholderAPI](https://modrinth.com/plugin/placeholderapi)

> Make sure you have
![PlaceholderAPi](https://cdn.modrinth.com/data/cached_images/e814f497cc96eb9795572b9bbc08dc29975eabaf.png)
> installed to use this feature!

* `%xa_almas%` — Returns the total amount of souls the player has collected.

## 🛠️ Configuration Snapshot

Setting up your items in `almas.yml` is incredibly easy. Here is an example of a premium Base64 head setup:

“`yaml
items:
alma_premium:
material: “PLAYER_HEAD”
base64: “eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGRjODgwNTNjMWE4NTNmNzE2NmM5ZTkzYmIzYzUxN2YwODE5NTQ0NzM5ZGJlYWJkNDhhODU5Y2VkNDIwYjcwYiJ9fX0=”
name: “&#FACBCB☠ Premium Soul &#FACBCB&lF&#EED1D0&lA&#E2D8D5&lN&#D5DED9&lI&#C9E4DE&lA &#FACBCB♫”
lore:
– “”
– “&8 ℹ Information ”
– “”
– “&f Exchange this rare coin for ”
– “&f VIP rewards at spawn. ”
– “”
– “&#FACBCB ▸ Special Edition! ”
– “”
enchantments:
– “DURABILITY:3”
flags:
– “HIDE_ENCHANTS”
“`

## 🚀 For Developers (API)

**xAlmas** is built with extensibility in mind. You can use our API via JitPack to hook into the plugin, manipulate soul balances, and listen to custom events.

### 1. Dependency Installation
First, add the JitPack repository and the xAlmas dependency to your project. *(Make sure to replace `VERSION` with the latest release, e.g., `v1.0.1`)*.

**Gradle (Kotlin DSL)**
“`kotlin
repositories {
mavenCentral()
maven(“[https://jitpack.io](https://jitpack.io)”)
}

dependencies {
compileOnly(“com.github.WilfryDev:xAlmas:VERSION”)
}
“`

**Gradle (Groovy)**
“`gradle
repositories {
mavenCentral()
maven { url ‘[https://jitpack.io](https://jitpack.io)’ }
}

dependencies {
compileOnly ‘com.github.WilfryDev:xAlmas:VERSION’
}
“`

**Maven**
“`xml


jitpack.io
[https://jitpack.io](https://jitpack.io)



com.github.WilfryDev
xAlmas
v1.0.1
provided


“`

### 2. Available Events

**`PlayerReceiveSoulEvent`**
This event is fired right before a player receives a soul item from a PvP kill.
* `isCancelled()` / `setCancelled(boolean)`: Cancel the event to prevent the drop.
* `getSoulType()` / `setSoulType(String)`: View or dynamically change the type of soul awarded based on killer’s ranks or permissions.
* `getKiller()` / `getVictim()`: Get the exact players involved in the event.

“`java
@EventHandler
public void onSoulReceive(PlayerReceiveSoulEvent event) {
if (event.getKiller().hasPermission(“vip.doublesouls”)) {
// You can change the soul dropped to a premium one dynamically
event.setSoulType(“alma_premium”);
}
}
“`

### 3. API Methods

You can easily interact with a player’s saved data using the `XAlmasAPI` class.

“`java
import jn.willfrydev.xalmas.api.XAlmasAPI;

// Get the total amount of souls a player has
int totalSouls = XAlmasAPI.getSouls(player.getUniqueId());

// Add souls directly to a player’s data file
XAlmasAPI.addSouls(player.getUniqueId(), 5);

// Remove souls safely (will not drop below 0)
XAlmasAPI.removeSouls(player.getUniqueId(), 2);
“`


*Optimized for Paper 1.16.5+.*
> 💗 By xPlugins :=)

xali’s White Diamond

# xali’s White Diamond
Introducing a stunning twist to the world of Minecraft, xali’s White Diamond brings a touch of elegance to the iconic diamond ore. Step into a realm of luxury with dazzling white diamonds that feature exquisite custom textures. Every swing of your pickaxe will reveal a treasure worth coveting. Experience the game like never before as your mining adventures become a quest for opulence. Embrace the beauty of these refined gemstones and elevate your Minecraft gameplay to new levels of sophistication with xali’s White Diamond.

## Requirement
There is no requirement

xali’s Potions – Addon

This project is fan made and not directly related to any of xali’s works. Xali owns all the rights to “xali’s Potions”
Click the banner below to download original “xali’s Potions”. Original file is required for this pack to operate correctly!

[![xali’s potions logo](https://imgur.com/QArQ1PH.png)](https://www.modrinth.com/resourcepack/xalis-potion)

^ Click it ^

Resource packs must be installed in the following order:

![Resource pack install order](https://imgur.com/X33xZIe.png)

 
### **1.21.5+** Updating the pack to 1.21.5+ right now is not possible due to [this Minecraft bug](https://report.bugs.mojang.com/servicedesk/customer/portal/2/MC-305269). As soon as this issue is fixed, I’ll update the pack to the next supported version

**ATTENTION!**

You are **required** to install any mod that can work with custom CIT resource packs for the pack to be able to operate: [Optifine](https://optifine.net/home), [CIT Resewn](https://modrinth.com/mod/cit-resewn), [Forge CIT](https://www.curseforge.com/minecraft/mc-mods/forge-cit), [CIT Reforged](https://www.curseforge.com/minecraft/mc-mods/cit-reforged), [[CIT] CustomItemTextures](https://modrinth.com/mod/cit), etc. The pack should work on any Minecraft version with any mentioned mods. Ignore the “Incompatible” warning.

The purpose of this pack is to provide additional mod support to “xali’s Potions”. This pack does not include any textures that are already included in “xali’s Potions” and only adds those which are missing. This pack probably won’t be updated with any more additional mods in the future because it was made just for our own personal experience that I decided to share.

Mods supported by this pack:

– Nether’s Exoticism
– Kobolds
– Undergarden
– Alex’s Mobs
– Upgrade Aquatic
– Removed Content Revival
– Phantasm

All the art is done by HASKO, pack assembled by DedMaxim99

HASKO [VK page](https://vk.com/hasko_arts)

Anybody is free to use this pack anywhere. Just do not rename the pack, please.

Contact me (DedMaxim99):

My [YouTube channel](https://www.youtube.com/channel/UCrMHx89X71br0aDlzwsLDHQ)

My [Twitch channel](https://www.twitch.tv/dedmaxim99)

My [VK page](https://vk.com/id728112150)

My [Telegram](https://t.me/DedMaxim99)

xali’s Potions

# xali’s Potions
![xali’s potion](https://www.mediafire.com/convkey/610b/73l5bwu83e77lp09g.jpg)

Introducing Xali’s Potions, an extraordinary texture pack that revolutionizes the world of Minecraft. Say farewell to the mundane as every potion undergoes a mesmerizing transformation, breaking free from the uniformity of default textures.
Immerse yourself in a realm where creativity knows no bounds, as each potion radiates with distinct and captivating designs. From the ethereal glow of the night vision potion to the fiery essence of strength, experience a visual feast that brings enchantment to life. Unleash your brewing prowess and embark on a thrilling journey where every sip becomes an immersive and magical adventure. Upgrade your Minecraft experience with Xali’s Potions and redefine the art of potion-making in truly mesmerizing ways.

xali’s Framed Planks

This texture pack basically add a new blocks to the game with minimal impact with a minimal impact to vanilla. It will simply add a new texture to double slab (Full block) without changing the functionality of single slabs or planks. This is the perfect pack to enhance your building!

xali’s Enhanced Jungle Wood

# xali’s Enhanced Jungle Wood

Introducing Xali’s Enhanced Jungle Wood, a captivating texture pack that breathes new life into the world of Minecraft. Experience the lush beauty of the jungle like never before as the textures of jungle wood are completely transformed. Immerse yourself in a vibrant realm where each block radiates with the essence of the wilderness. Let your creativity flourish in a tropical paradise with Xali’s Enhanced Jungle Wood texture pack.

xali’s Enhanced Biome River & Pond

# Xali’s Enhanced Biome: River and Pond

Introducing Xali’s Enhanced Biome: River and Pond, a transformative texture pack that revolutionizes the natural beauty of Minecraft. Dive into a world where rivers and ponds come alive with breathtaking visuals. Witness the serene flow of water as it meanders through lush landscapes, enhanced by meticulously crafted textures. Immerse yourself in the tranquility of nature, with vibrant flora and fauna that harmonize seamlessly with the enchanting waterscapes. Whether you seek a peaceful fishing spot or wish to explore the hidden depths of aquatic life, Xali’s Enhanced Biome: River and Pond is your gateway to a captivating and immersive Minecraft experience.

xali’s Enchanted Books – Fix

This project is fan made and not directly related to any of xali’s works. Xali owns all the rights to “xali’s Enchanted Books”
Click the banner below to download original “xali’s Enchanted Books”.
Original file is required for this pack to operate correctly!

## What does this pack “fix”?

**If there are mods present that increase enchantments’ max levels like Apotheosis, those books would have missing textures. So, with this Apotheosis examle, there are books like “Sharpness VII”, that won’t have a custom texture without this pack. The fix makes it so any level above vanilla maximum will use the texture of max level enchantment. This pack does not include any textures that are already included in “xali’s Enchanted Books” and only adds those which are missing, so you need to install both: this fix and the original pack.**

DOWNLOAD ORIGINAL AND ADDON:

[![xali’s books logo](https://imgur.com/Ff607Fk.png)](https://www.modrinth.com/resourcepack/xalis-enchanted-books)
[![xali’s Enchanted Books – Addon’s banner](https://cdn.modrinth.com/data/cached_images/0541270c015628f1574bebff18f6b2d4c435ceef.png)](https://modrinth.com/resourcepack/xalis-enchanted-books-addon)

**[Below 1.21.5]** Resource packs must be installed in the following order:
![Installation order](https://cdn.modrinth.com/data/cached_images/901ab6efe3277d22721d3dba4a5dcafdf98f16b8.png)

**[1.21.5+]** Starting 1.21.5, if you use xali’s Enchanted Books – Addon you DO NOT need to use this pack. The “fix” is now integrated into the Addon pack!

**ATTENTION!**

You are **required** to install any mod that can work with custom CIT resource packs for the pack to be able to operate: [Optifine](https://optifine.net/home), [CIT Resewn](https://modrinth.com/mod/cit-resewn), [Forge CIT](https://www.curseforge.com/minecraft/mc-mods/forge-cit), [CIT Reforged](https://www.curseforge.com/minecraft/mc-mods/cit-reforged), [[CIT] CustomItemTextures](https://modrinth.com/mod/cit), etc. The pack should work on any Minecraft version with any mentioned mods. Ignore the “Incompatible” warning.

**ATTENTION!** At the moment of writing, 04 Jul 2024, CIT Reforged has a [bug](https://github.com/Tfarcenim/CIT-Reforged/issues/16) that prevents this pack from operating! Use Optifine or try to launch Fabric version, CIT Resewn, using Sinytra Connector

Anybody is free to use this pack anywhere. Just do not rename the pack, please.

Contact me:

My [YouTube channel](https://www.youtube.com/channel/UCrMHx89X71br0aDlzwsLDHQ)

My [Twitch channel](https://www.twitch.tv/dedmaxim99)

My [VK page](https://vk.com/id728112150)

My [Telegram](https://t.me/DedMaxim99)

xali’s Enchanted Books – Addon

This project is fan made and not directly related to any of xali’s works. Xali owns all the rights to “xali’s Enchanted Books”
Click the banner below to download original “xali’s Enchanted Books”. Original file is required for this pack to operate correctly!

The purpose of this pack is to provide additional mod support to “xali’s Enchanted Books”. This pack does not include any textures that are already included in “xali’s Enchanted Books” and only adds those which are missing. This pack probably won’t be updated with any more additional mods in the future because it was made just for our own personal experience that I decided to share.

[![xali’s books logo](https://imgur.com/Ff607Fk.png)](https://www.modrinth.com/resourcepack/xalis-enchanted-books)

^ Click it ^

Resource packs must be installed in the following order:

![Resource pack install order](https://i.imgur.com/EusLglk.png)

 

### **ATTENTION!**

**[1.21.5+]** Since vanilla Minecraft now has support for custom item models, no additional mods are required!
Additionally, now [xali’s Enchanted Books – Fix]([https://modrinth.com/resourcepack/xalis-enchanted-books-fix](https://modrinth.com/resourcepack/xalis-enchanted-books-fix)) is integrated into the Addon due to how custom models for enchanted books are implemented by Mojang.

**[Below 1.21.5]** You are **required** to install any mod that can work with custom CIT resource packs for the pack to be able to operate: [Optifine](https://optifine.net/home), [CIT Resewn](https://modrinth.com/mod/cit-resewn), [Forge CIT](https://www.curseforge.com/minecraft/mc-mods/forge-cit), [CIT Reforged](https://www.curseforge.com/minecraft/mc-mods/cit-reforged), [[CIT] CustomItemTextures](https://modrinth.com/mod/cit), etc. The pack should work on any Minecraft version with any mentioned mods. Ignore the “Incompatible” warning.

Mods supported by this pack:

– Supplementaries
– Combat Roll
– Endless Biomes
– Kobolds
– Undergarden
– Farmer’s Delight

All the art is done by HASKO, pack assembled by DedMaxim99

HASKO [VK page](https://vk.com/hasko_arts)

Anybody is free to use this pack anywhere. Just do not rename the pack, please.

Contact me (DedMaxim99):

My [YouTube channel](https://www.youtube.com/channel/UCrMHx89X71br0aDlzwsLDHQ)

My [Twitch channel](https://www.twitch.tv/dedmaxim99)

My [VK page](https://vk.com/id728112150)

My [Telegram](https://t.me/DedMaxim99)