Xaero’s Vanilla GUI
This resource pack customizes Xaero’s Minimap to seamlessly blend with Minecraft’s vanilla aesthetic. Enjoy a minimalistic design with colors and icons that match the base game, bringing a consistent and immersive feel to your adventures. Ideal for players who want the functionality of Xaero’s Minimap without straying from the classic Minecraft look.

### USE XAEROPLUS TO FIX THE CURSOR PLACEMENT!
Further more with this resourcepack, I suggest Xaero’s Map Frame highly to go along with the aesthetic!
Xaero’s Map Server Utils
## Introduction
This data pack adds some useful commands for server administrators, allowing easy access to make fair modifications needed for gameplay on players’ Xaero’s Map series of mods.
## How it works
See the `How do I prohibit the use of cave mode and/or entity radar on my server?` section of Xaero’s Minimap Mod.
## Usage
– `/function xaero:fairxaero` causes the minimap to disable cave mode (including world map) and entity radar (fair-play mode)
– `/function xaero:nominimap` disables the minimap completely
– `/function xaero:resetxaero` reset all the system message flags
– `/function xaero:xaerowmnetherisfair` causes world map cave mode to work in the nether despite the minimap being fair-play
These commands above will tell the player what the server administrator used, if you don’t want your players to know which command you used, add `silent/` after `xaero:` (Example: `/function xaero:silent/fairxaero`) (But the player will still receive a blank message)
## Autorun
The newly added autorun feature can automatically execute functions when players join the server, modifying the behavior of their minimap.
– `/function xaero:autorun/set/disabled` disable the feature (default)
– `/function xaero:autorun/set/…` select the function to run automatically
Xaero map RU-UA
## Xaero map RU-UA
**RU Это полный перевод(кроме разовых, тестовых функций) мода Xaero world map, если у вас с ним будут проблемы пишите в наш трекер проблем**
**UA Це повний переклад (крім разових, тестових функцій), мода Xaero world map, якщо у вас з ним будуть проблеми пишіть у наш трекер проблем**
xTpa
# ⚡ xTpa | The Premium Teleportation Suite

**xTpa** is a professional-grade teleportation plugin for Minecraft servers that prioritizes user experience, visual feedback, and server performance. Say goodbye to boring, text-only teleport requests and welcome a new era of interactive player movement.
—
## 🚀 Why choose xTpa?
Unlike standard teleport plugins that only provide simple chat messages, **xTpa** focuses on **immersive feedback**. With integrated sounds, titles, and action bars, your players will never miss a request again.
### ✨ Key Features at a Glance:
* **🎨 Advanced Visuals:** Uses **Titles**, **Subtitles**, and **ActionBars** to grab the player’s attention immediately when a request arrives.
* **🎵 Audio Feedback:** Every action has a soul! Fully configurable sounds for receiving requests, starting the countdown, and successful arrival.
* **🛡️ Combat-Safe Teleport:** Prevents players from escaping combat or dangerous situations by detecting movement during the teleport countdown.
* **🌈 HEX & Legacy Colors:** Supports the full range of modern HEX colors (`&#RRGGBB`) and legacy formatting codes.
* **⚡ Optimized Performance:** Written with high-concurrency in mind to ensure your server’s TPS stays at a solid 20.
* **🔗 PlaceholderAPI Support:** Fully integrated placeholders like `%xtpa_player%` and `%xtpa_time%` for customized messages.
—
## 🛠️ Detailed Commands & Permissions
| Command | Usage | Description | Permission |
| :— | :— | :— | :— |
| `/tpa` | `/tpa ` | Send a teleportation request to a player. | *None (Default)* |
| `/tpaccept` | `/tpaccept` | Accept the most recent teleport request. | *None (Default)* |
| `/tpdeny` | `/tpdeny` | Decline the current pending request. | *None (Default)* |
| `/xtpa` | `/xtpa reload` | Reload the plugin configuration and messages. | `xtpa.admin` |
### 🔑 Special Permissions
* `xtpa.bypass.cooldown`: Allows the player to send requests without waiting for the cooldown.
* `xtpa.bypass.delay`: Allows instant teleportation without the countdown wait.
—
## ⚙️ Full Configuration Preview
Here is the complete `config.yml` which allows you to customize every single aspect of the plugin to your liking.
“`yaml
# _____
# __ _/__ _ __ __ _
# / / / // ‘_ / _` |
# > < / / | |_) | (_| |
# /_/_\/ | .__/ __,_|
# |_/
# Official Support: https://xplugins.es/discord
# Documentation: https://xplugins.es/plugins/xtpa
# General plugin settings
settings:
tpa-timeout-seconds: 60 # How long a request stays active before expiring
cooldown-seconds: 15 # Time a player must wait between sending requests
teleport-delay-seconds: 3 # Seconds to wait before the teleport happens
teleport-move-cancel: true # If true, teleport cancels if the player moves
center-messages: false # Aesthetic option to center chat messages
# Sound System
# Use standard Spigot sound names (e.g., ENTITY_ENDERMAN_TELEPORT)
sounds:
received-tpa:
enabled: true
sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
volume: 1.0
pitch: 1.0
teleport-start:
enabled: true
sound: "BLOCK_NOTE_BLOCK_HARP"
volume: 0.5
pitch: 1.5
teleport-success:
enabled: true
sound: "ENTITY_ENDERMAN_TELEPORT"
volume: 1.0
pitch: 1.0
# Visual Feedback (Titles & ActionBars)
visuals:
title:
enabled: false
title: "&#FAEDCB ℹ Request Received!"
subtitle: "&f%xtpa_player% wants to teleport to you"
fade-in: 10
stay: 60
fade-out: 10
actionbar:
enabled: true
message: "&fHey! &#FAEDCB&n%xtpa_player%&f has sent you a TPA! Check your chat."
# Message System (Supports HEX Colors)
messages:
prefix: ""
no-permission: "&c ✘ Error! &fYou do not have permission to use this."
player-not-found: "&c ✘ &fThat player is offline or does not exist."
cooldown: "&#FF5252 ✘ Error! &fWait &e%xtpa_time%s &fbefore sending another request."
self-tpa: "&#FF5252 ✘ Error! &fYou cannot teleport to yourself."
tpa-sent: "&#A0FF91 ✔ Success! &fRequest sent to &e%xtpa_player%&f."
tpa-no-pending: "&#FAEDCB ℹ Info! &fYou have no pending requests."
tpa-expired: "&#FAEDCB ℹ Info! &fThe teleport request has expired."
tpa-denied-target: "&#A0FF91 ✔ Success! &fYou denied the request."
tpa-denied-sender: "&#FF5252 ✘ Error! &fPlayer &e%xtpa_player% &fdenied your request."
tpa-accepted-target: "&#A0FF91 ✔ Success! &fRequest accepted."
tpa-accepted-sender: "&#A0FF91 ✔ Success! &e%xtpa_player% &faccepted your request."
teleport-starting-sender: "&#A0FF91 ✔ Success! &fTeleporting you to &e%xtpa_player%&f."
teleport-delay-notice-sender: "&#FAEDCB ℹ Info! &fTeleporting in %xtpa_time% seconds. Do not move!"
teleport-cancelled-moved: "&#FF5252 ✘ Error! &fMovement detected! Teleport cancelled."
teleport-cancelled-quit: "&#FF5252 ✘ Error! &fPlayer disconnected. Teleport cancelled."
teleport-success-sender: "&#A0FF91 ✔ Success! &fYou have arrived safely."
# Interactive Chat Request
received-request:
line1: "&#FAEDCB ℹ Info! &fPlayer &#FAEDCB%xtpa_player% &fwants to teleport to you."
line2-accept: "&fType &a/tpaccept &fTo accept."
line3-deny: "&fType &c/tpdeny &fTo decline."
line4: "&#FAEDCB ℹ Info! &fThe request expires in %xtpa_time% seconds."
hover-accept: "&#A0FF91 Click here to ACCEPT!"
hover-deny: "&c Click here to DENY!"
```
---
## 📥 Installation
1. **Download** the latest `.jar` file from Modrinth.
2. **Drop** the file into your server's `plugins/` folder.
3. **Restart** or **Reload** your server.
4. **Configure** the `config.yml` to your heart's content!
---
## 🌐 Community & Support
Join our growing community of developers and server owners!


---
*Created by the team at xPlugins. Quality matters.*
X-ray Ball
### ❄️ Revolutionize Your Mining with the X-Ray Ball! ❄️
Tired of endlessly strip-mining through thousands of blocks just to find a handful of diamonds? Say goodbye to the pickaxe grind and hello to instant wealth with the **X-Ray Ball** Data Pack!
### ✨ How It Works
It’s incredibly simple: just throw a regular snowball!
The moment your snowball makes an impact, it unleashes a powerful magical utility that instantly clears a massive **10×10 area**. Instead of breaking blocks one by one, you carve out massive caverns in a single throw.
### ⛏️ Key Features
* **Instant Ore Reveal:** The snowball’s impact specifically targets and deletes common, unwanted filler blocks like Stone, Gravel, Andesite, Deepslate, Granite, and Dirt.

* **Keeps the Loot Safe:** Only the “junk” blocks vanish. All your precious ores—Diamonds, Gold, Iron, Copper, Redstone, and Coal—are left perfectly intact and suspended in the air, ready to be easily collected!
* **Broad Compatibility:** Works seamlessly across multiple Minecraft Java Editions (From 1.16.x all the way to 1.21.x).
* **Lightweight:** As a Data Pack, it’s incredibly easy to drop into your world folder without needing heavy mod loaders.
### 🎮 Perfect For:
* Players looking to fast-track their resource gathering and skip the tedious mining phase.
* Content creators looking for a cinematic, visually satisfying way to reveal ores.
* Server admins needing to quickly scope out underground terrain or hidden bases.
Drop the pickaxe, stock up on snowballs, and start uncovering your world’s hidden treasures in seconds!
——–MADE BY Error6119———
X Ray | Spectator xray
# **🕵️♂️ X-Ray for Spectator Mode**
**Enhance your Minecraft Java experience with a lightweight, “one-click by activating spectator” X-ray solution. By simply switching to Spectator Mode, this pack highlights ores and hidden structures, making resource gathering or world-checking a breeze.**
**🚀 How to Use**
For the best results, follow these simple steps:
– Import & Activate: Add the resource pack to your resourcepacks folder and enable it in-game.
– Optimize Visuals: Turn Smooth Lighting: OFF in your Video Settings to make ores glow and stand out against the darkness.
– Enter Spectator Mode:
– Type /gamemode spectator in the chat.
– Pro Tip: Use the shortcut F3 + N to toggle instantly.
–
* 📸 Results
Check out the visibility improvements
# **Results**



📜 Terms of Use
I want you to enjoy this pack, but please respect the following guidelines:
✅ Allowed
* Showcase: Use this pack in your videos or streams (please provide a link to the official download page).
* Personal Use: Feel free to edit the files for your own private use.
❌ Not Allowed
* Monetized Links: Do not redistribute this pack via AdFly, Linkvertise, or similar services.
* Re-uploading: Do not edit and re-share this project as your own.
> [!IMPORTANT]
> Feedback: If you feel the need to leave a low rating, please leave a comment explaining why so I can improve the pack for everyone!
>
❤️ Support the Creator
If you find this tool helpful, consider supporting my work:
Support me on Ko-fi
Would you like me to help you draft a specific “Frequently Asked Questions” section to help reduce common support queries?
WUH totem
Changes the totem texture to an animated wuh 7tv.app emote

(donation link is to original creator)
WU_SHUANGCB’s Zombie Skin
**描述**
计划用于在我的模组包中,现在它被提前释放。
适用于 Minecraft 的 WU_SHUANGCB’s Zombie Skin(版本 1.7.1 至 1.21.1)
**特征**:独特僵尸皮肤使僵尸看起来更加具有攻击性。

**方式**:高清修复或ETF实体纹理特性等效模组。
![以防万一请使用最新版[ETF]实体纹理特性!](https://cdn.modrinth.com/data/cached_images/8acb9763063226da407072ec6b8c2bb456cdefa1.png)
**兼容**:目前新增了CrimsonSteve’s more mobs和Mutant More模组的僵尸纹理。与其他纹理使用时不需要将它位于顶部,该纹理存在一个TH版本在这里,将来会兼容更多。
其他功劳:Tissou为我的音频提供灵感,
EnderB_C_为我提供灵感。
您可以随意使用,若注明出处会更好。

**Description**:
Planned for use in my modpacks, now that it’s being released early.
WU_SHUANGCB’s Zombie Skin for Minecraft (Versions 1.7.1 to 1.21.1)
**Features**: Unique zombie skins make zombies look more aggressive.

**Method**: OptiFine or equivalent [[ETF] Entity Texture Features mod](https://www.curseforge.com/minecraft/mc-mods/entity-texture-features-fabric).

**Compatibility**: A new zombie texture for CrimsonSteve’s more mobs and the Mutant More has been added for now. There is no need to have it at the top when using it with other textures, a TH version of this texture exists here and will be compatible with more in the future.
Additional Credits: Tissou for providing inspiration for my audio,
EnderB_C_ for providing inspiration.
Feel free to use it, and it would be appreciated if you give credit.

WelcomeTitlePlugin
A plugin that sends the title when a player joins the server.
## Installation method
1. Download and go to plugins folder
2. Reload the server or restart the server to enable the plugin.
3. [Optional] Change the message in config.yml.
## Links
GitHub (Source): https://github.com/raicdev/WelcomeTitlePlugin
Support: [email protected] or github issues
## Commands
/wt help : You can see help for this plugin.
/wt version : You can see the version of this plugin.
/wt reload : Reload the settings for this plugin.
## Permissions
wt.commands.reload : Allows reloading of settings.
wt.commands.standard : Allows you to see help and version.
wt.commands.show : Allows the title to be displayed.
World of Warcraft Custom Items

# World of Warcraft Custom Items
A resource pack inspired by the famous video game, ***World of Warcraft!*** This resource pack aims to add most of the iconic weapons from the **Warcraft** universe to **Minecraft**.
### (Requires: OptiFine 1.13+)
## You can:
– Showcase the resource pack in any format if you credit me.
– Share the resource pack with the Modrinth link.
– Use the resource pack on any server.
– Modify the resource pack for private use only!
## You can’t:
– Claim the resource pack as your own.
– Modify the resource pack for public use.
– Reupload any contents of the resource pack anywhere.
– Showcase or share the resource pack without properly crediting the author.
### WARNING: If you disregard ANY of the above statements, measures will be taken to prevent any kind of theft! Thank you for understanding.
## Features
This is a Custom Items (CIT) resource pack that replaces specific items’ appearances when the nbt.display.Name property of an item is changed. Specifically, this means that if you rename items using an anvil in-game (see the How to acquire the weapons part of this description), it replaces diamond or netherite items like swords or axes, and even shields. Both the model and texture(s) of an item will be replaced, resulting in a completely new look for your weapon. It is purely cosmetic and doesn’t give you any other benefits!
## How to acquire the weapons:
– **Ashbringer**: Rename a diamond / netherite sword to ***”Ashbringer”***.
– **Corrupted Ashbringer**: Rename a *diamond / netherite sword* to ***”Corrupted Ashbringer”***.
– **Ashbringer, Greatsword of the Righteous**: Rename a *diamond / netherite sword* to a name including the text ***”righteous”***.
– **Ashbringer, Shattered Reckoning**: Rename a *diamond / netherite sword* to a name including the text ***”shattered reckoning”***.
### Requirements: OptiFine (or OptiFabric with working OptiFine) 1.13+!
## Installation & Check your settings!
-Move the “.zip” file to the “….minecraftresourcepacks” folder. In the game, activate the resource pack and you’re good to go!
-In Options -> Video Settings -> Quality, set the Custom Items to “On” in order for the resource pack to work properly!
## Extra & Credits
– The skin used in the images is made by **XSSheep**.
– The celshade-like outline method used on the Greatsword of the Righteous weapon is inspired by **Hobbeswyn’s Lightsabers**. This was shown to me by **TenebrisD90**.
## THANK YOU!
If you would like to support me, make sure to check out my YouTube channel and consider subscribing! You also have the option to support me on PayPal!
### I really hope you’ll enjoy the resource pack! *Have fun*!