
# 💣 xTntRun – The Classic Minigame, Reinvented! 💣
Bring the excitement and chaos of the classic **TNTRun** to your server with **xTntRun**! This plugin allows you to quickly and easily set up the popular minigame where players must run on a platform that vanishes beneath their feet. The last player standing wins!
Designed to be **lightweight, efficient, and extremely customizable**, xTntRun is the perfect solution for any server looking to add a fun and competitive minigame for its community.
—
## ✨ Key Features
* 🚀 **Multi-Arena Support:** Create as many arenas as you want! Each can have its own unique setup to keep the fun going.
* 📋 **Interactive Selector GUI:** A sleek and user-friendly menu that allows players to see all available arenas, view their status (waiting/in-game), and join with a single click.
* 📊 **Detailed & Dynamic Scoreboard:** Display crucial information like the map name, remaining players, and game state. The scoreboard automatically updates for waiting, starting, and in-game phases.
* ⚙️ **Highly Customizable:** Modify **absolutely everything**—from messages and titles to items and menus—through the easy-to-edit `config.yml` and `messages.yml` files. Full HEX color support included!
* ⚔️ **Customizable Skill Items:** Add an extra layer of strategy with items like:
* **Double Jump:** An in-air boost to save yourself from a fall! (Fully configurable).
* **Punch Bow:** Annoy your opponents and knock them into the void!
* 🏆 **PlaceholderAPI Integration:** Use a wide range of placeholders to display TNTRun stats in any other compatible plugin, such as scoreboards or tablists.
* 🎉 **Victory Celebrations:** Make the winner feel special with customizable fireworks, sounds, and particle effects at the end of the match!
* 👨💻 **Simple Admin Commands:** Manage your arenas, set the main lobby, and reload the configuration with intuitive and powerful commands.
—
## 🔗 Dependencies
For xTntRun to work correctly, you will need to install the following plugins:
1. [**PlaceholderAPI**](https://www.spigotmc.org/resources/placeholderapi.624/): (Required) Necessary for all placeholders to function.
2. [**WorldEdit**](https://dev.bukkit.org/projects/worldedit): (Required for setup) Needed to save your arena schematics.
—
## 🛠️ Commands
### Player Commands
“/tntrun join “ – Join a specific arena.
“/tntrun leave“ – Leave your current arena.
“/tntrun menu“ – Open the arena selection menu.
### Admin Commands
“/tntrun create “ – Create a new arena.
“/tntrun setlobby “ – Set the waiting lobby for an arena.
“/tntrun setspectator “ – Set the spectator spawn point for an arena.
“/tntrun save “ – Save the arena and make it available for players.
“/tntrun setlobby“ – Set the main server lobby (where players go after a game).
“/tntrun reload“ – Reload the plugin’s configuration files.
—
## 📈 Available Placeholders
Use these placeholders with PlaceholderAPI to display stats anywhere on your server.
“%tntrun_players%“ – Total players across all TNTRun arenas.
“%tntrun_wins%“ – A player’s total wins.
“%tntrun_losses%“ – A player’s total losses.
“%tntrun_map_name%“ – The name of the map the player is in.
“%tntrun_arena_players%“ – Current players in the player’s arena.
“%tntrun_arena_max_players%“ – Max players in the player’s arena.
“%tntrun_countdown%“ – The current countdown timer.
# Time in seconds for the countdown before the game starts.
countdown-seconds: 10
# Minimum players required for the countdown to start.
min-players: 2
# Maximum players per arena.
max-players: 40
lobby-location:
world: Hub
x: 0.5
y: 65.0
z: 0.5
yaw: -179.85002
pitch: 3.0000002
prefix: ‘&#FF5555xTntRun’ # Set to ” for better aesthetics 🙂
# Error & Warning Messages
no-permission: ‘&#FF5555 ✘ Attention! You do not have permission to execute this command.’
player-only-command: ‘&#FF5555 ✘ Attention! This command can only be executed by a player.’
game-not-found: ‘&#FFBB55 ⚠ Oops! The arena you mentioned does not exist.’
already-in-game: ‘&#FFBB55 ℹ Wait! You are already in a game.’
not-in-game: ‘&#FFBB55 ⚠ Attention! You are not currently in a game.’
game-full: ‘&#FFBB55 ℹ Sorry! The game is full.’
game-in-progress: ‘&#FFBB55 ℹ Attention! The game has already started.’
no-games-available: ‘&#FFBB55 ⚠ Oops! There are no games available at the moment.’
item-on-cooldown: ‘&#FFBB55 ⌚ Wait! You must wait a bit to use this again.’
fly-disabled: ‘&#FF5555 ℹ Attention! You cannot fly during the game.’
# Game Messages
player-join: ‘CFF6F ✔ &n%player%&f has joined the game. &7(%current%/%max%)’
player-leave: ‘&#FF6F6F ✘ &n%player%&f has left the game. &7(%current%/%max%)’
player-eliminated: ‘&#FF0000 ☠ &n%player%&f has been eliminated.’
countdown-starting: ‘&#FAEDCB ℹ Get ready! &fThe game will start in &#FAEDCB%time% &fseconds…’
game-start: ‘&#FCD05C 🔥 The game has started! Run for your life!’
game-win: ‘&#FCD05C ☀ Congratulations, &n%winner%&f! You have won the TNT Run game.’
not-enough-players: ‘&#FAEDCB ⚠ Attention! The countdown has stopped. Not enough players.’
# Admin Command Messages
lobby-set: ‘7FF55 ✔ Success! You have set the main lobby to your position.’
reload-success: ‘7FF55 ✔ Success! The plugin configurations have been reloaded.’
“`
—
> ### Need Help?
> If you have any questions, suggestions, or find a bug, don’t hesitate to post it in th
A new plugin designed to **transfer players’ data between names or UUIDs**. I didn’t find any other plugin can handle this problem before, so I made my own one and uploaded it to here to help anyone who needs this feature for his/her server.
Transfers all vanilla player data:
– Player inventory and Ender Chest (`playerdata/`)
– Statistics (`stats/`)
– Advancements (`advancements/`) for 1.13+
## 1.3 Safe & Reliable
– Creates automatic backups before overwriting
– Kicks online players to prevent data overwrite (configurable)
– Asynchronous file operations – no server lag!
# 2 Commands and Permission Nodes
## 2.1 Commands
“`markdown
– /xtransfer – Show version info
– /xtransfer transfer – Transfer by player names
– /xtransfer transferuuid – Transfer by UUIDs
– /xtransfer list – List all player data files
– /xtransfer list – Show files for specific player
– /xtransfer reload – Reload configuration
– /xtransfer help – Show the help message
/xtf = /transfer = /xtransfer
“`
## 2.2 Permission Nodes
“`markdown
– xtransfer.manage – Allows using all XTransfer commands (default: op)
“`
# 3 Config
“`yaml
# Show logo when plugin enabled
show_logo: true
# World settings
world:
# Manual world name (only used if auto-detect is false)
name: “world”
# Automatically detect world name from server
auto-detect: true
# Transfer settings
transfer:
# Transfer statistics files
stats: true
# Transfer advancements files (1.13+)
advancements: true
# Backup settings
backup:
# Create backup of existing files before overwriting
create: true
# Suffix for backup files
suffix: “.old”
# Online player handling
# If true, kick online players before transfer
# If false, show warning but continue
kick-online-player: true
# Language settings
language: “en”
# Debug mode (enable only for troubleshooting)
debug: false
# Messages – You can customize all messages here
messages:
# English messages
en:
no-permission: “&cYou don’t have permission!”
usage-header: “&9&lX&f&lTransfer &f&lHelp”
usage-transfer: “&7/xtransfer transfer &f”
usage-transferuuid: “&7/xtransfer transferuuid &f”
usage-list: “&7/xtransfer list &f[player]”
usage-reload: “&7/xtransfer reload”
usage-help: “&7/xtransfer help”
reload-success: “&a✓ Configuration reloaded!”
transfer-start: “&eStarting async transfer…”
looking-up: “&eLooking up UUIDs for &f{old} &eand &f{new}&e…”
uuid-not-found: “&cCould not find UUID for: &f{name}”
try-uuid: “&7Try using /xtransfer transferuuid with direct UUIDs”
invalid-uuid: “&cInvalid UUID format! Use: /xtransfer transferuuid ”
uuid-example: “&7Example: 12345678-1234-1234-1234-123456789012”
source-data-missing: “&cSource player {name} ({uuid}) has no data file!”
transfer-from: “&7From: &f{name} &7({uuid})”
transfer-to: “&7To: &f{name} &7({uuid})”
transfer-file: “&7File: &f{file}”
backup-created: “&7Backed up existing file to: &f{file}”
transfer-success: “&a✓ Successfully transferred player data!”
transfer-stats: “&7✓ Transferred stats file”
transfer-advancements: “&7✓ Transferred advancements file”
transfer-error: “&cError during transfer: {error}”
folder-not-found: “&cPlayer data folder not found: {path}”
source-not-found: “&cSource file not found: {file}”
source-location: “&7Looked in: {path}”
player-online-warning: “&e⚠ Warning: Player {player} is online! Data may be overwritten when they log out.”
player-kicked: “&e✓ Player {player} has been kicked for data transfer.”
kick-message: “&cYour data is being transferred. Please rejoin in a few seconds.”
no-files: “&eNo player data files found”
list-header: “&6=== Player Data Files ({count}) ===”
list-more: “&7… and {count} more”
list-entry: “&7{name} &8- {uuid}”
list-unknown: “&8{uuid} &7(unknown)”
X-Socials is a professional and highly optimized solution for managing your server’s social networks. From 1.8 to 1.26.1, provide your players with a **Premium GUI Editor**, **Interactive Links**, **Automatic Rewards**, **Custom Cooldowns**, **Statistics**, and **Rich Text Formatting**. Runs natively on **Folia**, **Paper**, **Purpur**, and **Spigot**.
—
### 🚀 Premium Features
– **🪄 Auto-Config Updater** — Configs stay up-to-date automatically with every new version.
– **🖥️ Professional GUI Editor** — Create, edit and delete social networks from an intuitive in-game interface.
– **💬 Interactive Links** — Clickable URLs with hover tooltips via Bungee Chat API.
– **🎁 Reward System** — Console commands executed on first visit (UUID-based, one-time).
– **⏱️ Custom Cooldowns** — Per-social network cooldown configuration.
– **🔊 Custom Sounds** — Play different sounds for each social network.
– **📺 Custom Titles** — Show titles when players use social commands.
– **📊 Statistics System** — Track total and per-social network usage with placeholders.
– **🎨 Rich Text** — RGB colors, gradients, MiniMessage support.
– **🌍 Universal Compatibility** — Native support for Folia, Paper, Purpur, Spigot, and Bukkit.
– **🌐 Multi-Language** — Bundled support for ES, EN, PT, JA, RU.
– **📡 Broadcast System** — Automatic multi-line announcements.
– **🧩 PlaceholderAPI** — Native expansion with multiple placeholders.
—
### 💻 Commands
| Command | Description | Permission |
| :— | :— | :— |
| `/xs -gui` | Open the premium GUI editor | `xsocials.gui` |
| `/xs reload` | Reload configurations | `xsocials.admin` |
| `/xs list` | List all social networks | `xsocials.use` |
| `/xs update` | Check for updates | `xsocials.admin` |
| `/xs version` | Show plugin version | `xsocials.use` |
**Dynamic Social Commands** — `/discord`, `/youtube`, `/[your-network]`…
| Placeholder | Description |
| :— | :— |
| `%xsocials_total_uses%` | Total uses |
| `%xsocials__uses%` | Uses for specific network |
| `%xsocials__enabled%` | Enabled status |
| `%xsocials__link%` | Network link |
| `%xsocials__command%` | Network command |
—
**[Join our Discord for Support & Updates](https://discord.com/invite/Yb6GsfGWmd)**
Xshards
# Xshards Plugin
Xshards is a comprehensive Minecraft plugin designed to manage a shard-based economy system with player transfers, leaderboards, daily rewards, streaks, and multiple earning methods with a customizable shop interface. All data is reliably persisted to the database using batch operations and transaction management.
## Key Features:
– **Shard Economy System**: Players can earn shards through various activities, with configurable earning rates and integration with PlaceholderAPI. Database storage support (SQLite or MySQL) with fixed persistence.
– **Reliable Data Storage**: NEW! Fixed critical shop persistence bug – all shop items, player shards, and streak data now properly save with batch operations and transaction management.
– **Per-Message Control**: Every message in the plugin can now be enabled or disabled, giving server owners full control over chat clutter.
– **Admin Controls**: Robust shard management including give and remove commands.
– **Fully Customizable Shop System**: Supports custom items with lore and model data, adjustable shop sizes, and a price editing system with a purchase confirmation interface. NEW! Customize shop GUI title via config, and per-item display names/lore via `/store editname` and `/store editlore` commands – all stored in database.
– **Shard Transfer System**: Enable true player-to-player economy with GUI confirmation dialogs.
– **Leaderboard GUI & Holograms**: View top players with ranking system, player heads display, and pagination. Full PlaceholderAPI support for hologram leaderboards (e.g., %xshards_top_name_1%).
– **Daily Rewards & Streaks**: Automatic daily bonuses with configurable streak multiplier (Easy/Mid/Hard modes).
– **Advanced AFK System**:
– 5-second countdown with movement detection
– Free movement while in AFK mode
– Persistent location storage
– Automatic return to previous location
– Protection from damage while AFK
– Dedicated world support (recommended)
– Safe teleportation system
– Configurable earning rates
– Seamless server restart handling
## Earning Methods:
– **Playtime Rewards**: Earn shards by staying online.
– **PvP Rewards**: Gain shards from player kills with a cooldown system.
– **AFK Rewards**: Accumulate shards while in AFK mode with countdown system, movement detection, and dedicated world support.
## Commands:
Includes general commands for checking shard balance, opening the shop, and entering/exiting AFK mode, as well as admin commands for managing the shop, player shards (give/remove), and plugin configuration.
## Permissions:
Configurable permissions for basic and admin commands, ensuring a tailored experience for players and server administrators.
## Installation:
Simply download the plugin JAR file, place it in the server’s `plugins` folder, and configure it as needed.
## Database Storage:
XShards now supports both SQLite (default) and MySQL database storage, providing improved data persistence and reliability. The plugin automatically creates the necessary database tables and handles all data operations seamlessly.
For support and further details, please refer to the project’s GitHub repository.
X-SetWarps
[](https://www.spigotmc.org/resources/132480/)
[](https://modrinth.com/plugin/x-setwarps)
[](https://discord.gg/Yb6GsfGWmd)
# X-SetWarps
*Efficient and simple warp management for your Minecraft server*
—
## 📋 Description
**X-SetWarps** is a lightweight and efficient warp plugin designed for simplicity and ease of use. Create, manage, and teleport to warps with minimal configuration. It features **PlaceholderAPI** integration and a **Dual-Color engine** supporting both MiniMessage and Legacy codes.
—
## ⚡ Commands
### Administration
– **`/xsetwarp reload`** – Reloads configuration and language files.
– **`/xsetwarp update`** – Checks for plugin updates.
– **`/xsetwarp version`** – Shows the current version.
### Warping
– **`/setwarp [description]`** – Creates a warp with optional description.
– **`/warp `** – Teleports you to a warp (supports delay/cooldown).
– **`/delwarp `** – Deletes an existing warp.
– **`/warps`** – Lists all available warps.
– **`/warpinfo `** – Shows technical details about a warp.
—
## 🔐 Permissions
| Permission | Description | Default |
|————|————-|———|
| `xsetwarps.admin` | Access to `/xsetwarp` commands | OP |
| `xsetwarps.setwarp` | Access to `/setwarp` | OP |
| `xsetwarps.delwarp` | Access to `/delwarp` | OP |
| `xsetwarps.warp` | Access to `/warp` | true |
| `xsetwarps.warps` | Access to `/warps` list | true |
| `xsetwarps.warpinfo` | Access to `/warpinfo` | true |
| `xsetwarps.warp.` | Per-warp permission (if enabled) | OP |
—
## ✨ PlaceholderAPI
| Placeholder | Description |
|————-|————-|
| `%xsetwarps_total%` | Total amount of warps created |
| `%xsetwarps_last_warp%` | Last warp name used by the player |
| `%xsetwarps_cooldown_%` | Time left for specific warp cooldown |
| `%xsetwarps_warp_desc_%` | Specific warp description |
| `%xsetwarps_warp_world_%` | World name of a specific warp |
– ✅ **Dual-Color Engine** – Supports MiniMessage (``) and Legacy (`&`).
– ✅ **Secure Teleport** – Delay system with move cancelation and cooldowns.
– ✅ **Folia Support** – Optimized for modern multi-threaded servers.
– ✅ **Universal Compatibility** – Supports 1.8.8 up to the latest versions.
# **X-SetSpawn**
### *Manage your server’s spawn point professionally*
### 📝 **Description**
X-SetSpawn is a lightweight, feature-rich plugin designed to manage spawn points on your server. From simple global spawns to premium visual effects, economy integration, and proxy network support — all packed into one plugin. Compatible with Minecraft 1.8.8 to 26.1+.
### ✨ **Features**
– **Fireworks on arrival:** Launch a firework when a player teleports to spawn. Color and power configurable.
– **Combat & Falling checks:** Block `/spawn` while in combat or falling. Supports CombatLogX, PvPManager, DeluxeCombat.
– **Multi-database storage:** Save spawns to YAML (local), MySQL, MariaDB, H2 or MongoDB for cross-server sync.
– **Custom command aliases:** Define `/hub`, `/lobby` or any alias directly from `config.yml` — no need to edit `plugin.yml`.
– **Economy Integration (Vault):** Charge players to use `/spawn`. Money only deducted if the teleport completes.
– **First-Join Spawn:** Set a unique spawn point for newly joining players with `/setspawn firstjoin`.
– **Smart Respawn:** On death, respects the player’s Bed or Respawn Anchor before falling back to spawn.
– **Void-Teleport:** Automatically teleport players who fall below a configurable Y-level.
– **Post-Teleport Protection:** Temporary invulnerability after teleporting while chunks load.
– **Advanced Proxy Sync:** Dedicated lightweight plugins for Velocity and BungeeCord. Use `/setlobby` to sync your lobby server automatically.
– **Intelligent Proxy Teleport:** Automatically detects if a player is already on the target server and performs a local teleport.
– **Visual Countdown:** ActionBar, BossBar, Titles and particle effects during the delay — each individually toggleable.
– **Countdown sounds:** “Tic-Tac” click sounds each second during the teleport delay.
– **PlaceholderAPI:** Full PAPI support. Exposes `%xsetspawn_cooldown%`, `%xsetspawn_delay%`, `%xsetspawn_is_pending%`, `%xsetspawn_spawn_set%`.
– **Config auto-updater:** Detects outdated configs, creates a backup and rebuilds automatically.
– **100% Customizable:** 6 language files (EN, ES, JA, PT, RU, CUSTOM), per-world spawns, and full config control.
**`/spawn`**
Teleports the player to the established spawn point.
**`/setspawn [x y z] [world] [yaw pitch]`**
Sets the spawn point. Use without arguments for your location, or specify coordinates (supports `~`). Console compatible.
**`/delspawn `**
Deletes a specific named spawn point if named spawns are enabled.
**`/back`**
Teleports the player back to their last location before using a spawn command.
**`/setlobby`**
Sets the lobby coordinates for the proxy network and syncs the configuration with BungeeCord/Velocity.
**`/xss [subcommand]`**
– **`help`** – Shows the help menu.
– **`reload`** – Reloads the plugin configuration.
– **`version`** – Shows the current version info.
– **`update`** – Manually check for updates.
– **`setspawn`** – Sets the spawn point (alias for /setspawn).
– **`delspawn`** – Deletes a spawn (alias for /delspawn).
### 🛡️ **Permissions**
– **`xsetspawn.spawn`** – Use `/spawn`. *(default: everyone)*
– **`xsetspawn.setspawn`** – Use `/setspawn`. *(default: op)*
– **`xsetspawn.admin`** – Admin commands and update notifications. *(default: op)*
– **`xsetspawn.reload`** – Reload the configuration. *(default: op)*
– **`xsetspawn.update`** – Check for updates. *(default: op)*
– **`xsetspawn.bypass.cooldown`** – Skip the teleport cooldown. *(default: op)*
– **`xsetspawn.bypass.delay`** – Skip the teleport delay. *(default: op)*
– **`xsetspawn.bypass.economy`** – Teleport for free. *(default: op)*
> **Tip:** Explicitly denying a node (`-xsetspawn.spawn`) will block the player even if they are OP.
Need help? Join our [Discord](https://discord.com/invite/Yb6GsfGWmd) or report issues in the discussion section.
xSetHome
🏡 xSetHome
A modern, lightweight, and highly customizable home system for your Minecraft server.
* **Interactive GUI Menu:** Let players view and manage their homes through a clean, fully customizable `/homes` inventory. Includes built-in support for empty states and custom buttons.
* **Dynamic Custom Icons:** Players can personalize how their homes look in the menu! Simply **Right-Click** a home icon while holding a block to update its appearance.
* **Safe Teleportation:** Configure a safe teleport delay. If a player moves during the countdown, the teleportation is automatically canceled.
* **Immersive Visuals & Audio:** Enhance the player experience with highly customizable ActionBars, on-screen Titles, sound effects, and particles during teleportation.
* **100% Customizable:** Tailor every single message, prefix, and menu item. Features native support for HEX colors (e.g., `&#FAEDCB`).
* **Custom Head Support:** Use Base64 textures to decorate your menus (perfect for custom “Close Menu” buttons or specific icons).
* **PlaceholderAPI Integration:** Extract data from your players’ homes to display on scoreboards, holograms, or custom UI menus.
—
## 📝 Commands & Permissions
| Command | Description | Permission |
| :— | :— | :— |
| `/sethome ` | Saves your current location as a home. | `xsethome.use.sethome` |
| `/home ` | Teleports you to a saved home. | `xsethome.use.home` |
| `/homes` | Opens the visual homes GUI. | *None (Free for all)* |
| `/delhome ` | Deletes a saved home. | `xsethome.use.delhome` |
| `/xsethome reload` | Reloads the configuration files. | *Admin Only* |
| `/xsethome help` | Displays admin commands. | *Admin Only* |
> **Note:** The default home limit for standard players is **3** (fully adjustable in the `config.yml`).
—
## 🔗 PlaceholderAPI Variables
You can use the following placeholders in your menus, scoreboards, or chat formatting.
*(Make sure to replace `` with the exact name of the home)*:
* `%xsethome__name%` ▸ Returns the name of the home.
* `%xsethome__world%` ▸ Returns the world where it is located.
* `%xsethome__x%` ▸ X coordinate of the home.
* `%xsethome__y%` ▸ Y coordinate of the home.
* `%xsethome__z%` ▸ Z coordinate of the home.
* `%xsethome__date%` ▸ Exact date of creation.
—
## 🚀 Installation Guide
1. **Download** the latest version of `xSetHome.jar`.
2. **Move** the downloaded file into your server’s `plugins` folder.
3. *(Optional but recommended)* Install **PlaceholderAPI** to utilize the custom variables.
4. **Restart** your server to generate the configuration files.
5. **Configure** `config.yml` and `menu.yml` to your liking, then run `/xsethome reload` in-game or from the console.
6. Enjoy!
—
*Developed with ❤️ by [xPlugins](https://xplugins.es/) (2026).*
Xrtp
– The Xrtp plugin enhances Minecraft gameplay by providing a robust random teleportation (RTP) feature. Players can teleport to safe locations in the Overworld, Nether, and The End, ensuring a seamless adventure experience.
– The plugin includes a user-friendly graphical interface (GUI) that allows players to initiate teleportation effortlessly. A countdown timer adds an exciting element of anticipation, while the teleportation process cancels if the player moves, preventing unintended outcomes. This combination of safety and convenience makes Xrtp an essential tool for players seeking exploration without the risk of falling into danger.
– Additionally, the config.yml file offers extensive customization options for server administrators. This configuration file allows for the adjustment of teleportation settings, including cooldown periods, maximum teleportation distances, and specific world restrictions. Administrators can fine-tune these parameters to align with their server’s gameplay style, ensuring that the RTP feature enhances rather than disrupts the overall experience.
– The GUI is designed to be intuitive, providing clear options and feedback, ensuring that players can navigate the teleportation process with ease.
# **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.
Need help? Join our Discord or report issues in the discussion section.
xRods

**xRods is a plugin to improve fishing rods for 1.8 PvP servers. It works by enhancing the movement of fishing rods by simply increasing its momentum and also setting a timer to decrease it over-time.**

xRods focuses on combat performance in order to have a smooth combat experience. The rod mechanic does not affect the server and has been tested with 80+ players and can handle many more.
All rod settings are super easy to configure from the plugin’s config and reload with a single command.




Setting up the plugin is super easy; upload it to the plugins
folder, and restart your server. The default configuration is
currently the best setup, and it replicates larger networks.
1. Upload the plugin to your Plugins folder
2. Restart the server