X-Rooms

[![Spigot](https://img.shields.io/badge/Available%20on-Spigot-orange?style=for-the-badge&logo=spigotmc&logoColor=white)](https://www.spigotmc.org/resources/134537/) [![Wiki](https://img.shields.io/badge/Wiki-Documentation-blue?style=for-the-badge&logo=readme&logoColor=white)](https://xproyects.qzz.io) [![Discord](https://img.shields.io/badge/Discord-Community-7289da?style=for-the-badge&logo=discord&logoColor=white)](https://discord.com/invite/Yb6GsfGWmd)

# **X-Rooms**
### *Advanced BoxPVP room management for your server*

### 📝 **Description**
X-Rooms is a powerful, all-in-one plugin for creating and managing PvP rooms (BoxPVP) on your server. Define combat zones with WorldEdit, set up custom kits, potion effects, rewards, holograms and winner destinations — all from an intuitive in-game GUI. Compatible with Minecraft 1.8.8 to 1.21.x+.

### ✨ **Features**
– **WorldEdit Integration:** Select a region with WorldEdit/FAWE and instantly create a PvP room with `/xr create`.
– **Full GUI Management:** Edit every room property (name, sounds, abilities, equipment, rewards) from a clean visual interface — no config editing needed.
– **10 Configurable Abilities:** Strength, Speed, Resistance, Haste, Regeneration, Fire Resistance, Jump Boost, Saturation, Absorption, and Fly — each with adjustable levels per room.
– **Ability Level Limits:** Set global maximum levels for each ability in `config.yml` to prevent overpowered setups.
– **Custom Equipment & Rewards:** Define kit items players receive on match start and reward items for the winner, all via GUI.
– **Automatic Inventory Management:** Player inventories are backed up and restored automatically. No items lost.
– **Combat Logging Protection:** Configurable punishment for players who disconnect during PvP — keep or delete their backup inventory.
– **Winner Teleport Location:** Set a custom destination for the match winner per room, or let them stay in the room.
– **Configurable End Delay:** A customizable delay after the match ends before players are teleported out. Players are invulnerable and locked in the room during this period.
– **PvP Countdown:** Visual countdown (Titles + Sounds) before combat begins with a configurable timer.
– **Hologram Support:** Automatic holograms showing room name, player count and time remaining. Supports DecentHolograms and HolographicDisplays.
– **Per-Room Permissions:** Enable or disable permission requirements per room. Rooms are public by default.
– **Anti-Escape System:** Players cannot walk or teleport out of a room during active PvP.
– **Barrier Material:** Configure a visible or invisible barrier material during countdowns.
– **Entry Titles & Sounds:** Custom welcome titles, subtitles and sounds when entering a room region.
– **PlaceholderAPI:** Full PAPI integration for holograms and messages. Supports both internal and global placeholders.
– **HEX Color Support:** Use `&#RRGGBB` colors in messages and titles (1.16+). Falls back gracefully on older versions.
– **Multi-Language:** 3 built-in language files (English, Spanish, French) with automatic config updater.
– **Folia Support:** Full compatibility with Folia’s regionized threading — all teleports and tasks use async-safe methods.
– **Config Auto-Updater:** Detects outdated configs and updates them automatically without losing your settings.

### 🖥️ **Compatibility**
| Software | Supported |
|—|—|
| Bukkit / Spigot / Paper / Purpur | ✅ |
| Folia | ✅ |
| Minecraft | 1.8.8 → 1.21.x+ |

### 🛠️ **Main Commands**

**`/xrooms gui`** (aliases: `/xr`, `/rooms`, `/room`)
Opens the room management GUI to browse and configure all rooms.

**`/xrooms create `**
Creates a new room using your current WorldEdit selection.

**`/xrooms delete `**
Permanently deletes a room and its configuration file.

**`/xrooms edit

**`/xrooms redefine `**
Updates a room’s region to your current WorldEdit selection.

**`/xrooms tp `**
Teleports you to the center of a room.

**`/xrooms reload`**
Reloads the plugin configuration and language files.

**`/xrooms help`**
Displays the complete help menu.

### 🛡️ **Permissions**

– **`xrooms.admin.*`** – Full administrative access to all commands. *(default: op)*
– **`xrooms.admin.create`** – Create new rooms. *(default: op)*
– **`xrooms.admin.delete`** – Delete existing rooms. *(default: op)*
– **`xrooms.admin.edit`** – Edit room properties. *(default: op)*
– **`xrooms.admin.gui`** – Open the management GUI. *(default: op)*
– **`xrooms.admin.tp`** – Teleport to rooms. *(default: op)*
– **`xrooms.admin.reload`** – Reload the plugin. *(default: op)*
– **`xrooms.player.`** – Enter a specific room (only when `require-permission: true`). *(default: op)*
– **`xrooms.player.*`** – Enter all rooms. *(default: op)*

> **Tip:** Rooms have `require-permission: false` by default, meaning all players can enter. Set it to `true` in the room config to restrict access.

### ⚙️ **Default Configuration**
“`yaml
config-version: 1
prefix: “&8[&bX-Rooms&8]&r ”
language: “en” # Available: es, en, fr

room-settings:
use-own-inventory: false # false = backup & replace with room kit
start-countdown: 3 # seconds before PvP starts
barrier-material: “AIR” # AIR, BARRIER, RED_STAINED_GLASS
restore-on-quit: true # restore inventory on disconnect
entry-title-cooldown: -1 # -1 = always show
end-delay: 3 # seconds before teleporting players out after match
abilities-level-limit:
strength: 5
speed: 5
resistance: 5
haste: 5
regeneration: 5
fire_resistance: 5
jump: 5
saturation: 5
absorption: 5
fly: 1

holograms:
provider: “AUTO” # AUTO, DecentHolograms, HolographicDisplays
default-lines:
– “&b&l{name}”
– “&7Players: &f{players}/{max}”
“`


Need help? Join our Discord or report issues in the discussion section.

XrayDetector

# XrayDetector

**A Minecraft X-ray Detection Plugin**

XrayDetector is a comprehensive detection system for identifying potential X-ray usage on Minecraft servers. This plugin monitors ore mining patterns and alerts staff members when suspicious activity is detected.

**Author:** nevmind
**Version:** 1.0.0
**All Rights Reserved**

## Features

### Core Detection System
– **Pattern-Based Detection**: Monitors ore mining frequency and speed to identify suspicious patterns
– **Four-Tier Severity System**: Classifies alerts as Low, Medium, High, or Very High based on mining behavior
– **Points Tracking**: Maintains cumulative X-ray suspicion scores for each player
– **Real-Time Alerts**: Notifies staff members instantly when detection thresholds are met

### Comprehensive Commands
– `/xray toggle` – Enable or disable the detection system
– `/xray set ores ` – Configure ore threshold for alerts
– `/xray set time ` – Set the time window for detection
– `/xray tp ` – Teleport to suspected player in spectator mode (invisible)
– `/xray chances list` – View top 10 players with highest X-ray suspicion points
– `/xray reload` – Reload configuration without restarting

### Advanced Configuration
– **Customizable Thresholds**: Adjust ore counts and time windows
– **Severity Levels**: Configure point values for each severity tier
– **Alert Colors**: Customize message colors using Minecraft color codes
– **Toggle System**: Enable/disable detection without removing the plugin

### Permission System
– `xray.admin` – Access to all plugin commands (default: op)
– `xray.alerts` – Receive X-ray detection alerts (default: op)

## Installation

1. Download `XrayDetector-1.0.0.jar` from the releases
2. Place the JAR file in your server’s `plugins` folder
3. Restart your server or use a plugin manager to load it
4. Configure the plugin in `plugins/XrayDetector/config.yml`

## Compatibility

### Supported Platforms
– **Paper** (Recommended)
– **Spigot**
– **Bukkit**
– **PurPur**
– **Pufferfish**

### Minecraft Versions
– **1.21.x** (Latest)
– **1.20.x**
– **1.19.x**
– **1.18.x**
– **1.17.x**
– **1.16.x**
– **1.15.x**
– **1.14.x**
– **1.13+** (Minimum)

The plugin uses the Bukkit API 1.13+ for maximum compatibility across versions.

## Configuration

The plugin creates a `config.yml` file in `plugins/XrayDetector/` with the following options:

### Basic Settings
“`yaml
# Enable or disable detection system
enabled: true

# Number of ores to trigger alert
ores_threshold: 10

# Time window in seconds
time_window: 60
“`

### Severity Levels
Each severity level can be configured with minimum/maximum ore counts and point values:
– **Low**: 5-10 ores (5 points)
– **Medium**: 11-20 ores (15 points)
– **High**: 21-35 ores (30 points)
– **Very High**: 36+ ores (50 points)

### Alert Colors
Customize alert message colors using Minecraft color codes:
– `&b` = Aqua (Light Blue)
– `&f` = White
– `&e` = Yellow
– `&6` = Gold
– `&c` = Red
– `&4` = Dark Red

## How It Works

### Detection Logic
1. **Monitoring**: The plugin tracks when players mine ore blocks
2. **Pattern Analysis**: Calculates mining speed (ores per second) within the time window
3. **Severity Assessment**: Determines alert level based on ore count and mining speed
4. **Point Assignment**: Adds points to the player’s X-ray suspicion score
5. **Staff Notification**: Sends formatted alerts to all staff with `xray.alerts` permission

### Tracked Ores
The plugin monitors all ore types including:
– Coal, Iron, Gold, Diamond, Emerald
– Lapis Lazuli, Redstone, Copper
– Nether Gold, Nether Quartz
– Ancient Debris
– Deepslate variants of all ores

### Alert Format
“`
[XrayDetector] PlayerName mined 15 ores in 30.0 seconds [MEDIUM] (+15 points, Total: 45)
“`

## Commands & Permissions

| Command | Permission | Description |
|———|———–|————-|
| `/xray toggle` | `xray.admin` | Toggle detection on/off |
| `/xray set ores ` | `xray.admin` | Set ore threshold |
| `/xray set time ` | `xray.admin` | Set time window |
| `/xray tp ` | `xray.admin` | Teleport to player (spectator) |
| `/xray chances list` | `xray.admin` | Show top suspects |
| `/xray reload` | `xray.admin` | Reload configuration |

**Aliases:** `/xr`, `/xraydetector`

## FAQ

**Q: Does this plugin prevent X-ray?**
A: No, this plugin only detects potential X-ray usage. It cannot prevent players from using X-ray texture packs or mods.

**Q: Will this catch all X-ray users?**
A: The plugin detects suspicious mining patterns that may indicate X-ray usage. However, it’s not 100% accurate and should be used as one tool among many for server moderation.

**Q: Can players see the alerts?**
A: Only players with the `xray.alerts` permission (typically staff) receive alerts.

**Q: What happens when a player is detected?**
A: The plugin only sends alerts and tracks points. Staff must manually review and take appropriate action.

**Q: Does this work on older versions?**
A: The plugin requires Minecraft 1.13 or newer due to API compatibility.

## Support & Updates

For bug reports, feature requests, or support:
– Open an issue on the project repository
– Contact the server administrator

## License

**XrayDetector** by **nevmind**
**All Rights Reserved**

This software is proprietary and confidential. Unauthorized copying, distribution, or modification is strictly prohibited without explicit permission from the author.

## Credits

**Developer:** nevmind
**Plugin Version:** 1.0.0
**Last Updated:** 2025

Thank you for using XrayDetector!

Xray Boat

![Xray](https://cdn.modrinth.com/data/cached_images/4d84a039dc137123bd6c9c27fe49987b78b5045e.png)

🚤 X-Ray Boat lets you see straight through the boat and into the ocean below.
The main idea of this texture is simple and useful: with a transparent/open boat, you can clearly see the seafloor, corals, ruins, and underwater terrain while sailing. 🌊👀

It keeps a clean, vanilla-friendly look, but adds a practical and immersive detail that makes ocean exploration way more enjoyable. Perfect for discovering what’s beneath the water without leaving your boat. 🌿✨

Lightweight, simple, and visually pleasing — a small tweak that changes how you explore the seas. 🚣‍♂️

XPHearts

# **About**

[![Modrinth Downloads](https://img.shields.io/modrinth/dt/J1JUTjPI?style=for-the-badge&logo=modrinth&color=00af5c)](https://modrinth.com/plugin/xphearts) [![CurseForge Downloads](https://img.shields.io/curseforge/dt/91171?style=for-the-badge&logo=curseforge&logoColor=f16436&color=f16436)](https://www.curseforge.com/minecraft/bukkit-plugins/xphearts)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/J3J71G0IUZ)

XPHearts is a plugin that automatically adjust maximum hearts/health depending on your experience level. You can configure the amount of experience level needed in the configuration file.

![Level 100 with 50 hearts](https://cdn.modrinth.com/data/cached_images/73debbc3ca33f90989cb882af629e320c9f52f76.png)

### Features

– Automatically adjust the player’s maximum hearts/health when they reach the experience level specified in the configuration.
– Easy to understand config.
– Lightweight.

### Commands
| Command | Description | Permission |
|—————-|————————————-|—————–|
| `/xh` | Get the information about the plugin. | `xh.use` |
| `/xh reload` | Reloads the config file. | `xh.admin` |
| Command aliases| **xh, xpheart, xphearts** |

### Issues and Suggestions
Suggest and report issues on [Github](https://github.com/seyviyer2/XPHearts/issues).

XPDispenser

# XPDispenser

A Minecraft Bukkit plugin to throw your XP at yourself (e.g. to repair your mending tools).

![](screenshot.jpg)

[![actions status](https://github.com/Programie/XPDispenser/actions/workflows/build.yml/badge.svg)](https://github.com/Programie/XPDispenser/actions/workflows/build.yml)
[![download from GitHub](https://img.shields.io/badge/download-Releases-blue?logo=github)](https://github.com/Programie/XPDispenser/releases/latest)
[![download from Modrinth](https://img.shields.io/badge/download-Modrinth-blue?logo=modrinth)](https://modrinth.com/plugin/xpdispenser)
[![download from CurseForge](https://img.shields.io/badge/download-CurseForge-blue?logo=curseforge)](https://www.curseforge.com/minecraft/bukkit-plugins/xpdispenser)

## What is it?

XPDispenser allows you to throw XP orbs at yourself by using your currently collected XP points.

The collected XP points can be used to repair tools and armor enchanted with the mending enchantment. In that way, you are able to reuse your already collected XP points to repair your tools and armor.

## Permissions

Currently, there is only one permission available which controls whether a player is allowed to use this plugin: `xpdispenser` (Default: everyone)

## How to use it?

Simply place a sign at any location with the text `[XPDispenser]` at the first line.

Optionally, the second line contains the amount of XP points to be thrown in a single time (defaults to 10, if not given on the sign).

So, if you want to get 50 XP points, you can place a sign with the following content:

* First line: `[XPDispenser]`
* Second line: `50`

After correctly placing the sign, the color of the first line will change to blue.

To use the sign, simply interact with it (i.e. right click on it) while having the tool and/or armor to repair equipped.

### Why use a sign instead of a command?

It’s simple: I just don’t like to execute commands as a normal player, but I like to interact with the environment just like you would do in real life.

In case of this plugin, you could see the sign as some type of machine which will dispense some XP orbs.

## Build

You can build the project in the following 2 steps:

* Check out the repository
* Build the jar file using maven: *mvn clean package*

**Note:** JDK 1.8 and Maven is required to build the project!

## My other plugins

You can find them on [my website](https://selfcoders.com/projects/minecraft-plugins).

XP Stacker

🎉 **XPStacker: Let Your Server Breathe!** 🎉
Is your server slowing down because of all the scattered XP orbs? 🐢 XPStacker offers a sleek and effective solution to this problem. This lightweight plugin automatically merges nearby XP orbs into a single one, significantly reducing server load while providing a smoother experience for players.

✨ **Key Features:**

– **Lag Reduction:** 💨 Drastically reduces server lag by merging hundreds of scattered XP orbs into a single orb.

– **Automatic Merging:** 🤝 New XP orbs automatically merge with nearby ones. No player action is required.

– **Configurable Radius:** ⚙️ Easily adjust the merge radius of XP orbs in the config.yml file.

– **Lightweight and Stable:** 🔋 Operates with minimal resource usage and does not affect your server’s other features.

Add XPStacker to your server now and let your players collect XP without any lag! 💎

✨ **Check Out Our Other Plugins!** ✨
If you enjoy the **XPStacker** plugin, don’t forget to check out our other high-quality plugins for your server!

– **BuildByBit**: https://builtbybit.com/creators/fisfiskoray.600970
– **PolyMart:** https://polymart.org/user/57522/fisfiskoray
– **Modrinth:** https://modrinth.com/user/FisFisKoray

Skelun’s XP Reward System

skelun's xp reward system logo wide

_It’s unfair for players who likes to chill and gather materials to not get any XP while tryharders are building a thousand mob farms getting loads of experience to enchant everything._

_This is why I created this Mod/Datapack_

 

## ✨ NEW WAYS TO EARN XP

cutting
digging
farming
mining
traveling

## 📝 RULES

* To receive XP by **Mining**, **Cutting**, **Digging** or **Farming** you must be using the appropriate tool;
* You receive less XP for “**Ice Boating**” or for using the “**Rail Bug**”;
* You receive less XP for **Traveling** if you are using something that speeds you up;
* You receive less XP for certain enchantments in specific conditions (e.g.: having *Depth Strider* and walking underwater).

## 🛠️ Mod Support

It supports any _*”Right-Click Harvest”*_ mod or data pack.

It supports any mod or data pack that allows you to break multiple blocks, like _*”vein mine”*_ or _*”timber”*_.

I have not included support for any modded tool, but if you want any, just ask!

## 📖 Settings

As of `version 2.6.1` you can now change some settings in-game.

> You need to be in creative mode (and if in a server, be an OP)

Type this command in chat to give yourself a written book:

“`/function sklps:config“`

It allows you to change some settings once you open it.

#### 🔢 *Detailed Information on the numbers I used:* [**Google Sheets File**](https://docs.google.com/spreadsheets/d/1ja2UrwOSQU-HuBbu5GjIAst3xkR4ZdJTHHQBmAlbfy0/edit?usp=sharing)

💖 Feel free to give any feedback, trash talk or ask for anything.

**You can contact me on [PlanetMinecraft](https://www.planetminecraft.com/member/skelun/)**

**Or [create an issue on Github](https://github.com/Skelun/xp-reward-system/issues)**

enjoy

XP-like HUD

# **About XP-like HUD**

**XP-like HUD** (or wixewsky’s XP-like HUD) will change in-game HUD (health, food, armor, etc) to use colored experience-like bars, being very vanilla-friendly.

![Example](https://cdn.modrinth.com/data/cached_images/7c04bbf95b8aba739ce92c139adffe10fdb59839.png)

Originally I made this HUD for Better than Adventure! and published it on Planet Minecraft, but came up porting this to vanilla Minecraft with some improvements and publishing here, on Modrinth.

You can download XP-like HUD for BTA! [here](https://modrinth.com/resourcepack/xp-like-hud-for-bta!)!

## Mod Support
This Resource Pack supports 182 mods in total! ≈143 with custom assets and ≈39 tested out*. Currently supported mods:

Expand to see

– [AppleSkin](https://modrinth.com/mod/appleskin) by squeek502.
– [Amarite](https://modrinth.com/mod/amarite) by AmyMialee.
– [Armor Toughness Bar](https://modrinth.com/mod/armor-toughness-bar) by pbone64.
– [Armor Toughness Bar, Again](https://modrinth.com/mod/armor-toughness-bar,-again) by paypur.
– [Armor Chroma for Fabric](https://modrinth.com/mod/armor-chroma-for-fabric) by A5b84.
– [Armor Chroma](https://www.curseforge.com/minecraft/mc-mods/armor-chroma) by jobicade.
– [Farmer’s Delight](https://modrinth.com/mod/farmers-delight) by vectorwing.
– [Brewin’ And Chewin’](https://modrinth.com/mod/brewin-and-chewin) by Torty.
– [More Heart Types](https://modrinth.com/mod/more-heart-types) by Oth3r.
– [Heartache](https://modrinth.com/mod/heartache) by spzla.
– [Detail Armor Bar](https://modrinth.com/mod/detail-armor-bar) by RedLime.
– [Detail Armor Bar Reconstructed](https://modrinth.com/mod/detail-armor-bar-reconstructed) by Coredex.
– [Pick Your Poison](https://modrinth.com/mod/pick-your-poison) by Ladysnake.
– [Raised](https://modrinth.com/mod/raised) by yurisuika.*
– [Colorful Hearts](https://modrinth.com/mod/colorful-hearts) by Terrails.
– [Nostalgic Tweaks](https://modrinth.com/mod/nostalgic-tweaks) by rjxkenshin.
– [Heart Effects](https://modrinth.com/mod/heart-effects) by Doublea06_.
– [Victus](https://modrinth.com/mod/victus) by glisco.
– [Stamina](https://modrinth.com/mod/insane-stamina) by Insane96.
– [PartialHearts](https://modrinth.com/mod/partialhearts/versions) by DialingSpoon527.*
– [ArmorSkin](https://modrinth.com/mod/armorskin) by IzzyDotExe.
– [Extra Armor Info](https://modrinth.com/mod/extra-armor-info) by mrmelon54.
– [Insane’s Survival Overhaul (aka IguanaTweaks Reborn)](https://www.curseforge.com/minecraft/mc-mods/iguanatweaks-reborn) by Insane96.
– [Thirst Was Taken](https://modrinth.com/mod/thirst-was-taken) by ghen-git and mlus.
– [Thirst Bar](https://modrinth.com/datapack/thirst-bar) by 3geE.
– [It’s Thirst](https://modrinth.com/mod/its-thirst) by capybaro.
– [Tough As Nails](https://modrinth.com/mod/tough-as-nails) by Adubbz and Forstride.
– [Survive](https://modrinth.com/mod/survive) by Stereowalker.
– [Simple Hydration](https://modrinth.com/datapack/simple-hydration) by Boid.
– [uku’s Armor HUD](https://modrinth.com/mod/ukus-armor-hud) by uku.*
– [Auto HUD](https://modrinth.com/mod/autohud) by Crendgrim.*
– [Homeostatic](https://modrinth.com/mod/homeostatic) by wendall911.
– [Energy Bar Indicator](https://modrinth.com/datapack/stamina-bar-indicator) by Diesse.
– [Dehydration](https://modrinth.com/mod/dehydration) by Globox1997.
– [Bewitchment](https://modrinth.com/mod/bewitchment) by MoriyaShiine and cybercat5555.
– [Upgrade Aquatic](https://modrinth.com/mod/upgrade-aquatic) by Team Abnormals.
– [The Aether](https://modrinth.com/mod/aether) by The Aether Team.
– [Njol’s HUD](https://modrinth.com/mod/njols-hud) by Njol.
– [Fancy Health Bar](https://modrinth.com/mod/fancy-health-bar) by efekos.*
– [Armor Hud](https://modrinth.com/mod/armor-hud) by SaolGhra.
– [SpiffyHUD](https://modrinth.com/mod/spiffyhud) by Keksuccino.*
– [Melancholic Hunger & HUD](https://modrinth.com/mod/melancholic_hunger) by antigers.
– [Mediumcore](https://modrinth.com/mod/alexs-mediumcore) by AlexModGuy.
– [NutritionZ](https://modrinth.com/mod/nutritionz) by xR4YM0ND and Globox1997.
– [Health Indicators](https://modrinth.com/mod/health-indicators) by AdyTech99.
– [Dietary Statistics](https://modrinth.com/mod/dietary_statistics) by Rikka-Kitani.
– [Quark](https://modrinth.com/mod/quark) by Vazkii.
– [Water Source 2](https://modrinth.com/mod/watersource2) by Koiro.
– [Mantle](https://modrinth.com/mod/mantle) by KnightMiner.
– [BedrockIfy](https://modrinth.com/mod/bedrockify) by juancarloscp52.*
– [Bedrock Hotbar](https://modrinth.com/mod/bedrock-hotbar) by BizCub.*
– [Malum](https://modrinth.com/mod/malum) by SammySemicolon.
– [Energizer](https://modrinth.com/mod/energizer) by Gauraaaaaaaa.
– [Arthritis](https://modrinth.com/mod/arthritis) by ProstStuff and Bloxedzero.
– [Hydration](https://modrinth.com/mod/hydration) by Exzotic.
– [Hydration](https://modrinth.com/mod/hydration-mod) by BlackVault.
– [Armor Points ++](https://modrinth.com/mod/armorpoints) by Cheos and SopsyHallow.
– [ParCool!](https://modrinth.com/mod/parcool) by alRex_U.
– [Scaling Health](https://modrinth.com/mod/scaling-health) by SilentChaos512.
– [Legacy4J](https://modrinth.com/mod/legacy4j) by Kyubion Studios.
– [Feathers](https://modrinth.com/mod/feathers) by Elenai.
– [Verticality](https://modrinth.com/mod/verticality) by KrLite.*
– [HUDTweaks](https://modrinth.com/mod/hudtweaks) by burgerindividual.*
– [Crim’s Party GUI](https://modrinth.com/mod/crims-party-gui) by Crim and Favouriteless.*
– [Hunger Remover](https://modrinth.com/mod/hunger-remover) by SmushyTaco.*
– [Overflowing Bars](https://modrinth.com/mod/overflowing-bars) by Fuzs.
– [Mindful Eating](https://www.curseforge.com/minecraft/mc-mods/mindful-eating) by camcam_burger.
– [Botania](https://modrinth.com/mod/botania) by Vazkii.
– [Cracker’s Wither Storm Mod](https://modrinth.com/mod/crackers-wither-storm-mod) by nonamecrackers2.
– [Frostbyte’s Improved Inventory](https://modrinth.com/mod/frostbytes-improved-inventory) by FrostbyteGames.
– [Totem Bar](https://modrinth.com/mod/totem-bar) by Yomna.
– [I ❤ TFC (I Heart TFC)](https://modrinth.com/mod/ihearttfc) by alekiponi.
– [Leave My Bars Alone](https://modrinth.com/mod/leave-my-bars-alone) by Fuzs.*
– [Colorful ui](https://modrinth.com/mod/cui) by pustoykishka.*
– [Overloaded Armor Bar](https://modrinth.com/mod/overloaded-armor-bar) by Tfarcenim.*
– [Crumbling Hearts](https://modrinth.com/mod/crumbling-hearts) by KreaDex.*
– [Scorchful](https://modrinth.com/mod/scorchful) by TheDeathlyCow.
– [Frostiful](https://modrinth.com/mod/frostiful) by TheDeathlyCow.
– [Mana Attributes](https://modrinth.com/mod/mana-attributes) by TheRedBrain.
– [Life Fruits](https://modrinth.com/mod/life-fruits) by super_okina.
– [ArmorHUD](https://modrinth.com/mod/armorhud-fabric) by kyh148.
– [Vampirism](https://modrinth.com/mod/vampirism) by maxanier and cheaterpaul.
– [Would you Rather](https://modrinth.com/mod/wyr) by EightSidedSquare.
– [Chococraft](https://modrinth.com/mod/chococraft) by clienthax and Mrbysco.
– [Hudless](https://modrinth.com/mod/hudless) by ZipeStudio.*
– [Withered Hearts](https://modrinth.com/mod/withered-hearts) by Ramixin.*
– [Extended Hotbar](https://modrinth.com/mod/extended-hotbar) by DenWav and unilock.*
– [Double Hotbar](https://modrinth.com/mod/double-hotbar) by sidezbros.*
– [RemoveHUD](https://modrinth.com/mod/removehud) by IzzyDotExe.*
– [Better GUI Scaling](https://modrinth.com/mod/betterguiscaling) by yeahimrose.*
– [Granular Hunger](https://modrinth.com/mod/granular-hunger) by Tetro48.
– [Blue Skies](https://modrinth.com/mod/blue-skies) by Modding Legacy.
– [Extra RPG Attributes](https://modrinth.com/mod/extra-rpg-attributes) by cleannrooster.
– [RunicLib](https://modrinth.com/mod/runiclib) by Yirmiri and BackupCup.
– [Cold Sweat](https://modrinth.com/mod/cold-sweat) by Mikul.
– [Dungeon’s Delight](https://modrinth.com/mod/dungeons_delight) by Yirmiri and Betwixer.
– [Additional Saturation](https://modrinth.com/mod/additional-saturation) by wet_noodles90.
– [Advanced UI Scaling](https://modrinth.com/mod/advanced-ui-scale) by qendolin.*
– [Head-down Display Continuation](https://modrinth.com/mod/hdd-continuation) by The_Computerizer.*
– [Vehicle Hunger Bar](https://modrinth.com/mod/vehicle-hunger-bar) by CrownSheep.*
– [Hexed](https://modrinth.com/mod/hexed) by BackupCup.
– [Better Bubbles](https://modrinth.com/mod/betterbubbles) by IllagerCaptain.
– [Vampire’s Delight](https://modrinth.com/mod/vampires-delight) by GridExpert.
– [Meulti’s Backrooms](https://modrinth.com/mod/meultis-backrooms) by Meulti and hacone.
– [Extended Armor Bars](https://www.curseforge.com/minecraft/mc-mods/extended-armor-bars) by RebelKeithy.
– [Elytra Bar HUD](https://www.curseforge.com/minecraft/mc-mods/elytra-bar-hud) by Fotatata.
– [Advanced Armor Bar](https://modrinth.com/mod/advanced-armor-bar) by Sygikal.
– [Saturative](https://modrinth.com/mod/saturative) by emilahmaboy.*
– [More Offhand Slots](https://modrinth.com/mod/more-offhand-slots) by TkkynaA.*
– [Giacomo’s HUD Overlays Configurator](https://www.curseforge.com/minecraft/mc-mods/giacomos-hud-overlays-configurator) by zacomat.*
– [Cyra](https://modrinth.com/mod/cyra) by Le_Keko.
– [Ametrine](https://modrinth.com/mod/ametrine) by nickfluffingfox and Buff_sheep.
– [LemonSkin](https://modrinth.com/mod/lemonskin) by myxazaur.
– [Haema](https://modrinth.com/mod/haema) by will_bl.
– [Spells & Shields](https://modrinth.com/mod/spells-shields) by CAS_ual_TY.
– [Oreganized](https://modrinth.com/mod/oreganized) by TeamGalena.
– [Fantazia](https://modrinth.com/mod/fantazia) by ArkadiyHimself.
– [Secrets of the Void](https://modrinth.com/mod/secrets-of-the-void) by the_destiny.
– [Horseman](https://modrinth.com/mod/horseman) by mortuusars.*
– [Offhand Hotbar](https://modrinth.com/mod/offhand-hotbar) by ThePotatoArchivist.*
– [Bountiful Fares](https://modrinth.com/mod/bountiful-fares) by Hecco.
– [FireHud](https://modrinth.com/mod/firehud) by LordEnder_Kitty.
– [WinWeapons](https://modrinth.com/mod/winweapons) by Lumineade and TheTrueYak.
– [Etherology](https://modrinth.com/mod/etherology) by Faradey and Feytox.
– [Fright’s Delight](https://modrinth.com/mod/frights-delight) by ChefMooon.
– [Metabolism](https://modrinth.com/mod/metabolism) by lilypuree.
– [Just Another Witchery Remake](https://modrinth.com/mod/just-another-witchery-remake) by mrsterner and anatevka.
– [Toxony](https://modrinth.com/mod/toxony) by MrFrostyDev.
– [SmartHUDReheated](https://modrinth.com/mod/smarthudreheated) by deflatedpickle.*
– [CustomHealthHUD](https://modrinth.com/mod/customhealthhud) by POHH.*
– [Ecological Replenishment Station](https://modrinth.com/mod/ecological-replenishment-station) by niannianan and mlus.
– [Eternal Starlight](https://modrinth.com/mod/eternal-starlight) by LeoMinecraftModding.
– [Eidolon:Repraised](https://modrinth.com/mod/eidolonrepraised) by Alexthw46.
– [Stellarity](https://modrinth.com/mod/stellarity) by kohara.
– [Trailier Tales](https://modrinth.com/mod/trailier-tales) by FrozenBlock.
– [Sweet Calamity](https://modrinth.com/mod/sweet-calamity) by Valent and Valend.
– [Better Flight](https://modrinth.com/mod/betterflight) by ArkVeil and rejahtavi.
– [Illager Revolution](https://modrinth.com/mod/illager-revolution) by SangreBK and AstianBK.
– [Unusual End](https://modrinth.com/mod/unusual_end) by Sweetygamer2 and SashaKYotoz.
– [BITE](https://modrinth.com/mod/bite) by KevReTV.
– [Stamina Attributes](https://modrinth.com/mod/stamina-attributes) by TheRedBrain.
– [ExtendedHotbarRebared](https://modrinth.com/mod/extendedhotbarrebared) by deflatedpickle.*
– [Eleron](https://modrinth.com/mod/eleron) by Sindercube.
– [Aileron](https://modrinth.com/mod/aileron) by Lodestar.
– [Overhauled Damage](https://modrinth.com/mod/overhauled-damage) by TheRedBrain.
– [Combat Roll](https://modrinth.com/mod/combat-roll) by ZsoltMolnarrr.
– [ArmorWeight](https://modrinth.com/mod/armorweight) by ptayur.
– [Goety – The Dark Arts](https://modrinth.com/mod/goety) by Polarice3.
– [Chai’s Better HUD](https://modrinth.com/mod/chais-better-hud) by Chai.*
– [Axiom](https://modrinth.com/mod/axiom) by Moulberry.*
– [Rats](https://modrinth.com/mod/rats) by AlexModGuy and GizmoTheMoonPig.
– [The Undergarden](https://modrinth.com/mod/the-undergarden) by quek and GizmoTheMoonPig.
– [Galosphere](https://modrinth.com/mod/galosphere) by Orcinus, Ninni and lunarbunten.
– [Aylyth](https://modrinth.com/mod/aylyth) by cybercat5555.
– [Burnt](https://modrinth.com/mod/burnt) by pxlbnk.
– [JCRAFT: Eyes of Ender](https://modrinth.com/mod/jojo-eyes-of-ender) by Arna and more.
– [L_Ender’s Cataclysm](https://modrinth.com/mod/l_enders-cataclysm) by mcl_ender.
– [Unusual Prehistory](https://modrinth.com/mod/unusual-prehistory-forge) by peeko322131 and crydigo.
– [WitherUtils](https://modrinth.com/mod/witherutils) by klangzwang.
– [Sanity: Descent Into Madness](https://modrinth.com/mod/sanity-descent-into-madness) by croissantnova.
– [StaminaZ](https://modrinth.com/mod/staminaz) by Globox1997.*
– [Sprint O’ Meter](https://modrinth.com/mod/sprintometer) by PaperScorpio.*
– [Goblins & Dungeons](https://modrinth.com/mod/goblins-dungeons) by superlord9362 and Weastiann.
– [Exotelcraft](https://modrinth.com/mod/exotelcraft) by TKD_Kedis.
– [Euphorics](https://modrinth.com/mod/euphorics) by TalonMinecraft and EightSidedSquare.
– [Enigmatic Legacy](https://modrinth.com/mod/enigmatic-legacy) by Aizistral.
– [Legendary Survival Overhaul](https://www.curseforge.com/minecraft/mc-mods/legendary-survival-overhaul) by krampus_there, armkath and Alex_Hashtag.
– [Hardcore Survival](https://modrinth.com/mod/hardcore-survival) by AFrozenRain.
– [Nycto](https://modrinth.com/mod/nycto) by MoriyaShiine and cybercat5555.
– [TerraFirmaCraft](https://modrinth.com/mod/terrafirmacraft) by eerussianguy, Therighthon, dries007 and alcatrazEscapee.
– [Enlightend](https://modrinth.com/mod/enlightend) by lixir and hhumanoid.
– [Jaden’s Nether Expansion](https://modrinth.com/mod/jadens-nether-expansion) by ThatJadenXgamer.
– [GD656MotionHUD](https://modrinth.com/mod/gd656motionhud) by Minecraft_GD656.*
– [Inventorio](https://modrinth.com/mod/inventorio) by RubixDev and LizardOfOz.
– [Supplementaries](https://modrinth.com/mod/supplementaries) by MehVahdJukaar and Plantkillable.
– [Mutant More](https://modrinth.com/mod/new-mutant-more) by AlexandersFunAndGames.
– [Confluence: Otherworld](https://modrinth.com/mod/confluence) by Magic_Team.Jvav.
– [Embers Rekindled](https://modrinth.com/mod/embers) by RCXcrafter.
– [Obscure API](https://modrinth.com/mod/obscure-api) by Obscuria.
– [Frozify](https://modrinth.com/mod/frozify) by XZX.
– [Defile](https://modrinth.com/mod/defile) by RAT and more.
– [Slotted Armor HUD](https://modrinth.com/mod/slotted-armor-hud) by poqbox.*

| * — _mods that already work but were tested for some issues_.

**This count will grow with updates.** If you want to see your favorite mod in this list, DM me on Discord or Telegram (read Contact). Some mods not included in this list can work without issues, but it is not guaranteed. Forks of included mods must work fine, if textures and texture structuring was not affected by the fork. I recommend use mod versions that were released before XP-like HUD’s update since some mods may add more content in the HUD or change it with updates.

Due to the rounded corners, some mods, like hunger removal or HUD flipping mods, may cause some visual problems. You can download sharp or circular corner variant to fix these compatibility issues. Just download additional (supplementary) file by selecting it on download page, since it is not the main version of this Resource Pack. Also you can find an addon for flipped armor bar inside .zip file.

## Variants and Addons
This Resource Pack comes in three variants:

– **Rounded**: The main variant, rounds only the left or right side of bars, depending on its position.
– **Sharp**: No corners of the bars are rounded.
– **Circular**: Every corner of the bars is rounded.

This Resource Pack includes four optional addons inside .zip file:

– **Pre-hunger Addon**. Flips armor and oxygen bars for better experience with hunger removal mods.
– **Numbered Hotbar Addon**. Adds numbers on hotbar for better accessibility.
– **Alpha and Beta Addon**. Extends XP-like HUD’s support to every single Minecraft version.
– **Armor Chroma Addon**. Adds full compatibility for Armor Chroma and Armor Chroma for Fabric.

Due to some limitations with assets count, some XP-like HUD versions on Minecraft 1.20.3 and below can crash your game because it has too much folders inside assets. Delete useless mods, update your game, use version with less content, or use older Resource Pack versions, there is nothing I can do (except stop adding more and more mod support) (Minecraft 1.20.X and below worked fine on my end while I was testing mods ever since I added “CRASH FIX” and “Vanilla” versions inside main .zip btw).

You can leave a comment on [Planet Minecraft](https://www.planetminecraft.com/texture-pack/xp-like-hud/)!

## Contact

If you want contact me, ask a question, help with development, suggest a mod to support, or report a bug, DM me on Discord **[@wixewsky](https://discord.com/users/372017357222313987)** or Telegram **[@wixewsky](https://t.me/wixewsky)**.

License and Legal

You are **NOT allowed** to:

– Publish this Resource Pack or its modifications on third-party websites and platforms without permission AND original [Modrinth link](https://modrinth.com/resourcepack/xp-like-hud).

– Steal or modify this Resource Pack unless it is for personal use or help with develepment.

– Port and publish this Resource Pack to the Bedrock Edition or BE’s Marketplace.

– Sell this Resource Pack.

– Share this Resource Pack as a file on your media, like Telegram channels.

You are allowed to do anything not included in this list, like including this Resource Pack to your modpacks or use it in your videos or livestreams.

If you are not sure what you are allowed or disallowed to do, feel free to DM me on Discord or Telegram.

This Resource Pack officially published **ONLY** on Modrinth and Planet Minecraft, if you downloaded it from somewhere else, you have been scammed and you shouldn’t use these websites ever again. **They deprive authors of revenue, overtake traffic and adding virues in their reuploads**.

This list can be changed at any moment. LICENSE.txt can be different from this section.

A stable and bug-free experience is not guaranteed, especially with old Minecraft versions or a modded client. **In my experience**, vanilla and modded Minecraft 1.20.1, 1.21.1 and 1.21.8 worked perfectly fine. Modded Minecraft 1.21.8 with a few supported mods worked fine as well.

xokz’s Glowing Toggle

**To use, run `/trigger glowing` to toggle the glowing effect!**

This simple datapack allows players to toggle a permenant glowing effect for easy tracking in multiplayer.

This pack was created with compatibility and performance in mind. It is fully compatible with other sources of glowing. Toggling off glowing will not remove sources of glowing not from xokz’s glowing toggle.

Admin Commands

– To lock a players ability to toggle glowing, run `/execute as run function glowing:admin/lock_trigger`

– To unlock a players ability to toggle glowing, run `/execute as run function glowing:admin/unlock_trigger`

– To make a player glow, run `/execute as run function glowing:admin/make_glow`

– To make a player stop glowing, run `/execute as run function glowing:admin/stop_glow`

### Sponsor: Sparkedhost
Want a great server for a cheap price? Click the banner below, with code `xokz25` for a 25% discount!
[![xokz25](https://cdn.modrinth.com/data/cached_images/c93ad8a662eb27d84f644cae4bc80fd13582bafa.jpeg)](https://billing.sparkedhost.com/aff.php?aff=3077)

Xmas meowl Totem of Undying

– ENG: **Meowl** (in Russian, “Myaowl” or “Myaul”) is a creature with a cat’s head and an owl’s body, sitting on a branch. Initially, it was a fun photoshop creation.
The first images of the cat owl appeared in 2013 on the Chinese platform Weibo. However, it gained popularity only in October 2025 on TikTok

– RU: **Meowl** (в рунете — «Мяовл» или «Мяул») — существо с кошачьей головой и телом совы, сидящее на ветке. Изначально — это весёлое творение фотошопа.
Первые изображения с котосовой появились в 2013 году на китайской платформе Weibo. Но популярность они обрели только в октябре 2025 года в TikTok

[Meowl Totem](https://modrinth.com/resourcepack/meowl-totem-of-undying/versions)

[ALL RESOURCEPACKS COLLECTION: MEMES + STREAMERS](https://modrinth.com/collection/sfDcDGAi)