ViewInventory

# ViewInventory
**ViewInventory** is a powerful Minecraft Spigot/Paper plugin designed for server administrators and moderators. It allows you to seamlessly view and manage the inventories and ender chests of other online players in real-time. Whether you need to conduct investigations, provide support, or simply observe, ViewInventory offers a smooth, intuitive, and interactive experience.

### Key Features

* **Real-time Synchronization**: Any changes made to the target player’s inventory (by them or you) are instantly reflected in the GUI you are viewing, and vice-versa.

* **Offline Player Support (View Only)**: While direct editing of offline players’ inventories is not supported due to data integrity concerns, you can still view their inventory contents.

* **Custom GUI Layout**: A user-friendly 6×9 GUI is provided, clearly displaying the target player’s armor, offhand, and main inventory slots.

* **Creative Mode Utilities**: In creative mode, you can use the middle-click (block selection) to copy items from the target’s inventory to your cursor, mimicking vanilla behavior. You can also pick up the target player’s head.

* **Intuitive Controls**: Standard inventory click actions (left-click, right-click, shift-click) work as expected to move and manage items.

Tab Completion: Easy-to-use command with tab completion for subcommands and player names.

### Commands

`/viewinventory `

**Aliases**: `/vi `

Permissions

This plugin employs a permission system (adopted in version 1.1-beta~), enabling granular control over features. Players with OP permissions are granted all permissions by default.

**1.** The process of updating the GUI display (copying the target player’s inventory to the GUI)

**2.** The process reflecting click actions (copying what the viewer clicked in the GUI to the target’s inventory)

When clicking rapidly, process 1 would overwrite process 2. This caused the GUI to revert before changes were saved, resulting in items disappearing.

## Solution
To eliminate this conflict, we fundamentally changed the approach.

### Prioritize Click Operations
> Valid click operations performed by the viewer within the GUI (such as item movement) are now handled by Bukkit’s standard functionality. This ensures the exact same processing as Minecraft’s normal inventory operations, preventing item disappearance.

### Synchronize Changes Later
> The modified GUI contents are now copied to the target player’s inventory one tick after Bukkit completes the click operation. This completely eliminates processing conflicts and ensures changes are reflected safely.

### Control Only Custom Slots
> Plugin intervention is now limited solely to clicks on special slots like the trash can or glass panes. These operations cancel the event and are safely handled by the plugin.

This approach—“leave processing to Bukkit and reflect results later”—achieves both stability and a vanilla-like feel, eliminating the item disappearance bug.

VexiaBench

🔌 Vexia Plugin
Vexia Plugin is an advanced all-in-one bridge and optimization solution designed for Spigot and Paper Minecraft servers. It seamlessly integrates your server with the VexiaBench Dashboard, providing real-time monitoring and remote management while actively optimizing server performance to ensure a lag-free experience.

🚀 Key Features
1. Real-Time Dashboard Integration
Connects your server directly to https://bench.vexia.me/ using secure WebSocket technology for ultra-low latency communication.

Live Console: Stream server logs directly to the web dashboard in real-time.

Remote Execution: Execute console commands remotely from the web interface.

Server Lifecycle Control: Start, stop, and restart operations handled via the panel.

2. Comprehensive Performance Monitoring
The plugin continuously tracks vital server health metrics and telemetries:

TPS (Ticks Per Second): Accurate monitoring of server heartbeat stability.

Resource Usage: Real-time tracking of RAM (Heap/Non-Heap) and CPU load.

Player & World Stats: Live player counts, loaded chunks, and entity counts.

3. Smart Performance Optimizer ⚡
An intelligent background system that dynamically adjusts server settings based on current load and TPS drops to prevent lag spikes:

Dynamic View Distance: Automatically reduces view distance during high load to save resources.

Redstone Throttler: Detects and suppresses excessive redstone activity that causes lag.

Mob AI Optimizer: Disables AI for mobs in dense areas or during critical TPS drops.

Entity & Chunk Management: Automated cleaning of unused entities and unloading of idle chunks.

Farm Limiter: Prevents mob cramming abuses by limiting the number of entities in a single block.

4. Automated Cloud Backups
Auto-Backup: Compresses server files into ZIP archives automatically.

Smart Filtering: Configurable exclusions (e.g., cache, logs) to keep backup sizes efficient.

Cloud Upload: Seamlessly uploads backups directly to VexiaBench storage for safe keeping.

5. Security & Authentication
Secret Key Verification: Uses a unique generated secret key to bind the server to your account securely.

Encrypted Traffic: All data is transmitted over WSS (WebSocket Secure) to ensure privacy.

🛠️ Commands
The main command is /vexia (requires OP or permission):

/vexia status – Check the connection status to the dashboard.

/vexia link – Link a new server to your VexiaBench account.

/vexia stats – Display current performance statistics in-game.

/vexia backup – Trigger an immediate manual backup.

/vexia secret – View or regenerate the server’s security secret.

VelocityAutoBackup

# VelocityAutoBackup
is a comprehensive plugin for the Velocity proxy server, designed to provide a fully automated, flexible, and secure backup solution. With direct integration into Google Drive, this plugin ensures all your critical server data is stored safely off-site and is accessible at any time.

This plugin is specifically designed to work with personal Google accounts, utilizing a unique authorization flow to bypass common technical limitations.

### ✨ Key Features
**_Flexible Scheduling_** ⏰: Configure multiple backup times within a single day through the config.yml. You can schedule backups to run twice, three times, or as often as you need, complete with timezone settings for precise scheduling.

**_Instant Manual Backups_** ⚡: With the /backup-now command, administrators can trigger a full backup process at any moment without waiting for the schedule. This feature is perfect before performing maintenance or significant server changes.

**_Dynamic File Naming_** 📝: Take full control of your backup file naming. Use placeholders like {server_name} and {timestamp} with a customizable date format (e.g., yyyy-M-d–HH-mm) to produce organized and easily searchable filename.

**_Full Google Drive Integration_** ☁️: Backups, compressed into a .zip format, are automatically uploaded to a specific folder in your Google Drive. The plugin supports the use of a personal Google account after completing a secure, one-time authorization process.

**_Reliable Anti-Loop Logic_** 🛡️: Built with a smart mechanism to automatically exclude its own directory from the backup process, preventing “backup loop” issues that can cause file sizes to grow uncontrollably.

[How to setup VelocityAutoBackup](https://github.com/DeluzeKitsuu/VelocityAutoBackup/blob/main/SETUP.md)

## Configuration

All settings are managed in `/plugins/velocityautobackup/config.yml`.

“`yaml
# A list of daily backup times in “HH:mm” format.
backup-times:
– “02:00”
– “14:00”

# The timezone for the schedule.
timezone: “UTC”

# The ID of the Google Drive folder where backups will be uploaded.
google-drive-folder-id: “PASTE_YOUR_FOLDER_ID_HERE”

# The name of the credentials JSON file.
credentials-file-name: “credentials.json”

# The server name to be used in the backup filename.
server-name: “proxy”

# The format for the backup filename.
# Use {timestamp} and {server_name}.
backup-file-name: “Backup-{server_name}-{timestamp}.zip”
“`

## 💻 Permissions

| Command | Description | Permissions |
| ————- | ————————– | —————————————– |
| `/backup-now` | Force Backup. | `velocityautobackup.command.backupnow` |

## 📝 Licence

This project is licensed under [MIT](LICENSE).

Velocity-Skript

# Velocity-Skript

## _Having bugs on new Velocity Version will be fixed next update_

### _**A Velocity Plugin where you can create your own commands like the bukkit plugin Skript!**_

![Ingame](https://cdn.modrinth.com/data/cached_images/a149a4d9e43404996cbc4703932cb447d1590e0c.png)

**Test.vsk** _(every skript file need to end with .vsk to work)_
“`
# Welcome message on player join
on join:
send “Welcome, %player%! Enjoy your stay on %players-server%!” to player

# Commands
command /greet:
trigger:
send “Hello, %player%! Welcome to the server!” to player

# Broadcast to the everybody
command /broadcast:
trigger:
broadcast “Attention everyone!”

command /connectlobby:
trigger:
connect player to “Lobby-1”
“`

## Available Placeholders

> **%player%**
>
> Description: This placeholder is replaced with the username of the player who triggered the command or event.
> Example Usage: send “Hello, %player%!” to player
> Example Output: Hello, DieSuperKatze!

> **%players-server%**
>
> Description: This placeholder is replaced with the name of the server that the player is currently connected to.
> Example Usage: send “You are currently on %players-server%.” to player
> Example Output: You are currently on Lobby-1.

> **%loop-player%**
>
> Description: This placeholder is used within a loop of all players. It is replaced with the username of the player being processed in the current iteration of the loop.
> Example Usage: send “Hello, %loop-player%!” to loop-player
> Example Output: Hello, Player1! (and so on for each player in the loop)

## Todo:

– Adding events for setting Server Motds
– Adding multiple arguments in one command
– Fix issues with the every

## 📢 Community & Support

[![Discord](https://img.shields.io/discord/1415668646981800032?label=Join%20our%20Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge)](https://discord.gg/bvAF3fA8zG)
![NEW](https://img.shields.io/badge/-NEW-ff4757?style=for-the-badge)

Join my Discord server for support, questions, or just to hang out!

VeloAuth System

VeloAuth System
VeloAuth System: The Intelligent Shield – Enterprise-Grade Authentication & Cyber-Threat Mitigation

Introduction: Redefining Network Security

Welcome to VeloAuth System, the pinnacle of protective authentication solutions for Minecraft networks running Paper/Purpur 1.21 and beyond. In an era of sophisticated cyber threats, from distributed denial-of-service (DDoS) attacks targeting your login gates to automated botnets attempting credential stuffing, a basic password plugin is a relic of the past. VeloAuth System is a next-generation security suite engineered from the ground up to be an intelligent, adaptive shield for your community. Built upon the rock-solid foundation of the VeloAuth API, it transforms your proxy into a fortress, safeguarding player accounts, ensuring server integrity, and providing an unparalleled administrative experience through its powerful and intuitive config.yml.

The Core Threat Matrix & Our Solutions:

Advanced DDoS & Brute-Force Mitigation:

Intelligent Rate Limiting: Dynamically analyzes connection attempts per IP, geographic origin, and username patterns. Unlike simple lockouts, it uses heuristic algorithms to distinguish between a legitimate player struggling with a password and a coordinated attack.

Progressive Challenge Systems: Under attack pressure, the system can deploy increasingly complex challenges (temporary CAPTCHAs, puzzle commands) for suspicious connections, stopping bots in their tracks while allowing real humans to pass through.

Connection Throttling & Queuing: Gracefully handles traffic spikes by placing incoming connections in a priority queue, preventing the login system from collapsing and keeping the server accessible to already-authenticated players.

Military-Grade Account Security & Bot Detection:

Next-Generation Bot Detection Engine: Goes beyond simple IP checks. The system analyzes connection metadata, packet timing, and behavioral patterns during the login sequence to identify and block non-human clients (bots) with high accuracy, preventing automated account registration and attack scripts from ever reaching your game servers.

Session Hijacking Protection: Each successful login generates a unique, cryptographically signed session token tied to the player’s IP and client fingerprint. An attempt to use a stolen cookie or session from another location is instantly detected and blocked.

Comprehensive Login History & Alerts: Logs every login attempt (success/failure) with timestamp, IP, and country. Administrators receive real-time alerts for multiple failed attempts, logins from new, suspicious locations, or detected bot activity.

Optional Two-Factor Authentication (2FA): Integrates with time-based (TOTP) authenticator apps like Google Authenticator or Authy for an additional layer of security on administrator or premium accounts.

Unparalleled Configuration & Control (config.yml):
The true power of VeloAuth System lies in its exceptionally detailed config.yml. This single file grants you absolute control:

Authentication Flow: Customize password requirements (min/max length, complexity), session duration, and auto-kick policies.

Defense Tuning: Precisely set thresholds for rate limiting, bot detection sensitivity, DDoS challenge triggers, and global IP block rules.

Database & Storage: Configure encrypted password hashing algorithms (bcrypt, Argon2), data storage backends, and cache lifetimes.

Messages & Localization: Personalize every message players see – from login prompts and success messages to security warnings and error alerts – supporting multi-language setups.

Integration Settings: Define hooks for Discord webhook alerts, external API calls, and, crucially, seamless integration with world-management systems like Multiverse-Core.

Why a World Manager (Multiverse-Core) is Highly Recommended:
For the ultimate secure and seamless player experience, pairing VeloAuth System with a world manager is transformative. Multiverse-Core (or similar) allows you to:

Create a Dedicated, Secure Auth Lobby: Isolate players in a lightweight, resource-efficient limbo world (auth_lobby) immediately upon connection. They remain there, unable to interact with your main game worlds, until they successfully complete the authentication process.

Controlled Environment: This lobby can be stripped of blocks, mobs, and features that could be exploited before login, guaranteeing security.

Instantaneous Teleportation: Upon successful login, players are instantly and seamlessly teleported from the auth_lobby to your main hub or last location, creating a smooth and professional onboarding flow.

Simplified Management: Isolating the auth process makes server management, backups, and monitoring significantly cleaner and more efficient.

Conclusion:
VeloAuth System is more than a plugin; it is a comprehensive security infrastructure. From its advanced bot-detection algorithms to the granular control offered by its config.yml, and enhanced by integration with Multiverse-Core, it delivers peace of mind. Protect your community, secure your data, and ensure your network’s reputation with the enterprise-grade solution trusted by demanding server administrators. Deploy VeloAuth System and turn your vulnerabilities into unbreachable strengths.

VeloAuth API

VeloAuth API is a mandatory library and dependency plugin for Velocity proxy version 3.3.0 and higher. It does not provide any gameplay or security features on its own.

Purpose:

Serves as the required foundational layer for the main plugin VeloAuth System.

Provides the internal API, data structures, and the base configuration file (config.yml) needed for the authentication system to operate.

Manages basic communication between the Velocity proxy and downstream game servers in the context of authentication.

Important: This plugin must be installed on your Velocity proxy for VeloAuth System to work. It has no standalone functionality.

Vanilla Materials Expanded

# Vanilla Materials Expanded
Matches every stick to its source wood texture. Lightweight, vanilla friendly, and 100% mod compatible! Resource pack included!

## Beta Version Warning
This datapack is in beta! It will receive lots of updates but some things might be missing when you first download it. Please be patient and check in regurly for new versions! Consider joining the [discord](https://discord.gg/C2WymfUqJx) to get notified when new updates drop or if you find a bug!

I have a lot more planned for this project!


**HOW TO INSTALL AS A DATAPACK**

Just put the zipped file into your worlds datapacks folder AND your resource pack folder. If it says it is outdated, ignore the message. As long as you are on the version you put in when downloading it will work. The datapack will show up as incompatible but it will work anyway.

## Variety of Sticks
![Lots of sticks!](https://cdn.modrinth.com/data/cached_images/eb95d30a032dfb672ea5d9ae19082d73920581f3.png)

## FAQ
**Does this work on a server?**
Yes. For the datapack version go into your servers folders and go to `world -> datapacks` and put the datapack there. This datapack works multiplayer so play with however many people you would like! Keep in mind every player needs the resource pack or mod to see the items correctly.

## Incompatibles
– Some resource packs might override the new stick textures, to fix this put the STTS resource pack at the top.

## Support us!
Join my Minecraft server **Zonerush.minekeep.gg** for a unique PvP gamemode!

**Try my other datapacks! Here are some that you might like.**

[![Artifacts+](https://cdn.modrinth.com/data/cached_images/87cbd868acb6fd6cb3859aa181acc9811e67ea57.png)](https://modrinth.com/project/NUHWNnr3) [![Nice Life: Eternal Winter](https://cdn.modrinth.com/data/cached_images/743d9764a133002575bc10628b0ca18582539058.png)](https://modrinth.com/project/aik3GVdo)

**Join the discord to get updates, support me, and report issues**

[![Join the discord](https://cdn.modrinth.com/data/cached_images/45d5fb56712347ed406fc3cc09bad51ec03e1c0c.png)](https://discord.gg/C2WymfUqJx)

## Milestones
– 100 downloads – May 14th
– 300 downloads – ???

Vaults

A lightweight, powerful, and highly customizable private vault plugin for your Minecraft server. Perfect for SMP servers where players need a safe place to store their most valuable loot!
✨ Features

📦 Huge Storage: Up to 108 slots (multiple pages) for every player.

⚙️ Fully Customizable: Change the vault title (with color codes) and the number of rows directly in the config.yml.

🛠️ Admin View: Admins can view and edit any player’s vault in real-time using /vault view .

💾 Auto-Save: Built-in scheduler that backs up all active vaults every 5 minutes to prevent data loss during crashes.

🔊 Immersive Sounds: Features Ender Chest open/close sound effects.

VaultPlugin

# VaultPlugin
Support: [https://discord.gg/BEfcrjTJhx](https://discord.gg/BEfcrjTJhx)

![VaultPlugin](https://cdn.modrinth.com/data/cached_images/763f37514c3db7968cafe094b3c620af68cca78d.png)

## Commands

Main command **/vault**, alias of which are **/safe** and **/tresor**

– /vault **・** Open your vault
– /vault [player] **・** Opens the player’s safe [Player]
– /vault reload **・** Reloaded the Config

## Permission
Permission can be changed in the config

– vaultplugin.use
– vaultplugin.others
– vaultplugin.reload

# VaultPlugin v3
We are planning a major update with extensive enhancements. Please share your suggestions on our [Discord](https://discord.gg/BEfcrjTJhx) in [#suggestions](https://discord.com/channels/1324096768836767845/1344702782288166962).

– Personalized size limits
– Database storage
– Dashboard via next.js for logs, etc.

VaultEconomy

# VaultEconomy

**VaultEconomy** — это многофункциональный серверный плагин для Minecraft, объединяющий в себе экономику, аукцион, телепортацию, чат-модерацию, PvP-контроль, утилиты и административные инструменты в одном решении.

Плагин предназначен для **Survival / Economy / RPG серверов**, где важны стабильность, гибкая настройка и минимальное количество зависимостей.

## 📌 Основная информация

– **Название:** VaultEconomy
– **Версия:** 1.0.4 в даной версии обнавили сохранения валют (ранше был баг)
– **Статус:** Beta (стабильное ядро)
– **Платформы:** Bukkit, Spigot, Paper
– **Minecraft:** 1.13+
– **Зависимости:** Vault
– **Интеграция:** Vault Economy API

## 🎯 Назначение плагина

VaultEconomy создан как **единый центр управления сервером**, который заменяет десятки отдельных плагинов:

– экономика и кастомные валюты
– аукцион с GUI
– дома, варпы и спавн
– PvP-контроль
– чат и префиксы
– фильтр чата
– утилиты
– модерация и админ-команды

Один JAR-файл — одна система.

# 💰 Экономика

## Основная валюта

– Полная поддержка Vault
– Встроенная серверная валюта
– Совместимость с другими плагинами
– Сохранение данных

### Команды
– `/bits`, `/bal`, `/money` — баланс
– `/baltop` — топ по деньгам

## 🪙 Кастомные валюты (Points)

VaultEconomy поддерживает **неограниченное количество кастомных валют**.

### Возможности
– Создание валют
– Выдача и изъятие
– Хранение данных
– Не зависит от основной экономики

### Команды
– `/point create <название>`
– `/point give <валюта> <игрок> <количество>`
– `/point take <валюта> <игрок> <количество>`
– `/point remove <валюта>`

# 🏷 Аукцион (Auction System)

Полностью серверный GUI-аукцион.

### Возможности
– Продажа предметов через GUI
– Категории товаров
– Ограничение слотов
– Комиссия сервера
– Блокировка в PvP
– Возврат истёкших лотов
– Глобальные уведомления

### Категории
– Все товары
– Оружие
– Инструменты
– Ресурсы
– Мои товары

### Команды
– `/ah` — открыть аукцион
– `/ahelp` — помощь

### Слоты
Количество активных лотов зависит от прав:

# VaultEconomy

**VaultEconomy** — это многофункциональный серверный плагин для Minecraft, объединяющий в себе экономику, аукцион, телепортацию, чат-модерацию, PvP-контроль, утилиты и административные инструменты в одном решении.

Плагин предназначен для **Survival / Economy / RPG серверов**, где важны стабильность, гибкая настройка и минимальное количество зависимостей.

## 📌 Основная информация

– **Название:** VaultEconomy
– **Версия:** 1.1.2
– **Статус:** Beta (стабильное ядро)
– **Платформы:** Bukkit, Spigot, Paper
– **Minecraft:** 1.13+
– **Зависимости:** Vault
– **Интеграция:** Vault Economy API

## 🎯 Назначение плагина

VaultEconomy создан как **единый центр управления сервером**, который заменяет десятки отдельных плагинов:

– экономика и кастомные валюты
– аукцион с GUI
– дома, варпы и спавн
– PvP-контроль
– чат и префиксы
– фильтр чата
– утилиты
– модерация и админ-команды

Один JAR-файл — одна система.

# 💰 Экономика

## Основная валюта

– Полная поддержка Vault
– Встроенная серверная валюта
– Совместимость с другими плагинами
– Сохранение данных

### Команды
– `/bits`, `/bal`, `/money` — баланс
– `/baltop` — топ по деньгам

## 🪙 Кастомные валюты (Points)

VaultEconomy поддерживает **неограниченное количество кастомных валют**.

### Возможности
– Создание валют
– Выдача и изъятие
– Хранение данных
– Не зависит от основной экономики

### Команды
– `/point create <название>`
– `/point give <валюта> <игрок> <количество>`
– `/point take <валюта> <игрок> <количество>`
– `/point remove <валюта>`

# 🏷 Аукцион (Auction System)

Полностью серверный GUI-аукцион.

### Возможности
– Продажа предметов через GUI
– Категории товаров
– Ограничение слотов
– Комиссия сервера
– Блокировка в PvP
– Возврат истёкших лотов
– Глобальные уведомления

### Категории
– Все товары
– Оружие
– Инструменты
– Ресурсы
– Мои товары

### Команды
– `/ah` — открыть аукцион
– `/ahelp` — помощь

### Слоты
Количество активных лотов зависит от прав:

-auction.slot.group.1
-auction.slot.group.5
-auction.slot.group.10
-auction.slot.group.100

# 🏠 Телепортация и локации

## Дома
– `/sethome`
– `/home`
– `/delhome`
– `/homelist`

Количество домов определяется правами.

## Варпы
– `/setwarp`
– `/warp`
– `/delwarp`
– `/warplist`

## Спавн
– `/setspawn`
– `/spawn`

## Телепортация игроков
– `/tp`
– `/tpa`
– `/tpahere`
– `/tpaaccept`
– `/tpadeny`

# 🧰 Виртуальные утилиты

– `/craft` — виртуальный верстак
– `/anvil` — виртуальная наковальня
– `/ec` — эндер-сундук
– `/repair` — починка предметов

Все утилиты:
– не ломают ванильную механику
– управляются правами
– не нагружают сервер

# 🧪 Кастомные зелья

## Potion of Strength III

**Крафт (3×3):**
![крафт](https://cdn.modrinth.com/data/cached_images/ee5016f6d50f79387c3818503c3466a613f49a38.png)

### Ограничения
– Не выпадает с мобов
– Не продаётся
– Не варится

# 💬 Чат и модерация

## Префиксы
– `/prefix set <текст>`
– `/prefix reset`

## Игнор
– `/ignore <игрок>`

## Очистка чата
– `/clearchat`

## Фильтр чата

### Возможности
– Проверка сообщений
– Предупреждения
– Автоматический мут
– Bypass-права

### Команды
– `/filter add <слово>`
– `/filter remove <слово>`
– `/filter list`
– `/filter toggle`

## Система клана!

![clan system](https://cdn.modrinth.com/data/cached_images/0a3fee00a61e826511a8ba61c283a64b3db5ecfa.png)

# ⚔ PvP-контроль

– Отслеживание PvP-статуса
– Блокировка команд в бою
– Защита от abuse

# 🛡 Модерация и админка

### Команды
– `/fly`
– `/god`
– `/gamemode`
– `/heal`
– `/feed`
– `/sp`
– `/ve reload`

### `/ve reload`
Выполняет полный reload:
– config.yml
– pvp.yml
– auction-messages.yml
– economy
– points
– prefix system

Без перезапуска сервера.

# 🔐 Права

Плагин полностью совместим с **LuckPerms**.

### Основные группы
– `vaulteconomy.user`
– `vaulteconomy.moderator`
– `vaulteconomy.admin`

# ⚙ Конфигурация

Файлы:
– `config.yml`
– `pvp.yml`
– `filter.yml`
– `auction-messages.yml`

Большинство изменений применяется без рестарта.
# 🔐 Permissions — VaultEconomy

VaultEconomy использует **гибкую систему прав (permissions)**,
которая позволяет точно контролировать доступ игроков, модераторов
и администраторов ко всем функциям плагина.

Плагин полностью совместим с **LuckPerms**, **PermissionsEx** и аналогами.

## 👤 Player Permissions (Игрок)

### `vaulteconomy.user`
**Базовое право обычного игрока**

📌 Обычно выдаётся всем игрокам по умолчанию
📌 Включает основные команды выживания

Включает:
– телепорты
– дома
– варпы
– экономику
– аукцион
– базовые утилиты

### 💰 Экономика

#### `vaulteconomy.balance`
Позволяет смотреть баланс:
– `/bits`
– `/bal`
– `/money`

#### `vaulteconomy.baltop`
Позволяет смотреть топ игроков по деньгам:
– `/baltop`

### 🪙 Кастомные валюты (Points)

#### `vaulteconomy.point.use`
Позволяет:
– смотреть список валют
– передавать валюту другим игрокам

Команда:
– `/point`

## 🏠 Дома, варпы, спавн

#### `vaulteconomy.spawn`
Телепорт на серверный спавн:
– `/spawn`

#### `vaulteconomy.spawn.set`
Установка спавна сервера:
– `/setspawn`

(обычно только для админов)

#### `vaulteconomy.home`
Телепорт домой:
– `/home`

#### `vaulteconomy.sethome`
Установка дома:
– `/sethome`

#### `vaulteconomy.delhome`
Удаление дома:
– `/delhome`

#### `vaulteconomy.homelist`
Список всех домов игрока:
– `/homelist`

#### `vaulteconomy.warp`
Телепорт на публичные варпы:
– `/warp`

#### `vaulteconomy.warplist`
Просмотр списка варпов:
– `/warplist`

#### `vaulteconomy.setwarp`
Создание варпа:
– `/setwarp`

#### `vaulteconomy.delwarp`
Удаление варпа:
– `/delwarp`

#### `vaulteconomy.back`
Возврат на предыдущую точку:
– `/back`

(после смерти или телепорта)

## 🌍 Телепортация между игроками

#### `vaulteconomy.tp`
Мгновенный телепорт:
– `/tp`

(обычно для админов)

#### `vaulteconomy.tpa`
Отправка запроса на телепорт:
– `/tpa`

#### `vaulteconomy.tpahere`
Запрос телепорта игрока к себе:
– `/tpahere`

#### `vaulteconomy.tpaaccept`
Принять запрос телепорта:
– `/tpaaccept`

#### `vaulteconomy.tpadeny`
Отклонить запрос телепорта:
– `/tpadeny`

## 🧰 Утилиты

#### `vaulteconomy.craft`
Виртуальный верстак:
– `/craft`

#### `vaulteconomy.anvil`
Виртуальная наковальня:
– `/anvil`

#### `vaulteconomy.enderchest`
Открытие эндер-сундука:
– `/ec`

#### `vaulteconomy.repair`
Починка предмета в руке:
– `/repair`

## 🗨️ Чат и общение

#### `vaulteconomy.clearchat`
Очистка чата:
– `/clearchat`

#### `vaulteconomy.ignore`
Игнор сообщений игрока:
– `/ignore`

## 🛡️ Чат-фильтр (Модерация)

#### `vaulteconomy.filter.admin`
Полный доступ к фильтру чата:
– `/filter add`
– `/filter remove`
– `/filter list`
– `/filter toggle`

#### `vaulteconomy.filter.bypass`
Игрок **не проверяется фильтром**
(сообщения не блокируются)

## ⚔️ PvP

#### `vaulteconomy.pvp.command.bypass`
Позволяет использовать команды во время PvP

#### `vaulteconomy.pvp.bypass`
Полный bypass PvP-ограничений

## ❤️ Модерация

#### `vaulteconomy.heal`
Полное лечение:
– `/heal`

#### `vaulteconomy.feed`
Восстановление голода:
– `/feed`

#### `vaulteconomy.spawnmob`
Спавн мобов:
– `/sp`

## 👑 Админские команды

#### `vaulteconomy.fly`
Режим полёта:
– `/fly`

#### `vaulteconomy.god`
Бессмертие:
– `/god`

#### `vaulteconomy.gamemode`
Смена режима игры:
– `/gamemode`
– `/gm`

#### `vaulteconomy.prefix`
Управление префиксом:
– `/prefix`

#### `vaulteconomy.reload`
Полный перезапуск плагина:
– `/ve reload`

#### `vaulteconomy.admin`
🔥 **Полный доступ ко всем функциям VaultEconomy**

Обычно выдаётся:
– администраторам
– владельцу сервера

## 🛒 Аукцион

#### `vaulteconomy.auction`
Доступ к аукциону:
– `/ah`

#### `vaulteconomy.auction.sell`
Право выставлять предметы на аукцион

#### `auction.slot.group.<число>`
Количество слотов на аукционе

Примеры:
– `auction.slot.group.1` → 1 слот
– `auction.slot.group.5` → 5 слотов
– `auction.slot.group.100` → 100 слотов

## 🧪 Кастомные зелья

❗ **НЕ ТРЕБУЮТ permissions**

– Зелье Силы III — через крафт
– Зелье Силы IV — через наковальню
– Защита от дюпа встроена
– Подделка через /give невозможна

## ✅ Рекомендуемая настройка (LuckPerms)

“`bash
/lp group default permission set vaulteconomy.user true
/lp group default permission set vaulteconomy.auction true

/lp group vip permission set auction.slot.group.5 true

/lp group moderator permission set vaulteconomy.moderator true

/lp group admin permission set vaulteconomy.admin true

# 🚀 Производительность

– Без NMS
– Минимальная нагрузка
– Совместим с Paper
– Подходит для больших серверов

# 🔗 Ссылки

– GitHub: https://github.com/Pritfort340/VaultEconomy
– Discord: https://discord.gg/kDyVhPGfU
– Telegram: https://t.me/pdQQdYmjE45MjBk