# 🌐 Xpose – Make Your Local Minecraft Server Public With Custom Static Ip
> Transform your local Minecraft server into a public server with a beautiful custom domain! No port forwarding needed.
# TUTORIAL
## ✨ Features
– 🌐 **Public Access**: Make your local Minecraft server accessible to players worldwide
– 🎯 **Custom Domain**: Get your own static subdomain (e.g., `myserver.quizyy.fun` or `myserver.mysmp.fun`)
– 🔒 **Secure Tunneling**: Uses ngrok’s secure tunneling service to bypass firewalls
– 🌍 **Global Performance**: Multiple region support for optimal player experience
– ⚡ **Easy Setup**: Simple configuration, no port forwarding needed
– 🎮 **Player-Friendly**: Share your server address easily with a memorable domain
– 🔄 **Auto-Reconnect**: Automatically maintains your custom domain
## 🚀 Quick Start
1. Download and install the plugin
2. Get your ngrok token from [ngrok.com](https://ngrok.com)
3. Get your Xpose token from [xpose.quizyy.fun](https://xpose.quizyy.fun)
4. Configure your `config.yml`:
“`yaml
# Ngrok configuration
ngrok:
auth_token: “your-ngrok-token”
region: “US” # Choose: US, EU, AP, AU, SA, JP, IN
server_port: 25565 # Your server port
# Xpose configuration
xpose:
auth_token: “your-xpose-auth-token”
subdomain: “myserver” # Your chosen subdomain
domain: “mysmp.fun” # or quizyy.fun
“`
5. Start your server and share your custom domain! 🎉
## 📝 Commands
– `/xpose status` – Check your tunnel status
– `/xpose reload` – Reload configuration
– `/xpose help` – Show help menu (available to all players)
## 🌟 Why Xpose?
– **No Port Forwarding**: Works even behind NAT/firewalls
– **Static Custom Domain**: Give your server a professional, memorable address
– **Global Performance**: Choose from 7 regions worldwide for best player experience
– **Always Online**: Auto-reconnect if connection drops
– **Simple Sharing**: Easy to remember domain names for your players
## 🌍 Supported Regions
| Region | Code | Location |
|——–|——|———-|
| 🇺🇸 United States | US | North America |
| 🇪🇺 Europe | EU | Europe |
| 🇦🇺 Australia | AU | Oceania |
| 🇯🇵 Japan | JP | East Asia |
| 🇮🇳 India | IN | South Asia |
| 🇸🇬 Singapore | AP | Asia Pacific |
| 🇧🇷 Brazil | SA | South America |
## 🛠️ Requirements
– Java 8 or higher
– Minecraft server 1.16+
– ngrok authentication token
– Xpose authentication token
1. **Setup your domain**:
“`yaml
xpose:
subdomain: “myserver”
domain: “mysmp.fun”
“`
Your server will be accessible at: `myserver.mysmp.fun`
2. **Change region for better performance**:
“`yaml
ngrok:
region: “JP” # For better performance in Asia
“`
## 📜 Permissions
– `xpose.admin` – Access to status and reload commands
– Help command is available to everyone!
## 🚨 Common Issues
– **Domain Already Taken**: Choose a different subdomain name
– **Connection Failed**: Check your ngrok token
– **API Error**: Verify your Xpose token
## 🎯 Coming Soon
– 🌈 Multiple tunnel support
– 🔔 Discord notifications
– 📊 Server status page
– 🎨 Custom domain themes
## 💖 Support the Project
Love Xpose? Show your support:
– ⭐ Star us on Modrinth
– 🤝 Join our [Discord](https://discord.gg/UUaNzfZyc6)
– 🐛 Report bugs and suggest features
—
Made with ❤️ by Quizy solutions
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` |
**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.
* 🚀 **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`
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:
– **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:
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 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.


[](https://discord.com/invite/ydn5S7FC7q)
—
– 🧪 **XP Bottle Creation**: Convert XP into bottles using the `/xpbottle` command.
– 💰 **Tax System**: Configurable tax on XP conversion to prevent abuse.
– ⏳ **Cooldown System**: Prevent command spamming with configurable cooldowns.
– 🔐 **Protected Bottles**: Bottles can be protected from dropping on death.
– 🎨 **Customizable Bottles**: Customize bottle appearance, including material, name, lore, and glow effect.
– 🔒 **Permission-Based Limits**: Different XP limits based on permissions.
– 🔊 **Sound Effects**: Play sounds on bottle creation and redemption.
– 🔧 **ItemsAdder Integration**: Support for custom items via ItemsAdder.
– 👑 **Admin Commands**: Admins can give bottles to players and reload config.
– 🌍 **Multi-Language Support**: Configurable messages.
—

| Command | Description | Permission |
| —————————————————- | ——————————————————– | ———- |
| `/xpbottle ` | Create bottles with a specified amount and XP per bottle | None |
| `/xpbottle help` | Display the help message | None |
| `/xpbottle admin reload` | Reload the configuration and messages | `xp.admin` |
| `/xpbottle admin give ` | Give a bottle to a player | `xp.admin` |
| `/xpbottle admin help` | Display the admin help message | `xp.admin` |
| Placeholder | Description |
| ———– | —————————————– |
| `%exp%` | Amount of XP in the bottle |
| `%signer%` | Name of the player who created the bottle |
| `%xp%` | Player’s current XP |
| `%cost%` | Cost in XP for the action |
| `%amount%` | Number of bottles |
| `%time%` | Remaining cooldown time |
| `%player%` | Target player name |
– **ItemsAdder**: Enable custom bottle items using ItemsAdder.
– **Permissions Plugins**: Supports permission-based XP limits.
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 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!