XPSync
Englisch
**Englisch:**
Synchronize XP and level of all players on your server!
XPSync is a simple but powerful plugin for Minecraft servers that automatically synchronizes the XP bar and level of all players. It always shows the progress of the player with the most XP, so everyone sees the same XP fill and the same level – perfect for fair competitions or cooperative adventures.
Features Synchronized XP and level of all players to the current top player
Avoids spam by sending only one message per synchronization
Synchronization happens directly after XP changes, on player death and when joining
Commands /xpsync top (shows player with the most XP) and /xpsync reload (reloads the plugin)
Minimal resource usage, easy installation
Why XPSync? Whether you run a PvP server, minigames or a cooperative world – with XPSync all players see exactly the same XP status of the strongest player. This creates fairness and a unified player experience!
——————————————————————–
**See my other Projects** [Modrinth](https://modrinth.com/user/fernsehheft)
**This Plugin is working fine**
——————————————————————-
German
**German:**
Synchronisiere XP und Level aller Spieler in deinem Server!
XPSync ist ein einfaches, aber mächtiges Plugin für Minecraft-Server, das automatisch die XP-Leiste und das Level aller Spieler synchronisiert. Es zeigt stets den Fortschritt des Spielers mit den meisten XP an, sodass alle die gleiche XP-Füllung und das gleiche Level sehen — perfekt für faire Wettbewerbe oder kooperative Abenteuer.
Features
Synchronisiert XP und Level aller Spieler auf den aktuellen Spitzenreiter
Vermeidet Spam durch nur eine Nachricht pro Synchronisation
Synchronisation erfolgt direkt nach XP-Änderungen, bei Spieler-Tod und beim Joinen
Befehle /xpsync top (zeigt Spieler mit den meisten XP) und /xpsync reload (lädt das Plugin neu)
Minimaler Ressourcenverbrauch, einfache Installation
Warum XPSync?
Ob Du einen PvP-Server, Minigames oder eine kooperative Welt betreibst — mit XPSync sehen alle Spieler genau den gleichen XP-Stand des stärksten Spielers. Das schafft Fairness und ein einheitliches Spielerlebnis!
——————————————————————–
**See my other Projects** [Modrinth](https://modrinth.com/user/fernsehheft)
**This Plugin is working fine**
——————————————————————-
xPsMenu
🛡️ xPsMenu – Premium ProtectionStones GUI
The most advanced, interactive, and fully customizable GUI menu for ProtectionStones.
[]()
[]()
[]()

—
## ✨ Features
**xPsMenu** takes the classic ProtectionStones experience and transforms it into a modern, visual, and premium system for your players.
* 🎨 **100% Customizable:** Every single menu, item, lore, and message is fully editable (`gui.yml`, `flags.yml`, `selector.yml`, `config.yml`).
* 🌈 **Hex Colors & MiniMessage:** Full support for modern Hex color codes (`&#FFFFFF`) to make your menus pop out.
* 📋 **Dynamic Region Selector:** A live, auto-updating GUI showing all player regions with an interactive filter (View ALL, OWNERS, or MEMBERS).
* 👤 **Advanced Player Management:** View members and owners using real Player Heads! Kick players directly via Shift + Right-Click.
* ✨ **0-Lag Particle System:** When a protection block is hidden, only the owner will see beautiful magical particles indicating its location (highly optimized, 0 server lag).
* 🚀 **OP / VIP Bypass:** Instantly teleport to your region without the 3-second cooldown using a permission node.
* 🛠️ **Admin Tools:** Nuke all regions from the server database with a single safety-confirmed command.
* 🔌 **Developer API:** Easily hook into the plugin to open menus from other custom plugins or NPCs.
# 🎢 Examples:



Do you want to acquire the best ES/EN configuration?
– ¡Enter the discord!
– It helps us a lot.
—
## 📥 Installation
1. Stop your server.
2. Download the `xPsMenu-v1.0.0.jar` and place it in your `/plugins/` folder.
3. Ensure you have the required dependencies:
* **ProtectionStones** (2.10+)
* **WorldGuard** & **WorldEdit**
* **PlaceholderAPI** (Optional, but highly recommended)
4. Start the server.
5. Customize the configuration files inside `/plugins/xPsMenu/` and type `/psmenu reload`.
—
## ⌨️ Commands & Permissions
### Player Commands
* `Shift + Right Click` (on a protection block) – Opens the main management GUI for that specific region.
* `/psmenu` – Opens the dynamic Region Selector (Shows all your active regions).
* `/psmenu help` – Shows the help menu.
### Admin Commands
* `/psmenu reload` – Reloads all configuration files seamlessly.
* **Permission:** `psmenu.admin`
* `/psmenu clearall confirm` – ⚠️ *DANGER!* Wipes every single ProtectionStones region from the server database.
* **Permission:** `psmenu.admin`
### Extra Permissions
* `psmenu.bypass` – Bypasses the 3-second teleportation delay. Instant teleport!
—
## 📊 Placeholders
### Internal Menu Variables
Use these exclusively inside your `gui.yml` and `flags.yml` to display dynamic data:
* `%region%` – Displays the ID of the region currently being edited.
* `%hidden_status%` – Displays the current state of the block (e.g., Hidden ✘ or Visible ✔ – editable in config).
* *Note: You can also use any global PlaceholderAPI variable inside the menus (like `%player_name%`).*
### PlaceholderAPI Variables (Global)
You can use these variables anywhere on your server (Scoreboards, Holograms, Chat, etc.):
* `%xpsmenu_version%` – Displays the current plugin version.
* `%xpsmenu_player%` – Displays the player’s name.
—
## 💻 Developer API
Building a custom core or an NPC script? You can easily hook into **xPsMenu** to open interfaces for your players using our static API.
### Add to your build.gradle:
“`gradle
dependencies {
compileOnly fileTree(dir: ‘libs’, include: ‘xPsMenu-v1.0.0.jar’)
}
Example Usage:
Java
import jn.willfrydev.xPsMenuAPI;
import org.bukkit.entity.Player;
public class MyCustomPlugin {
public void openMenuForPlayer(Player player, String regionId) {
// Opens the main Editor GUI for a specific region
xPsMenuAPI.openMainMenu(player, “ps10x64y5z”);
}
public void openListForPlayer(Player player) {
// Opens the Dynamic Region Selector GUI for the player
xPsMenuAPI.openSelector(player);
}
}
“`
XPlayerKits
It’s a plugin that allows you to create kits for your players.
This plugin was created due to the lack of an optimized solution for this feature.
It uses very little RAM and is highly customizable.
|
|
|
|
| — | — | — |
**Unlike other plugins that load the data of every single player registered on your server (wasting precious resources), XPlayerKits takes a smarter approach.**
It only loads player data when they actually join, and keeps just the essential information cached. This means **significantly lower RAM usage** without sacrificing performance.
On top of that, XPlayerKits comes with **built-in SQLite support right out of the box**, giving you a reliable and lightweight database solution. No more dealing with the limitations and issues of storing player data in messy YML files.
### Features
– **Migration:** Migrate data and kits from another plugin to save resources and avoid inventory exploits.
– **Kit placeholder requirements:** Use a system to check placeholder conditions.
– **Fully editable inventory:** Customize the kit inventory with an item name system for icons.
– **Claim/Deny actions:** Set actions when claiming or denying a kit, such as commands or sounds.
– **In-game GUI:** Edit kits directly in-game, including properties, icons, and content.
– **One-Time Kits:** Create kits that can only be claimed once, stored in player data.
– **First Join Kit:** Deliver a kit to players the first time they join your server.
– **Database support:** MongoDB, MySQL, and SQLite are supported (Recommended: MongoDB).
### Commands
– `/xkits editor` – Opens the editor for quick kit creation.
– `/xkits kits` – Opens the kit selection menu.
– `/xkits open [rotation/category]` – Opens the kit selection with category or rotation kits.
– `/xkits preview [player]` – Opens preview menu.
– `/xkits give ` – Give kits directly to players without checks.
– `/xkits claim ` – Give kits to players with checks.
– `/xkits reset ` – Reset a player’s data for a specific kit.
– `/xkits resetall ` – Reset all data for a player.
– `/xkits delete ` – Delete a kit.
– `/xkits migrate playerkits2_yml/playerkits2_mysql` – Migrate data from other plugins.
– `/xkits migratekits playerkits2` – Migrate kits from other plugins.
### Permissions
– `xkits.admin` – Allows players to use the `/xkits editor` and `/xkits slots` commands.
– `xkits.preview` – Allows players to use `/xkits preview`.
– `xkits.countdown.bypass` – Allows players to bypass kit countdowns.
– `xkits.onetime.bypass` – Allows players to bypass one-time restrictions.
### Placeholders
– `%xplayerkits_cooldown_%` – Show the time to next claim.
– `%xplayerkits_claimed_onetime_%` – Return yes or no if the kit of player is claimed.
– `%xplayerkits_claimed_cooldown_%` – Return yes or no if the kit of player is in cooldown.
### Actions
| Action | Description | Example |
|————————-|———————————————–|———————————————————–|
| console | Executes a command from the console. | `console:say test` |
| command | Executes a command as the player. | `command:dm open main` |
| sound | Plays a sound to the player. | `sound:ENTITY_ENDERMAN_TELEPORT;1.0f;1.0f` |
| playsound_resource_pack | Plays a sound from a resource pack. | `playsound_resource_pack:ENTITY_ENDERMAN_TELEPORT;1.0f;1.0f` |
| message | Sends a chat message to the player. | `message:You can’t claim this kit.` |
| center_message | Sends a centered message to the player. | `center_message:You can’t claim this kit.` |
| mini_message | Sends a MiniMessage formatted message. | `mini_message:You can’t claim this kit.` |
| broadcast | Sends a message to all players. | `broadcast:You can’t claim this kit.` |
| titles | Sends a title and subtitle to the player. | `titles:
Kit Claimed!;Enjoy your rewards!`|
| wait_ticks | Waits before executing the next action. | `wait_ticks:40` |
|
|
|
|
| — | — | — |
xPickup
# 💎 xPickup – The Ultimate Auto-Pickup Solution
 
**Stop picking up items manually.** xPickup automatically places mined blocks and mob drops directly into your inventory with zero lag. Designed for modern servers, RPGs, and prisons.

—
> ### ✨ Key Features
* 🚀 **Instant Collection:** Items go straight to the inventory. No more items on the ground causing lag.
* 🧩 **Advanced Compatibility:** **New!** Fully compatible with **CataMines**, MMOItems, and other custom item plugins. It detects custom drops instantly.
* 💰 **Vault Integration:** Optional economy support. Charge money for auto-pickup or handle full inventories smartly.
* ✨ **Visual & Sound Effects:** Customizable particles and sounds when picking up items.
* 🌎 **World Management:** Enable or disable the plugin in specific worlds (Whitelist/Blacklist modes).
* 🎒 **Full Inventory Logic:** Handles full inventories gracefully with customizable messages and titles.
—
> ### 🔧 Commands & Permissions
| Command | Permission | Description |
| :— | :— | :— |
| **Auto Pickup** | `xpickup.use` | Allows the player to auto-pickup items (Custom). |
| `/xpickup reload` | `xpickup.admin` | Reloads the configuration file. |
| **Update Check** | `xpickup.admin` | See update notifications on join. |
—
> ### ⚙️ Configuration (Preview)
Everything is configurable in `config.yml`:
“`yaml
#
# ▐▄• ▄ ▄▄▄·▪ ▄▄· ▄ •▄ ▄• ▄▌ ▄▄▄·
# █▌█▌▪▐█ ▄███ ▐█ ▌▪█▌▄▌▪█▪██▌▐█ ▄█
# ·██· ██▀·▐█·██ ▄▄▐▀▀▄·█▌▐█▌ ██▀·
# ▪▐█·█▌▐█▪·•▐█▌▐███▌▐█.█▌▐█▄█▌▐█
# •▀▀ ▀▀.▀ ▀▀▀·▀▀▀ ·▀ ▀ ▀▀▀ .▀
# If you liked the plugin, leave us a heart on Modrinth : )
# Compatible with HEX, & and Legacy colors.
# Wiki: https://xplugins.es/plugins/xpickup
update: true
# World control.
worlds-control:
enabled: true
# Operation mode (only works if ‘enabled’ is true):
# “WHITELIST”: The plugin will only work in the worlds listed in ‘list’.
# “BLACKLIST”: The plugin will work in all worlds EXCEPT those in the ‘list’.
mode: “WHITELIST”
# List of world names (case sensitive).
list:
– “world”
– “world_nether”
– “world_the_end”
# Should players have auto-pickup enabled by default when joining?
auto-pickup-on-by-default: true
# Sound settings when picking up an item.
# Sound list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
pickup-sound:
enabled: true
sound: “ENTITY_ITEM_PICKUP”
volume: 1.0
pitch: 1.5
# Particle settings when picking up an item.
# Particle list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
pickup-particles:
enabled: true
particle: “CRIT”
count: 8
# Message settings when inventory is full.
inventory-full-message:
chat: true
actionbar: true
title:
enabled: true
# You can use color codes like &c, &l, and also &#RRGGBB for HEX.
title: “&#FF5555&l¡Inventory Full!”
subtitle: “&#AAAAAASome items dropped on the ground.”
# Times in ticks (20 ticks = 1 second)
fade-in: 10
stay: 40
fade-out: 10
# Vault integration to charge per picked-up item
vault:
# Set to ‘true’ to enable charging per item.
enabled: false
# Cost per individual item picked up.
# If set to 0.0, it will be free but Vault will still be required.
cost-per-item: 0.01
# NO CHANGE
version: 1.0.6
“`
## 🐞 Support & feedback
> Found a bug? Have a suggestion? Please leave a review or report issues on our tracker. We are constantly updating xPickup to be the most reliable solution on the market.
Developed with ❤️ by xPlugins
xPickaxes
# ⛏️ xPickaxes
**xPickaxes** is a professional Spigot/Paper plugin that adds fully customizable pickaxes with area mining, an intuitive GUI, permission-based access, and special effects — all configurable without touching a single line of Java.
> Compatible with **Minecraft 1.19 – 1.21+** (Paper & Spigot)
—
## ✨ Features
– **Area Mining** — Mine 3×3, 5×5, 7×7, or 9×9 areas with a single block break
– **In-game GUI** — Right-click any custom pickaxe to open a clean configuration menu
– **Special Effects**
– 🔥 **Auto-Smelting** — Ores are smelted directly into ingots
– ✨ **Fortune Boost** — Increased drops on all mined blocks
– ⛏ **Vein Miner** — Mines entire connected ore veins at once (up to 64 blocks)
– 🔍 **Ore Highlight** — Visual glow effect on nearby ores *(framework ready)*
– **Per-player Settings** — Each player can toggle area mining and effects individually
– **Permission System** — Fine-grained control over which players access which pickaxes and effects
– **Custom Area Sizes** — Players can choose their preferred area size from the GUI
– **Blacklist Support** — Prevent area mining on specific blocks (bedrock, command blocks, etc.)
– **WorldGuard Compatible** — Respects protected regions
– **Sound & Particle Effects** — Satisfying feedback on area mines (toggleable)
– **Fully Config-Driven** — Add or edit pickaxe types entirely from `config.yml`
—
## 📦 Pickaxe Tiers
| Tier | Area | Material | Effects | Permission |
|——|——|———-|———|————|
| **Novice** | 3×3 | Iron Pickaxe | — | `xpickaxes.pickaxe.novice` |
| **Adept** | 5×5 | Golden Pickaxe | Fortune Boost | `xpickaxes.pickaxe.adept` |
| **Master** | 7×7 | Diamond Pickaxe | Fortune + Auto-Smelting | `xpickaxes.pickaxe.master` |
| **Titan** | 9×9 | Netherite Pickaxe | Fortune + Auto-Smelting + Vein Miner | `xpickaxes.pickaxe.titan` |
All tiers are fully editable or removable in `config.yml`. You can also add your own!
—
## 🎮 Commands
| Command | Description | Permission |
|———|————-|————|
| `/xpickaxe give [player]` | Give a custom pickaxe | `xpickaxes.give` |
| `/xpickaxe list` | List all available pickaxe types | `xpickaxes.use` |
| `/xpickaxe menu` | Open the GUI for your held pickaxe | `xpickaxes.use` |
| `/xpickaxe reload` | Reload the plugin config | `xpickaxes.reload` |
| `/xpickaxe help` | Show help | — |
**Aliases:** `/xpick`, `/xp`
—
## 🔑 Permissions
| Permission | Default | Description |
|————|———|————-|
| `xpickaxes.use` | Everyone | Use custom pickaxes |
| `xpickaxes.give` | OP | Give custom pickaxes |
| `xpickaxes.reload` | OP | Reload the plugin |
| `xpickaxes.admin` | OP | Full admin access (includes give + reload) |
| `xpickaxes.pickaxe.novice` | Everyone | Access to Novice pickaxe |
| `xpickaxes.pickaxe.adept` | OP | Access to Adept pickaxe |
| `xpickaxes.pickaxe.master` | OP | Access to Master pickaxe |
| `xpickaxes.pickaxe.titan` | OP | Access to Titan pickaxe |
| `xpickaxes.effect.autosmelting` | OP | Use Auto-Smelting effect |
| `xpickaxes.effect.veinminer` | OP | Use Vein Miner effect |
| `xpickaxes.effect.fortune` | OP | Use Fortune Boost effect |
| `xpickaxes.effect.xray` | OP | Use Ore Highlight effect |
—
## 🖥️ GUI Overview
**Right-click** any xPickaxes custom pickaxe (or run `/xpickaxe menu`) to open the configuration panel:
“`
┌─────────────────────────────────────────────────────┐
│ [Pickaxe] [Pickaxe Configuration] │
│ │
│ [Toggle Area] [Compass] [3×3][5×5][7×7][9×9][✗]│
│ │
│ [★] [Effect1] [Effect2] [Effect3] [Effect4] │
│ │
│ [ℹ Info] │
│ [✖ Close] │
└─────────────────────────────────────────────────────┘
“`
– **Toggle Area Mining** — Enable/disable area mining for this session
– **Area Size** — Select 3×3, 5×5, 7×7, or 9×9 (or reset to pickaxe default)
– **Effects** — Toggle each special effect independently (respects permissions)
—
## ⚙️ Configuration
All pickaxe types, effects, messages, and behavior is defined in `config.yml`. Here’s an example of adding a custom pickaxe:
“`yaml
pickaxes:
my_custom_pick:
enabled: true
display-name: “&5✦ Void Pickaxe”
lore:
– “&7Area Mining: &e11x11”
– “”
– “&8▸ Right-click to configure”
material: NETHERITE_PICKAXE
area-size: 11
durability-multiplier: 4.0
enchantments:
EFFICIENCY: 5
UNBREAKING: 3
FORTUNE: 3
effects:
– FORTUNE
– AUTOSMELTING
– VEINMINER
permission: myplugin.voidpickaxe
give-command-enabled: true
custom-model-data: 0
“`
### Auto-Smelt Mappings
Add custom smelting recipes in `config.yml`:
“`yaml
smelt-map:
IRON_ORE: IRON_INGOT
GOLD_ORE: GOLD_INGOT
SAND: GLASS
# Add your own!
“`
—
## 🔧 Installation
1. Download `xPickaxes-1.0.0.jar`
2. Drop it into your `plugins/` folder
3. Restart or reload your server
4. Edit `plugins/xPickaxes/config.yml` to customize
5. Run `/xpickaxe reload` to apply changes live
**Requirements:**
– Java 17+
– Paper or Spigot 1.19+
XPHearts
# **About**
[](https://modrinth.com/plugin/xphearts) [](https://www.curseforge.com/minecraft/bukkit-plugins/xphearts)
[](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.

### 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).

[](https://github.com/Programie/XPDispenser/actions/workflows/build.yml)
[](https://github.com/Programie/XPDispenser/releases/latest)
[](https://modrinth.com/plugin/xpdispenser)
[](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).
XPBottles
A lightweight, PaperMC plugin that lets players convert their experience into **XP Bottles** by sneaking on an anvil!
Perfect for survival servers, SMPs, or RPG servers that want:
* XP storage
* XP trading
* XP economy systems
* Safer death mechanics (no lost XP!)
XPBottles is designed for simplicity, speed, and intuitive gameplay.
XpAnvils
XPAnvils is a lightweight plugin that allows server admins to set the max XP cost for anvil usage.
Minecraft typically limits anvil combinations to a 40-level cost. With XPAnvils, you can take this restriction away — make it 80, 100, or more!
Features
Set the max anvil XP price via command:
/xpanvil set
Example: /xpanvil set 80
Prevents expensive enchantment combinations from being broken due to the vanilla cap.
Convenient to use, no config file needed.
Ships on Minecraft 1.21.5 and Paper servers.
Use Case
Want to allow combining high-level enchanted items without being interrupted by XP level limits? This plugin is ideal for survival, semi-vanilla, and RPG servers where progression and equipment enchantments matter.
Xp-Warps
—
**XP-Warps Plugin Documentation**
*Developed by MineFlow Studios*
—
**Overview**
XP-Warps enables players to create, manage, and teleport to custom warps using XP or levels. Supports public/private warps, teleport cooldowns, and player blocking.
—
**Installation**
1. **Download** the `XP-Warps.jar` file.
2. **Place** the JAR in your server’s `plugins` folder.
3. **Start** your Minecraft server. Configuration files (`warps.yml` and `settings.yml`) will be generated automatically.
—
**Configuration**
Located in `plugins/XP-Warps/`.
– **settings.yml**
“`
tp-cooldown: “5s”
costs:
create: “20l”
set: “10l”
del: “5l”
teleport: “2l”
“`
– **warps.yml**
– Automatically managed by the plugin. Stores warp details like name, location, privacy, and blocked players.
—
**Commands**
**General Commands:**
– `/warps`
*Displays help information.*
– `/warps [password]`
*Teleports to the specified warp. Password required for private warps.*
– `/warps create [private ]`
*Creates a new warp. Optionally make it private with a password.*
– `/warps set [private ]`
*Updates warp location or privacy settings.*
– `/warps del `
*Deletes the specified warp.*
– `/warps list`
*Lists all accessible warps.*
– `/warps block `
*Blocks a player from accessing a specific warp.*
– `/warps unblock `
*Unblocks a player from a specific warp.*
– `/warps owner `
*Displays the owner of a warp or lists warps owned by a player.*
**Admin Commands:**
– `/warps tp `
*Teleports admin directly to a warp using its unique ID.*
– `/reloadwarp`
*Reloads the plugin’s configuration files.*
—
**Permissions**
| Permission Node | Description | Default Access |
|——————|—————————————-|——————-|
| `warp.admin` | Grants access to admin-level commands. | Operators/Admins |
**Setting Permissions Example (LuckPerms):**
“`
lp group admin permission set warp.admin true
“`
—
**Enjoy using XP-Warps on your Minecraft server!**
—