vUnstable
vUnstable





The Ultimate Orbital Strike Cannon plugin for Paper/Folia 1.21.x
2000 TNT with intelligent auto-optimization, synchronized explosions, and zero server freeze.
—
### TO-DO (in the future)
– 26.1 Support
– Add Fabric Support
– Add Forge/NeoForge Support
> These will be made in the future of this plugin, if you wanna support us to add these features faster then join our discord!
—
### Features
– **Nuke Rod**, Orbital strike with 2000 TNT entities, 10 concentric rings, 100×100 destruction area
– **Stab Rod**, Vertical shaft borer with INSTANT or FALL modes
– **Queue System**, Fire multiple nukes sequentially without spam
– **Auto-Optimization**, Automatically adjusts `spigot.yml` for optimal performance
– **Folia Support**, Full compatibility with regionized threading
– **Zero Dependencies**, Runs standalone with NMS MethodHandles
—
### Commands
| Command | Description | Permission |
|———|————-|————|
| `/vu give nuke [player]` | Give nuke rod | `vunstable.use` / `vunstable.give.others` |
| `/vu give stab [player]` | Give stab rod | `vunstable.use` / `vunstable.give.others` |
| `/vu update` | Check for updates | `vunstable.admin` |
| `/vu status` | Check optimization status | `vunstable.admin` |
| `/vu reload` | Reload configuration | `vunstable.admin` |
*Alias: `/vunstable` = `/vu`*
—
### Permissions
| Permission | Description | Default |
|————|————-|———|
| `vunstable.use` | Get rods for yourself | op |
| `vunstable.give.others` | Give rods to others | op |
| `vunstable.admin` | Admin commands | op |
—
### Configuration
View config.yml
“`yaml
# Auto-optimize spigot.yml max-tnt-per-tick for Nuke Rod
auto-optimize-spigot: true
nuke:
total-tnt: 2000
rings: 10
min-radius: 5
max-radius: 50
spawn-height: 67
velocity-y: -3.0
spawn-rate-per-tick: 200
sync-explosions: true
base-delay-ticks: 20
max-concurrent: 1
queue-size: 3
stab:
depth: 100
velocity: -10.0
fuse-ticks: 10
spawn-mode: INSTANT
“`
—

Check out FoliumHosting!
—
### Links
– 🌐 **Website:** https://vprolabs.xyz
– 💬 **Discord:** https://discord.gg/SNzUYWbc5Q
– 📦 **Modrinth:** https://modrinth.com/plugin/vunstable
– ☕ **Support:** https://ko-fi.com/v4bi
—
### License
This project is licensed under the **vProLabs General License**.
– Non-Commercial Use Only
– Attribution Required
– Share Alike
– View Full License
—
V-sit




—
# VSit
**VSit** is a fully customizable sitting plugin for Minecraft servers.
Players can sit using commands or by interacting with various blocks.
—
## 🔧 Features
– Sit by using `/sit` or clicking on stairs, carpets, and slabs
– Sit on other players
– Full language customization via MiniMessage
– Permissions support
– Easily reload config with `/vsit reload`
—
## ✅ Permissions
| Permission | Description |
|——————|————————————–|
| `vsit.sit` | Allows the user to sit |
| `vsit.reload` | Allows reloading the plugin config |
—
## 🎮 How to Use
You can sit by:
– Using the `/sit` command
– Right-clicking supported blocks (stairs, carpets, slabs)
### 🖼️ Preview
| `/sit` Command | Sitting on Stairs | Sitting on Players |
|—————-|——————-|———————|
|  |  |  |
—
## ⚙️ Configuration Example
### `config.yml`
“`yaml
language: “en”
enabled: true
players:
enabled: true
blocks:
enabled: true
right-click: true
left-click: false
blocks:
– STAIR
– CARPET
– SLAB
“`
### language.yml
“`yaml
# Using MiniMessage format
prefix: “[VSit] ”
startup: “VSit has started up!”
commands:
sit: “You are now sitting down”
reload: “The configuration has been reloaded”
“`
## 🛟 Need Help?
Join our Discord for support, updates, or to report bugs:
V Shards
# 💎 V-Shards
> Simple vertical transportation for Paper 1.21.1+ servers


—
## ✨ Features
– 🏦 **UUID-based economy** — Balances survive name changes
– 🛒 **GUI Shop System** — Fully customizable buy/sell interface
– 🎯 **PlaceholderAPI Support** — Display balances anywhere
– 📊 **Leaderboards** — Top shard holders with pagination
– ⚡ **Zero Lag Design** — Dirty-tracking saves only modified data
– 🎨 **MiniMessage Formatting** — Modern color gradients & styling
– 🔒 **Secure** — Locked GUI prevents item manipulation
– ⬆️ **Auto-save** — Configurable intervals (default: 5 min)
—
## 📦 Installation
1. Download `V-Shards.jar`
2. Drop into `plugins/` folder
3. Restart server
4. Edit `plugins/V-Shards/config.yml` to customize
—
## PlaceholderAPI
| Placeholder | Returns |
|—|—|
| `%vshards_amount%` | The requesting player’s shard balance |
| `%vshards_amount_%` | A named player’s shard balance |
Balances are formatted using the same K / M / B abbreviation system as in-game (e.g. `10K`, `2.5M`, `1B`).
—
## Number Formatting
All balance and price values across commands, messages, and placeholders are automatically abbreviated:
| Raw Value | Displayed As |
|—|—|
| 500 | `500` |
| 1,000 | `1K` |
| 10,000 | `10K` |
| 10,500 | `10.5K` |
| 1,000,000 | `1M` |
| 2,500,000 | `2.5M` |
| 1,000,000,000 | `1B` |
Whole numbers never show a decimal (e.g. `10K` not `10.0K`). Decimals only appear when meaningful (e.g. `10.5K`).
—
## ⌨️ Commands
| Command | Permission | Description |
|———|————|————-|
| `/shards` | `vshards.balance` | Check your balance |
| `/shards ` | `vshards.balance.others` | Check another player’s balance |
| `/shards pay ` | `vshards.pay` | Send shards to another player |
| `/shards give ` | `vshards.admin.give` | Give shards to a player |
| `/shards take ` | `vshards.admin.take` | Remove shards from a player |
| `/shards set ` | `vshards.admin.set` | Set exact balance |
| `/shards top [page]` | `vshards.top` | View leaderboard |
| `/shards shop` | `vshards.shop` | Open shop GUI |
| `/shards reload` | `vshards.admin.reload` | Reload all configs |
**Aliases:** `/shard`
—
## 🔐 Permissions
| Permission | Default | Description |
|————|———|————-|
| `vshards.balance` | Everyone | Check own balance |
| `vshards.pay` | Everyone | Send shards to another player |
| `vshards.top` | Everyone | View leaderboard |
| `vshards.shop` | Everyone | Access shop GUI |
| `vshards.balance.others` | OP | Check others’ balances |
| `vshards.admin.*` | OP | All admin commands |
—
### 🛠️ shop.yml #preview
Defines the GUI layout and all shop items. Reloads with `/shards reload` — no restart needed.
“`yaml
menu_title: ‘&dꜱʜᴀʀᴅꜱ ꜱʜᴏᴘ’
size: 27
items:
# Top decorative border
border:
material: GRAY_STAINED_GLASS_PANE
slot: 18, 19, 20, 21, 22, 23, 24, 25, 26
type: decoration
display_name: ‘&r’
lore: []
# Shop items
pig_spawner_buy:
material: SPAWNER
slot: 0
type: buy
price: 5000
amount: 1
display_name: ‘&d&lᴘɪɢ ꜱᴘᴀᴡɴᴇʀ’
lore:
– ‘&8&m ‘
– ‘&l&8| &f1x ᴘɪɢ ꜱᴘᴀᴡɴᴇʀ’
– ‘&l&8| &7ᴄᴏꜱᴛ: &d5,000 ꜱʜᴀʀᴅꜱ’
– ‘&8&m ‘
– ‘&l&8| &7ᴄʟɪᴄᴋ ᴛᴏ ʙᴜʏ!’
“`
#### 🛠️ Item field reference
| Field | Required | Notes |
|—|—|—|
| `material` | ✅ | Any valid Bukkit `Material` name (e.g. `DIAMOND`, `SPAWNER`) |
| `slot` | ✅ | Inventory slot index, `0` to `size – 1` |
| `type` | ✅ | `buy`, `sell`, `close`, or `decoration` |
| `price` | buy / sell | Shards deducted (buy) or rewarded (sell) |
| `amount` | buy / sell | Items given/taken. Use `0` alongside `command-console` / `command-player` |
| `command-console` | optional | List of commands run as console. Supports `%player%` |
| `command-player` | optional | List of commands run as the player. Supports `%player%` |
| `display_name` | ✅ | Supports `&` color codes |
| `lore` | optional | List of lore lines. Supports `&` color codes |
> **Tip:** Slots are 0-indexed. For a 54-slot inventory (6 rows), valid slots are `0`–`53`. Two items sharing the same slot will cause one to silently overwrite the other.
—
VRX Economy
# 💰 VRX Economy
**The definitive, high-performance Vault economy ecosystem for modern Minecraft servers.**
VRX Economy redefines server economies by combining premium features with a lightweight, zero-lag architecture. Whether you run a Survival, Factions, or CityBuild network, VRX provides everything you need—from a fully visual Auction House and Secure Trading to Dynamic Pricing and Offline Mailboxes—without the clutter of outdated plugins.
—
### ✨ Premium Gameplay Features
* 🛒 **Visual Auction House (`/ah`)** A seamless, GUI-driven marketplace where players can list, browse, and purchase items securely. Offline sales are directly deposited and trigger an offline notification.
* 📉 **Dynamic Market Pricing (`/sellhand`)** Combat server inflation automatically. Server sell prices dynamically adjust based on supply and demand, dropping when items are over-farmed and naturally recovering over time.
* 🤝 **Scam-Proof Trading (`/trade`)** A bulletproof GUI for safe player-to-player exchanges. Includes an exclusive **AI Server NPC** (`/trade Server`) that allows players to gamble items and money against the server itself!
* 🎯 **Bounty Hunting (`/bounty`)** Fuel PvP engagement by letting players place hits on their rivals. The killer automatically claims the prize. Includes a dedicated `/bounty top` leaderboard.
* 💵 **Physical Banknotes (`/withdraw`)** Transform virtual balances into NBT-secured, forgery-proof paper notes for physical trading and roleplay.
* 📭 **Offline Mailbox** Players receive beautiful, stylized notifications upon logging in if their auctions sold, they received money, or their balance was adjusted while they were offline.
* 🎁 **Player Retention (`/daily` & `/paytoggle`)** Boost activity with configurable 24-hour login bonuses, and protect your streamers or top players from spam with a built-in toggle for incoming payments.
—
### 🚀 Engineered for Extreme Performance
* **Zero-Lag Architecture**: All heavy database queries (SQLite & MySQL) are executed asynchronously in the background. Your server’s TPS remains at a perfect 20.0, even with hundreds of concurrent players.
* **Intelligent Memory Caching**: Player balances and offline UUIDs are cached in RAM for instant GUI rendering and lightning-fast Vault API responses. Bypasses slow Mojang API rate limits entirely.
* **Modern Aesthetics**: Full support for `&#RRGGBB` hex color codes and gradients. Make your chat, prefixes, and menus look stunningly modern.
* **100% Customizable**: Modify every single prefix, message, and currency setting. The built-in auto-updater safely adds new configuration lines during future updates without overwriting your custom setup.
* **Security & Auditing**: Every transaction (payments, withdrawals, admin commands) is securely logged to `transactions.log` to help admins track down real-money trading or exploits.
—
### 📜 Commands & Permissions
| Command | Description | Permission |
| :— | :— | :— |
| `/money [player]` | Check your or someone else’s balance | *None* |
| `/pay ` | Send money to another player | *None* |
| `/paytoggle` | Block/Allow incoming payments | *None* |
| `/baltop` | View the top 10 richest players | *None* |
| `/withdraw ` | Create a physical banknote | *None* |
| `/daily` | Claim your 24h reward | *None* |
| `/sellhand` | Sell the item in your main hand | *None* |
| `/ah [sell ]` | Open the Auction House or list an item | *None* |
| `/trade ` | Safely trade items and money | *None* |
| `/bounty `| Manage bounties on players | *None* |
| `/eco `| Admin economy management | `vrx.economy.admin` |
—
### 🔗 Dependencies
To unlock the full potential of VRX Economy, **Vault** is required. This ensures flawless integration with all your other plugins, such as ChestShops, Holograms, and Scoreboards.
—
**Install VRX Economy today and build a stable, engaging, and lag-free economy for your community!**
Clans
# ⚔️ VRX Clans – The Ultimate Enterprise Clan & Base System
**VRX Clans** is a modern, highly optimized, and 100% customizable clan system for your Minecraft server. Designed for networks of all sizes, it offers everything your players need to forge alliances, build shared bases, wage wars, complete daily quests, and run a clan-internal economy.
Whether you run a Hardcore PvP, Survival, or a relaxed Citybuild server: Thanks to countless configuration options and a robust database backend, VRX Clans perfectly adapts to your unique server concept.
—
## ✨ Core Gameplay Features
### 🛡️ Dynamic Clan Bases
Clans can set their own base location. The special part: The protected base radius is dynamic! It automatically grows with every new member joining the clan.
> 💡 *Includes Anti-Combat-Log (configurable teleport delays) and full WorldGuard protection to prevent base-squatting in claimed regions.*
### 🏆 Holograms, Leaderboards & Seasons
Display your server’s top clans with beautiful live holograms (powered by *DecentHolograms*)! Track the Top 5 clans by Kills, Level, or Bank Balance directly at your spawn.
Admins can trigger a **Season Reset** (`/clana endseason`) to reward the top clan, reset all combat statistics, and broadcast the victory across the server and Discord!
### 🛒 Clan Shop, Boosters & Base Upgrades
Give your Clan Bank a real purpose! Leaders can purchase temporary, global boosters (e.g., *Haste*, *Speed*, *Double XP*) for all online members. Additionally, clans can permanently unlock **Passive Base Effects** like *Regeneration* and *Saturation* that automatically apply to players standing inside their protected base radius!
### ⚙️ Dynamic Rank Permissions
Give your Clan Leaders ultimate control! A built-in GUI allows leaders to easily toggle permissions for every rank (*Recruit, Member, Officer, Co-Leader*). Customize exactly who can invite new players, withdraw money, purchase shop upgrades, or declare wars without needing server admins to change config files.
### ⚔️ Clan Wars & KDR Tracking
Bring competition to your server! Clans can track their Kills and Deaths (KDR) and declare war on rivals (`/clan war `). Once accepted, the war begins—the first clan to reach the kill target takes the entire wager pot!
### 📜 Daily Clan Quests
Boost player retention with the interactive “Clan Quests” GUI. Clans work together to complete daily missions (e.g., “Mine 1,000 Diamond Ores” or “Kill 5,000 Zombies”) to earn massive Clan XP. Quests reset automatically every 24 hours.
### 📈 Level & XP System
Clans start at Level 1 and gather XP through active gameplay. Higher levels unlock exclusive features like the **Clan Vault**—a shared, virtual inventory that expands as the clan levels up.
### 💰 Economy, Taxes & `vrx_economy` Support
Full integration with any Vault-based economy! **VRX Clans works out-of-the-box with `vrx_economy`** for a flawless server economy.
To prevent inactive clans from hoarding names, you can enable the **Tax System (Upkeep)**. The plugin periodically deducts taxes from the clan bank. If a clan goes bankrupt, they risk losing a level!
### 🤝 Diplomacy & PvP
Form strategic alliances (Allies) or declare rivalries (Rivals). Friendly-fire within the clan or between allies can be strictly blocked. Server admins can set diplomacy limits (e.g., max 3 allies) to prevent huge server-wide team-ups.
—
## 🛠️ Technical Excellence & Security
Built for large networks, VRX Clans comes with advanced backend features:
* 💾 **MySQL & SQLite Support:** Move past slow YAML files. Use the lightning-fast local SQLite database out of the box, or connect to an external MySQL server for BungeeCord/Velocity environments.
* 🗺️ **WorldGuard Integration:** Flawlessly prevents players from claiming bases inside protected spawn areas or other players’ regions. Features an exclusive `vrxclans.admin.bypass` for staff.
* 📡 **Discord Webhooks:** Automatically send beautiful, color-coded embed messages to your Discord server whenever a clan is founded, levels up, or wins a war!
* 🔒 **Anti-Glitch GUI Protection:** 100% server-side protection against inventory exploits. Advanced techniques like shift-clicking, hotbar-swapping, and silk-touch quest exploits are strictly blocked.
* ⚙️ **Async Auto-Save:** A highly optimized background scheduler safely caches and saves all clan data (including Vault inventories via Base64) every X minutes without causing any TPS drops.
* 📊 **PlaceholderAPI Integration:** Fully supports custom placeholders (`%vrxclans_name%`, `%vrxclans_level%`, `%vrxclans_kdr%`, etc.) for scoreboards, holograms, and tab lists.
—
## 🎨 100% Customizable (Admin-Friendly)
Take full control over your server’s look and feel:
* 🌍 **Full Localization:** Ships with `en_US.yml` and `de_DE.yml`. Every single prefix, chat message, and error is customizable.
* 🖼️ **Dynamic GUI Layouts:** Completely redesign every menu via the `gui_default.yml`. Change slots, materials, display names, and lores without touching a single line of Java code!
* ⚖️ **Deep Balancing:** Flexibly adjust XP multipliers, shop prices, max member counts, and cooldowns.
—
## ⚙️ Commands & Permissions
**Player Commands (`/clan`):**
Everything is intuitively controlled via the `/clan` GUI. Players can use direct commands like `/clan create`, `/clan invite`, `/clan war`, `/clan base`, and much more.
**Admin Commands (`/clanadmin` or `/clana`):**
*(Required Permission: `vrxclans.admin`)*
* `/clana reload` / `/clana save` – Manage configs and data on the fly.
* `/clana setholo ` – Place live clan leaderboards at your spawn.
* `/clana endseason` – Crown the top clan, distribute rewards, and reset kill stats.
* `/clana spy` – Monitor private clan chats.
* `/clana eco / addxp / setlevel / setleader / forcejoin` – Absolute control over all data.
* `/clana vault ` – Open and moderate any clan’s private vault.
—
## 📦 Dependencies & Integrations
To utilize all economy and display features, the following plugins are required or recommended:
* **Economy Plugin:** Seamlessly supports **`vrx_economy`** *(Recommended)*, EssentialsX, or CMI.
* **PlaceholderAPI** *(Highly Recommended)*
* **DecentHolograms** *(Recommended for Live Leaderboards)*
* **WorldGuard** *(Recommended for base protection)*
Vrestart
# Vrestart
🇷🇺 Rus
Vrestart – лёгкий плагин для серверов Minecraft (Paper 1.21+), который позволяет администраторам выполнять запланированные или немедленные рестарты сервера. Поддерживаются мягкие рестарты с голосованием игроков и принудительные рестарты.
**Возможности:**
* Мягкий рестарт с обратным отсчётом и уведомлениями для игроков
* Система голосования игроков для отмены мягкого рестарта
* Принудительный рестарт с сообщением о причине
* Полная совместимость с Paper 1.21+
* Настраиваемые сообщения и плейсхолдеры
**Использование:**
* `/vrestart [soft|force] [seconds]` – запускает мягкий или принудительный рестарт с необязательным таймером
* `/vrestart cancel [soft|force]` – отменяет мягкий или принудительный рестарт
* `/vrestart reload` – перезагрузить config.yml, а так же изменения в файлах локазизации
**Лицензия:** GPLv3
Файл локализации /lang/ru.yml
“`
prefix: “[VRESTART] ” # Префикс плагина (Оставьте пустым если не хотите его видеть)
config_reloaded: “Конфигурация перезагружена.”
forced_warning: “&c⚠ Принудительный рестарт через 1 минуту!”
force_warning: “&c⚠ Принудительный рестарт!”
force_started: “Принудительный рестарт запланирован через %time% сек.”
forced_countdown: “&cРестарт через &e%seconds%&c сек.”
forced_restart: “Сервер перезапускается…”
force_cancel: “&aПринудительный рестарт отменён админом!”
soft_restart: “&eЭтот рестарт ради &6%player%&e! Сервер будет перезапущен, если вы не отмените.”
soft_started: “Непринудительный рестарт запланирован через %time% сек. (игроки могут отменить).”
soft_cancel_vote: “Непринудительный рестарт отменён игроками!”
soft_cancel_admin: “Непринудительный рестарт отменён админом!”
cancel_button: “&c[Отменить рестарт]”
canceled: “&aРестарт отменен большинством игроков.”
vote_progress: “[%current%/%required%] проголосовали за отмену рестарта”
reason_format: “&7Причина: &f%reason%”
schedule_header: “&6📅 Расписание рестартов:”
schedule_forced: “&cПринудительные: &f%times%”
schedule_soft: “&eНепринудительные: &f%times%”
no_permission: “&cУ вас нет прав для выполнения этой команды.”
“`
⚠️ Вы можете добавить свои переводы, создав новые файлы в папке /lang/. Плагин автоматически загрузит их при старте.
🇬🇧 Eng
Vrestart is a lightweight plugin for Minecraft servers (Paper 1.21+) that allows server administrators to perform scheduled or immediate server restarts. It supports both soft restarts (with player voting) and forced restarts.
**Features:**
* Soft restart with countdown and player notifications
* Player voting system to cancel soft restarts
* Forced restart with optional reason messages
* Fully compatible with Paper 1.21+ servers
* Customizable messages and placeholders
**Usage:**
* `/vrestart [soft|force] [seconds]` – starts a soft restart with optional timer
* `/vrestart cancel [soft|force]` – cancels a soft or forced restart
* `/vrestart reload` – reload config.yml and make changes to localization files.
**License:** GPLv3
Localization file /lang/en.yml
“`
prefix: “[VRESTART] ” # Plugin prefix (Leave blank if you don’t want to see it)
config_reloaded: “Config reloaded.”
forced_warning: “&c⚠ Forced restart in 1 minute!”
force_warning: “&c⚠ Forced restart!”
force_started: “Forced restart scheduled in %time% seconds.”
forced_countdown: “&cRestart in &e%seconds%&c seconds.”
forced_restart: “Server is restarting now…”
force_cancel: “&aForced restart canceled by admin!”
soft_restart: “&eThis restart is for &6%player%&e! The server will restart if not canceled.”
soft_started: “Soft restart scheduled in %time% seconds (players can cancel).”
soft_cancel_vote: “Soft restart cancelled by players!”
soft_cancel_admin: “Soft restart cancelled by admin!”
cancel_button: “&c[Cancel restart]”
canceled: “&aRestart canceled by majority of players.”
vote_progress: “[%current%/%required%] voted to cancel the restart”
reason_format: “&7Reason: &f%reason%”
schedule_header: “&6📅 Restart schedule:”
schedule_forced: “&cForced: &f%times%”
schedule_soft: “&eSoft: &f%times%”
no_permission: “&cYou do not have permission to perform this command.”
“`
⚠️ You can add your own translations by creating new files in the /lang/ folder. The plugin will automatically load them on startup.
⚙️ Configuration / ⚙️ Конфигуратор
“`
# Язык интерфейса
# Interface language
language: “en”
# Таймеры по умолчанию для команд
# Default Timers for Commands
defaults:
force-time: 60 # сек
soft-time: 60 # сек
# Процент игроков, необходимый для отмены soft рестарта
# Percentage of players required to cancel a soft restart
soft-cancel-percent: 50
# Расписание принудительных рестартов (HH:mm)
# Schedule of forced restarts (HH:mm)
forced-restarts:
– “03:00”
– “18:00”
# Расписание непринудительных рестартов (HH:mm)
# Schedule of soft restarts (HH:mm)
soft-restarts:
– “09:00”
– “15:10”
“`
Spanish (🇪🇸):
⚠️ Puedes agregar tus propias traducciones creando nuevos archivos en la carpeta /lang/. El plugin los cargará automáticamente al iniciar.
French (🇫🇷):
⚠️ Vous pouvez ajouter vos propres traductions en créant de nouveaux fichiers dans le dossier /lang/. Le plugin les chargera automatiquement au démarrage.
German (🇩🇪):
⚠️ Du kannst eigene Übersetzungen hinzufügen, indem du neue Dateien im Ordner /lang/ erstellst. Das Plugin lädt sie beim Start automatisch.
License: GPLv3
VPS IP
## 🛡 VPS (Verify Player Security) – Protect Your Server from Nickname Spoofing
# 🇺🇸
VPS is a security plugin for Minecraft servers that prevents players from logging in under someone else’s nickname. It locks a player’s nickname to their first IP address and denies access from any other IP. The plugin also blocks VPN/Proxy connections and limits the number of players per IP.
🔹 Key Features:
✅ Nickname-to-IP Lock – Players can only join from their first IP.
✅ VPN/Proxy Blocking – Uses ProxyCheck.io for detection.
✅ Limit Players per IP – Configurable in config.yml.
✅ Multi-language Support – Auto-detects the server language.
✅ Powerful Admin Commands – Manage IP registrations in-game.
🔹 Commands:
/vps adduser – Manually register a player.
/vps removeuser – Remove a player from the list.
/vps list – Show all registered players.
/vps clean – Clear the IP registration list.
/vps info – Display current plugin settings.
⚙ Fully configurable via config.yml.
——————————————————————-
## 🛡 VPS (Verify Player Security) – Защита от входа с чужого аккаунта
# 🇷🇺
VPS – это плагин для защиты серверов Minecraft от входа под чужими никами. Он привязывает ник игрока к его IP-адресу при первом входе и не позволяет зайти с другого IP. Также плагин может блокировать подключение через VPN/Proxy и ограничивать количество игроков с одного IP.
🔹 Основные функции:
✅ Привязка ника к IP – Ник можно использовать только с первого IP.
✅ Блокировка VPN/Proxy – Проверка через ProxyCheck.io.
✅ Ограничение игроков с одного IP – Настраивается в config.yml.
✅ Поддержка нескольких языков – Автоматически выбирает язык сервера.
✅ Гибкие команды для администраторов – Управление списком IP прямо из игры.
🔹 Команды:
/vps adduser <ник> – Добавить игрока в список.
/vps removeuser <ник> – Удалить игрока из списка.
/vps list – Показать список зарегистрированных игроков.
/vps clean – Очистить список IP.
/vps info – Показать текущие настройки плагина.
⚙ Настраивается через config.yml.
VPN Cop
VPN Cop is a sophisticated Spigot plugin meticulously designed to protect your Minecraft server from players attempting to use VPNs. By harnessing the capabilities of both ProxyCheck.io and VPNAPI.io, VPN Cop offers a comprehensive and robust solution to detect and block VPNs, ensuring a fair, safe, and enjoyable gaming environment for all players.
Key Features:
Dual VPN Check Protection: VPN Cop integrates with both ProxyCheck.io and VPNAPI.io, two leading services in VPN detection. This dual integration provides a more extensive and reliable VPN detection, significantly reducing the chances of false negatives and ensuring maximum protection against VPN users.
Automatic VPN Blocking: VPN Cop automatically detects and blocks players trying to join your server using a VPN. It sends a customizable message to the kicked player, informing them about the server’s no-VPN policy.
IP Whitelisting: VPN Cop allows server admins to whitelist specific IP addresses. Players connecting from these IPs will not be checked for VPN usage, ensuring that trusted players can always join your server.
Whitelist Commands: VPN Cop provides easy-to-use commands for managing the IP whitelist. Admins can add or remove IPs from the whitelist, or view the current whitelist, directly from the server console.
Persistent Whitelist: The IP whitelist is saved to a config file, so your whitelist settings will persist even if the server is restarted.
Seamless Integration & Easy Configuration: VPN Cop is designed to seamlessly integrate with your Minecraft server. It’s easy to set up and configure, allowing server admins to customize the plugin’s behavior according to their needs. This allows for a drag and drop experience.
Commands:
/addipwhitelist : This command adds a specific IP address to the whitelist. Players connecting from this IP will not be checked for VPN usage, regardless of whether they’re using a VPN or not. This is useful for allowing trusted players to join your server without being affected by the VPN block.
/removeipwhitelist : This command removes a specific IP address from the whitelist. Players connecting from this IP will be checked for VPN usage, just like any other player. This is useful if you no longer want to allow a previously whitelisted IP to bypass the VPN block.
/listipwhitelist: This command lists all the IP addresses currently on the whitelist. This can be helpful for server admins to keep track of which IPs are whitelisted.
How It Works:
Once installed, VPN Cop operates silently in the background, diligently checking every incoming player’s IP against the comprehensive databases of ProxyCheck.io and VPNAPI.io. If a VPN is detected, the player is immediately kicked from the server, ensuring a VPN-free gaming experience for your community.
Please Note:
While VPN Cop is designed to provide an additional layer of security for Minecraft servers, it’s important to understand that no VPN detection method is 100% accurate. There may be occasional false positives or negatives. Server admins are advised to monitor the plugin’s performance and report any problems to us.
Voxel Earth
# Voxel Earth
> Real places, in Minecraft.

Voxel Earth is a full pipeline for turning photogrammetry and 3D Tiles into block-based worlds.
It streams Google Photorealistic 3D Tiles (and other sources) into Minecraft as voxelized chunks, so you can walk through real cities, mountains, and landmarks — block by block.
– 🌍 Stream real-world 3D Tiles into Minecraft
– 🧱 CPU voxelization, no GPU required on the server
– ⚡ Designed to work hand-in-hand with FastAsyncWorldEdit (FAWE)
– 🌐 Web client for browser-side experiments and previews
– 🧪 Separate CLIs for each pipeline stage (download → decode → voxelize)
—
## Links & Community
– **Website:** https://voxelearth.org
– **Play server:** `play.voxelearth.org`
– **Web client demo:** https://beta.voxelearth.org (browser viewer)
– **Discord:** https://discord.gg/8MK8J9EQGe
– **Monorepo (reference):** https://github.com/ryanhlewis/VoxelEarth
—
**What is Voxel Earth and why should I use it?**
Voxel Earth is a Minecraft + web ecosystem for exploring real-world geometry as voxels:
– **3D Tiles to blocks**
Fetches photogrammetry tiles (e.g. Google Photorealistic 3D Tiles), normalizes them, and converts them into Minecraft block palettes.
– **On-demand streaming**
Tiles are pulled and voxelized as players move around, so you can “walk into” a real city and watch it appear around you.
– **Flexible pipeline**
Each major step (download, Draco decode, voxelization) exists as a separate CLI tool and as embedded code in the plugin. You can test each stage locally before wiring everything together.
– **Server-friendly**
The Minecraft plugin is built as a single shaded JAR, with CPU voxelization and async integration with FAWE for high-throughput placement.
—
## Downloads
> **Note:** Links below are placeholders / targets; some may not exist yet.
– **Minecraft plugin (core Voxel Earth JAR)**
– GitHub Releases: https://github.com/ryanhlewis/VoxelEarth/releases
– Modrinth: https://modrinth.com/plugin/voxelearth
– SpigotMC: https://www.spigotmc.org/resources/voxel-earth.130155/
– **Web client**
– GitHub: https://github.com/voxelearth/web-client
—
## Minecraft Plugin
### Requirements
– **Server:** Paper or Spigot **1.20+** with **FastAsyncWorldEdit (FAWE) installed**
– **Java:** **Java 21+**
—
## Commands
VoxelEarth’s plugin adds commands for geocoding, tile loading, and per-player preferences:
“`yml
/visit
Teleport to a geocoded location (city, landmark, etc.) and stream tiles around it.
/visitradius
Configure how many tiles /visit loads around the target area.
/moveradius
Set how many tiles are loaded as the player moves.
/movethreshold
Movement distance (in blocks) required before triggering new loads.
/moveload
Enable/disable movement-based loading for yourself.
/visitother
Teleport another player to a geocoded location and stream tiles.
/visitradiusother
/moveradiusother
/movethresholdother
Admin variants that adjust settings and notify other players.
/voxelapikey
Store a Google API key for geocoding and tile access (per server).
“`
Permissions are namespaced under `voxelearth.*` and default to `true` or `op` as appropriate (see `plugin.yml` for full details).
—
## Web Client
If you just want to experiment with tiles and voxelization **in your browser**, use the web client:
* **Repo:** https://github.com/voxelearth/web-client
* **Live demo:** https://beta.voxelearth.org
The web client:
* Fetches Google Photorealistic 3D Tiles in the browser
* Normalizes/rotates them into a viewable frame
* Can hand off data to the Voxel Earth voxelization pipeline
* Is ideal for exploring regions, testing zoom/SSE parameters, and visually inspecting tilesets before you spin up a Minecraft server
—
## License
Voxel Earth and its companion CLIs are released under the **MIT License**, unless otherwise noted in sub-projects.
See the `LICENSE` file in this repository for full terms.
“Minecraft” is a trademark of Mojang AB.
Voxel Earth is not affiliated with or endorsed by Mojang AB, Microsoft, or Google.
VoxasVoice
**VoxasVoice brings real proximity voice chat to Minecraft. 🎙️**
Talk to players around you with spatial audio that actually makes sense — the closer someone is, the louder they sound. Walk away and their voice naturally fades. It feels exactly how you’d expect voice chat in Minecraft to work.
**🗣️ Proximity Voice Chat**
Speak and be heard by nearby players. Voice volume scales with distance automatically — no setup needed, it just works.
**👥 Private Voice Groups**
Want to talk with your team across the map? Create a private voice group and invite your friends. Groups support password protection so strangers can’t join. Distance doesn’t matter inside a group.
**🔇 Player Controls**
See who’s talking nearby and take control. Mute specific players, adjust individual volumes, and manage your experience without leaving the game.
**🎛️ Advanced Audio Settings**
Fine-tune your microphone and speaker settings, enable noise reduction, and monitor your voice levels with a built-in voice meter.
**🔒 Encrypted & Secure**
All voice traffic is encrypted end-to-end. Your conversations stay private.VoxasVoice requires the Fabric mod on the client and the plugin-bridge on the server. Both are included in this release.
Ready to make your Minecraft world actually feel alive? Give it a try. 🌍