VelocityChatClear
# Velocity Clear Chat
An extremely simple and lightweight plugin, designed to clear chat on the proxy side.
You are also able to clear on server swap, which may be useful to some users. Read the configuration for more info. Default configuration can be found here:
“`hocon
# Velocity Clear Chat Configuration
# This file contains settings for the chat clearing plugin.
# Modify these values as needed.
#
# If there is a message, you can set it to “” to disable it, you can use MiniMessage too.
# If velocity returns invalid information, this message will be displayed.
chat-clear-failed-message=”Failed to get server info”
# The message to send when the chat is cleared by an admin.
# You can use if you would like to display who cleared the chat.
chat-cleared-message=”Chat has been cleared by an admin”
# On player swap, should we clear the chat history?
clear-on-server-swap=true
# The message to display if “clear-on-server-swap” is enabled
clear-on-server-swap-message=””
# The permission an admin needs to clear the chat.
clear-permission=”lncvrt.velocityclearchat.clear”
# The number of lines the chat clearer will send.
lines=100
“`
**If you are wondering why this *velocity plugin* is not supported on BungeeCord/Waterfall, WaterFall is EOL and BungeeCord is obsolete. Velocity is the best server proxy solution out there at the moment.**
VaultUnlocked
# What is Vault Unlocked?
**Note this is a fork of the original Vault, see the Enhanced Functionality section for what this provides over the original Vault**
VaultUnlocked is a versatile API designed to streamline the integration of permissions, chat, and economy systems for plugins. It provides developers with a unified interface, eliminating the need to individually hook or depend on each plugin. This tool was created as a response to the shortcomings of existing APIs like Register and other Permissions systems, which often suffer from either a lack of necessary features or overly complex implementations. VaultUnlocked’s goal is to simplify the process, making it more intuitive for developers to support various systems seamlessly.
With its user-friendly approach, VaultUnlocked offers extensive support for different systems, allowing plugins to operate smoothly within diverse environments. The API’s design prioritizes simplicity and effectiveness, addressing the frustrations developers faced with previous solutions. By providing a cohesive and easy-to-use platform, VaultUnlocked enhances the functionality of plugins, ensuring that they can easily connect with permissions, chat, and economy systems without the need for cumbersome workarounds or dependencies.
If you’re wondering if the plugin you use supports the extended VaultUnlocked functionality, including multiple currencies, look for the VaultUnlocked badge on the plugin page! If you’re a developer and looking to have your project review to get the VaultUnlocked Economy badge, please open a ticket here: [Github Badge Review](https://github.com/TheNewEconomy/VaultUnlockedAPI/issues/new?assignees=creatorfromhell&labels=badge+review&projects=&template=request-badge-review.yml&title=%5BBADGE+REVIEW%5D%3A+).
Badge:
[](https://github.com/TheNewEconomy/VaultUnlockedAPI)
## Enhanced Functionality(What VaultUnlocked Provides that Vault doesn’t):
VaultUnlocked offers significant improvements over the existing plugin, particularly for those that implement the updated API. It brings a range of enhanced functionalities, making it a more powerful and flexible tool for developers.
### Why VaultUnlocked
Choosing VaultUnlocked over Vault offers a range of benefits that make it a superior choice for plugin developers and server administrators. VaultUnlocked builds upon the foundation of Vault but introduces enhanced features, such as multicurrency support, better compatibility with popular plugins, and the ability to work seamlessly with advanced server frameworks like Folia. Additionally, VaultUnlocked is actively developed, ensuring that it stays up-to-date with the latest advancements and provides more reliable, precise operations, especially in complex economic systems. This combination of modern features and ongoing support makes VaultUnlocked the more robust and future-proof option for managing permissions, chat, and economy systems in your server environment.
### Additional Functionality:
– **Multicurrency Support:** Allows for the management of multiple currencies within the same environment.
– **Active Development:** Ensures continuous improvements and updates to the API.
– **Folia Support:** Provides compatibility with the Folia server framework.
– **Better Compatibility:** Improved integration with plugins like Towny, enhancing overall performance.
– **UUID Support:** Facilitates the use of universally unique identifiers, thanks to contributions from LlmDl.
– **BigDecimal Support:** Enables precise and accurate currency calculations, also contributed by LlmDl.
### Multicurrency Support
VaultUnlocked introduces multicurrency support, allowing servers to manage and operate with multiple currencies simultaneously. This functionality is particularly useful in complex economic systems where different regions or factions might use different types of currency. By providing a seamless way to handle various currencies, VaultUnlocked ensures that economic transactions are both flexible and accurate, catering to diverse gameplay needs.
### Active Development
One of the key strengths of VaultUnlocked is its ongoing active development. The developers behind VaultUnlocked are committed to continuously improving and updating the API, ensuring it remains compatible with the latest plugins and server frameworks. This active development approach guarantees that users benefit from the latest features, bug fixes, and optimizations, keeping the API relevant and reliable in the ever-evolving landscape of Minecraft plugins.
### Folia Support
VaultUnlocked also provides compatibility with Folia, a server framework known for its enhanced performance and scalability. Folia support means that plugins using VaultUnlocked can fully leverage the advanced capabilities of this framework, resulting in smoother and more efficient server operations. This makes VaultUnlocked an ideal choice for servers that prioritize high performance and stability.
### Better Compatibility
Improved compatibility with popular plugins, such as Towny, is another standout feature of VaultUnlocked. By ensuring better integration with these plugins, VaultUnlocked enhances the overall performance and user experience. This compatibility means fewer conflicts and smoother interactions between different plugins, allowing server administrators to build more cohesive and stable server environments.
### UUID Support
VaultUnlocked includes support for Universally Unique Identifiers (UUIDs), thanks to contributions from LlmDl. UUID support is crucial for modern Minecraft servers, as it ensures that player data remains consistent and accurate, even when players change their usernames. This feature enhances the reliability of player identification across various systems within the server, reducing the risk of errors or data loss.
### BigDecimal Support
VaultUnlocked introduces BigDecimal support, also contributed by LlmDl. This feature allows for precise and accurate currency calculations, which is essential in servers with complex economies. By using BigDecimal, VaultUnlocked can handle large numbers and fractional values with high precision, ensuring that all financial transactions within the server are accurate and reliable.
## **License**
VaultUnlocked is licensed under the LGPLv3 License. You can find more [here](https://www.gnu.org/licenses/lgpl-3.0.en.html).
## Configurations/Permissions
**Config:**
* update-check
* turns the update checker on/off
**Permissions:**
* vault.admin
* Allows access to vault info, and conversion commands
* Defaults to OP
## API/Source
* VaultUnlocked Source: [https://github.com/TheNewEconomy/VaultUnlocked](https://github.com/TheNewEconomy/VaultUnlocked)
* VaultUnlocked API Source: [https://github.com/TheNewEconomy/VaultUnlockedAPI](https://github.com/TheNewEconomy/VaultUnlockedAPI)
## bStats Collection
VaultUnlocked utilizes bStats to collect various metrics similar to the original Vault plugin. These include:
* A unique identifier
* The server’s version of Java
* Whether the server is in offline or online mode
* Plugin’s version
* Server’s version
* OS version/name and architecture
* core count for the CPU
* number of players online
* Metrics version
* Which Chat, Economy, and Permission hook is currently being used
You may opt out of the bStats metrics collection by editing plugins/bstats/config.yml and changing opt-out to true.
**Linking VaultUnlocked**
For information on implementing VaultUnlocked please refer to: [https://github.com/TheNewEconomy/VaultUnlockedAPI](https://github.com/TheNewEconomy/VaultUnlockedAPI)
Vault Patcher
This is an library mod that requires players to customize content.
It allows players to use simple JSON syntax to change or overwrite hard coded text in other mods that helping translators with translation.
And you don’t need to worry about run time or performance loss. This mod uses ASM for efficient class replacement, and caching only be updated the replaced classes after the target mod is updated, so its impact on modern computers is not significant.
Version 1.4.2+, supports bytecode modification of mod code.
For writing file configurations and specific operating principles, please refer to [Wiki](https://github.com/3093FengMing/VaultPatcher/wiki).
If you encounter difficulties in writing configurations, please join our [Discord](https://discord.gg/MCMCJ9ynuy) or QQ(227323572).
Github: [VaultPatcher](https://github.com/3093FengMing/VaultPatcher)
Vault 2.0 economy plugins




What is Vault2.0?
Vault2.0 is an economy plugin that registers a Bukkit Economy service compatible with the Vault API, allowing other plugins (shops, ranks, etc.) to use money without depending on the original Vault.jar. It includes menus, pay/charge flows, loans, and safe configuration and message reloads
## ━━━━━━━━━━IMPORTANT━━━━━━━━━━
– Do NOT run this plugin alongside the original Vault.jar (same plugin name). Remove Vault.jar before starting
## ━━━━━━━━━━Features━━━━━━━━━━
– Internal economy with persistence (file storage; optional MySQL).
– /pay with GUI and per-player submenu (pay, charge, view balance, loans).
– Loans with GUI wizard (amounts via chat only).
– Defaulted effects configurable (slowness/fatigue, etc.) when a loan defaults.
– /vault main menu (Pay / Loan / Settings / Reload / Update).
– Safe reload: /vault reload updates config.yml and messages_*.yml without overwriting your values.
– Multi-language: en, es, fr, de, nl, pt, ru, zh_TW, hi.
## ━━━━━━━━━━ Installation ━━━━━━━━━━
Copy the .jar file to the plugins folder on your server. Start the server to generate the configuration.
– MySQL compatibility: compatibility with MySQL, allowing users to integrate and manage databases more efficiently.
## ━━━━━━━interactive menu━━━━━━━━
### 📃Submenu:
1:💲pay send money to a player
2:💲balance shows the player’s money
3:💲Charge sends an interactive message to the player with the designated amount (clicking on the message automatically sends the money without using commands).
## ━━━━━━━━Loan System━━━━━━━━
The loan system helps manage the game’s finances. Players can apply for loans, manage payments, and view their financial status.
### Request a Loan
To request a loan, open the menu with `/loan` or `/prestamo` and select **Request**. Specify the amount and, if there are installments, also the amount of each one.
### Money Delivery
Upon confirmation, the money is instantly deposited, and the loan is recorded as “active.”
### Automatic Collection
The system attempts to collect installments automatically. If there’s enough balance, it deducts from the balance.
### View Status
In the menu, the **Status** option shows the outstanding balance and the next payment date.
### Pay Manually
You can use the **Pay** option to pay part or all of the loan at any time.
### debt
If there’s not enough balance to collect, the loan goes into debt. This can cause negative effects until the debt is settled.
This system simplifies financial management in the game, offering control and dynamism.
Spoiler

“`
📜 Commands List:
| /vault -> open main menu
| /vault reload -> reload config + messages and add missing sections
| /vault update -> check updates
| /pay -> open player list GUI
| /loan | /prestamo -> open loan GUI
| /balance -> show your balance
| /eco give/take -> admin (OP)
“`
“`
🔐 Permissions:
| vault.balance (default: true) -> /balance
| vault.pay (default: true) -> /pay + GUI
| vault.loan (default: true) -> /loan /prestamo + loans
| vault.eco (default: op) -> /eco give / take
“`
VaroX

# VaroX – Professional Varo Management for Spigot/PaperMC
[](LICENSE)
[](https://github.com/FrostleafDev/VaroX/releases)
[](https://github.com/FrostleafDev/VaroX/commits/main)
—
## 1. Project Overview
VaroX is a dedicated Hardcore PvP plugin designed to fully manage the **Varo format (Vanilla Roleplay)** on Spigot and PaperMC servers.
The plugin provides administrators with a robust and secure toolset for managing teams, game states, and world borders, all while maintaining a minimal footprint and requiring **no external dependencies**.
## 2. Features
– Banned items + potions list
– Friendly fire option
– Custom tablist and Motd
– Game Phases
– Teams, Spawns and Team chests
– Multi local support: de, en, fr, es, ru
– Custom worldboarder with phases
### Example in game:

### Example in the multiplayer menu:

### More Features will come soon:
– Sessions
– Strikes
– Custom win stuff
– Spectator support in creative and spectator
– Admin mode with vanish, invsee etc
## 3. Compatibility and Installation
VaroX is compiled separately to provide stable support across multiple major Minecraft versions. Please download the specific JAR file corresponding to your server version from the [Releases page](https://github.com/FrostleafDev/VaroX/releases).
All versions do have the same features.
| Minecraft Version | Java Requirement | Tested On | Notes |
| :— | :— | :— | :— |
| **1.20.10** | Java 17+ | PaperMC / Spigot | Latest version, optimized for modern environments. |
| **1.16.5** | Java 8/11 | PaperMC / Spigot | Stable and commonly used modern version. |
| **1.12.2** | Java 8 | Spigot | Maintained for compatibility with older setups. |
| **1.8.8** | Java 8 | Spigot | Legacy support for the classic PvP engine. |
## 4. Essential Admin Commands
All administrative commands start with `/varo` (Alias: `/vr`) and require the permission `varox.admin`.
| Command | Category | Function |
| :— | :— | :— |
| `/varo start` | **State** | Initiates the countdown and starts the event. |
| `/varo end` | **State** | Immediately terminates the running Varo event (kicks all players). |
| `/varo team add ` | **Team** | Creates a new team with the specified player names. |
| `/varo team remove ` | **Team** | Deletes a team and all associated data. |
| `/varo team list` | **Team** | Lists all registered teams and their current status. |
| `/varo spawn set ` | **Setup** | Sets a team spawn point at the administrator’s current location. |
| `/varo reset` | **Maintenance** | Resets the plugin to its initial state, allowing a fresh start. |
| `/varo reload` | **Maintenance** | Reloads configuration and language files without restarting the server. |
## 5. Support and Contribution
For technical questions, bug reports, or feature suggestions, please use the following channels:
* **GitHub Issues:** [Open a new issue here](https://github.com/FrostleafDev/VaroX/issues)
* **Discord:** [jozelot.de/discord](https://jozelot.de/discord)
* **Website:** [jozelot.de](https://jozelot.de)
—
> VaroX is a project developed by Frostleaf (jozelot_).
Vanish-X
# Vanish-X
> **The ultimate premium-grade vanish system for modern Minecraft servers (1.8 – 26.1.2).**
Vanish-X is a surgically engineered invisibility and administrative suite. It moves beyond simple invisibility by providing packet-level suppression, state isolation, and a comprehensive investigative toolkit designed for high-performance servers.
—
## 🛠️ Performance & Requirements
– **Primary Requirement**: [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) (Required for **Silent Containers**, **Sound Suppression**, and **Packet-Level Invisibility**).
– **Supported Versions**: Minecraft 1.8 through the Latest Release.
– **Platform Support**: Paper, Spigot, Purpur, and Fork-variants.
—
## 🚀 Key Functions & Features
### 🛡️ Dual-Engine Stealth Logic
Vanish-X utilizes two distinct logic engines tailored for different staff requirements, ensuring you have the right tools for every situation:
1. **Normal Engine (Lite Mode)**:
* **Purpose**: Everyday moderation and peaceful observation.
* **Behavior**: Provides 100% invisibility and tablist hiding while preserving the player’s current inventory, game mode, and location.
* **Advantage**: Lowest overhead; allows moderators to transition in and out of invisibility without disrupting their survival experience.
2. **Advanced Engine (Surgical Mode)**:
* **Purpose**: Deep investigative operations and high-threat administration.
* **Behavior**: Upon activation, it performs a **Surgical State Wipe**. It backs up the player’s survival inventory and state into a secure cache, then deploys an optimized “Investigation Profile.”
* **Features**: Forced Creative Mode, Flight, God-Mode, and automated distribution of administrative tools.
* **Recovery**: When unvanished, the player’s original survival state (Inventory, HP, Food, XP) is perfectly restored.
### 💨 Silent Engine Shift
The unique **Silent Shift** technology allows administrators to transition between Normal and Advanced engines in real-time. If a staff member is already vanished, shifting engines occurs silently in the background. The plugin migrates your inventory and capabilities instantly without any visual flicker, world sounds, or broadcasted join/leave messages.
### 📦 Surgical Packet Interception (**Requires ProtocolLib**)
Vanish-X bypasses standard Minecraft logic by directly manipulating packets to ensure absolute stealth:
– **Silent Containers**: Open any chest, barrel, or shulker box without triggering block animations (opening lids) or sound effects for nearby players. Even the “View inventories” action is completely silent to the world.
– **Investigation Ghost**: Automatically suppresses entity sounds (footsteps), block-breaking particles, and item-drop animations for vanished staff. Obsrvers will see and hear absolutely nothing.
– **Visual Desynchronization**: Prevents vanished players from appearing in common detection tools (Scoreboards, Tablist, and custom plugin lists).
### 🛠️ Strategic Investigative Toolkit
– **Staff Duty Mode**: A toggleable state that applies a pre-configured administrative profile and distributes customizable interaction tools.
– **Live Following**: Target a player to “link” to them, automatically staying within a specific radius to observe their behavior closely.
– **Surgical Interaction Locking**: In Advanced mode, staff are blocked from taking items or modifying blocks in “View-Only” containers (Ender Chests, Player Inventories) to prevent accidental world corruption during inspections.
—
## 💻 Commands
All features are centralized under the `/vanish` command.
| Command | Description | Permission |
|———|————-|————|
| `/vanish` | Toggle your invisibility state | `vanish.use` |
| `/vanish setting` | Open the paged GUI control panel | `vanish.gui` |
| `/vanish mode` | Shift between Advanced and Normal engines | `vanish.mode` |
| `/vanish info` | View product details, version | `vanish.use` |
| `/vanish staff` | Activate automated Staff Duty Mode | `vanish.staff` |
| `/vanish global` | Sync vanish state across the whole network | `vanish.global` |
| `/vanish fakeleave` | Broadcast a fake leave and enter vanish | `vanish.use` |
| `/vanish fakejoin` | Broadcast a fake join and quit vanish | `vanish.use` |
| `/vanish reload` | Reload all configurations and messages | `vanish.admin` |
**Master Alias:** `/v`, `/vx`
—
## 🤝 Support
Found a bug or have a suggestion? Join our support community:
[**Discord Server**](https://discord.gg/krcaTEK5VD)
—
## 👨💻 Developer
Developed with ❤️ by **UNTILGAMER (UG88)**.
Vanilla Texturepack Guide
# 🎨 Minecraft Texture Pack – Template Repository
Welcome to the **Minecraft Texture Pack Guide Template**!
This repository provides the **base structure and example layout** for creating your own texture pack. It is **not** a full guide(but you can find one on plugihub.de), but a starting point to organize, explore and customize your files more easily.
—
## 📁 What You Get Here
– A clean folder structure as commonly used by Minecraft texture packs
– Example file placements to help understand where each texture belongs
– A workspace designed for learning, experimenting and creating your own style
—
## 🔍 Finding Textures Efficiently
Not sure where a specific texture is located?
You can easily search within the pack using:
### 🔎 Local Search
Use your editor’s or file browser’s **search function** to look up file names or keywords.
### 🌐 Online Search via PluginHub
On **pluginhub.de**, you also have access to a search system that helps you find almost any Minecraft texture location.
This allows you to quickly identify where textures are stored and how they are named.
—
## 📘 Need a Full Step-by-Step Guide?
This repository *does not* contain a full tutorial.
A **complete detailed instructions and creation guide** can be found on:
➡️ **pluginhub.de**
There you will learn everything from texture editing to packaging and exporting.
Need help?
– Feel free to ask on our Discord.
—
## 🎯 Purpose of This Repo
| Feature | Included |
|——–|:——–:|
| Template & Folder Structure | ✔️ |
| Full step-by-step tutorial | pluginhub.de |
| Search guidance & resource links | ✔️ |
| Ready-to-use texture pack | ⚠ Basis with Vanilla Textures |
—
## 👍 Contribution
Feel free to expand, customize and build your own texture style using this structure.
Pull requests improving organization or clarity are welcome.
—
### Have fun creating!
Your texture pack journey starts here. 🎨🔥
Vanilla Watering Cans
## Vanilla Watering Cans

As we created the assets for our [Watering Cans Mod](https://modrinth.com/mod/dew-drop-watering-cans) we decided it’d be fun to spin it off into a resource pack so you can use the same watering cans and have a fun immersive cottage core experience in any version you’ll ever play!
The resource pack replaces the bucket and water bucket with a 3D-modeled watering can, making it the perfect companion for your gardening, and great for use with mods like [Sturdy Farmland](https://modrinth.com/project/sturdy-farmland).
The pack also has an optional CIT component! So you can change the texture of your watering can to use them as decor, with invisible item frames, armor stands, or even wear ’em on your head if you want to!
Simply rename a bucket to ` Watering Can`, a full list can be seen in the `renames.txt` included in the pack, or by using a mod like [RP Renames](https://modrinth.com/mod/rp-renames) or [Better Anvil](https://modrinth.com/mod/better-anvil).
*Inspired by [Additional Additions](https://modrinth.com/mod/addadd)*
*Check out [Overgrown Flowery GUI](https://modrinth.com/resourcepack/overgrown-flowery-gui), it’s used in the showcase images!*
## Project Links
[](https://modrinth.com/user/coolbot100s) [](https://www.curseforge.com/members/coolbot100s/projects) [](https://mmcreviews.com/owner/coolbot100s/) [](https://www.planetminecraft.com/collection/146032/all-garden-gals-content/) [](https://discord.gg/qxRVkGDjdJ) [](https://github.com/coolbot100s/Dew-Drop-Watering-Cans) [](https://github.com/sponsors/coolbot100s) [](https://modrinth.com/collection/1jZQOrlw)
VSS|原版风平滑剑
A vanilla-style smooth sword, achieved by modifying the model, which causes almost no additional performance overhead.
**Vanilla Style**: The number of elements in the sword model is reduced to a minimum. Theoretically, this significant reduction in the number of model elements can also slightly boost the frame rate.
**_Flash Style_**: Compared to the Vanilla Style, it adds glowing outlines when enchanted—experience the flowing light!It can still display PBR effects in a light and shadow environment!
All versions feature 16x textures, identical to the vanilla game.
Additionally, this resource pack fixes the asymmetrical crosshair position in the vanilla game, and reduces the field of view obstruction when the player wears carved pumpkins to 15% of the vanilla intensity.
一款原版风格的平滑剑,通过修改模型实现,几乎不产生额外的性能消耗。
**香草风格**:剑模型的元素数精简至极少。理论上由于极大地减少了模型的元素数,也能微小地提高帧率。
**_灵动风格_**:相较于香草风格增加了附魔时的发光描边,感受流动的光线!在光影环境下还能呈现出PBR效果!
所有版本的纹理都是16x的,和原版一样。
此外,本资源包还修复了原版不对称的准星位置,并将玩家穿戴雕刻南瓜下的视野遮蔽修改为原版强度的15%。
Vanilla Seed Bags
## Vanilla Seed Bags
Retexture various crops and seeds for a more aesthetic, and less messy inventory.
Put those seeds in a pouch where they belong!
Supported Mods
– [Farmer’s Delight](https://modrinth.com/project/R2OftAxM)
This pack was made for the [Dew Drop](https://modrinth.com/collection/1jZQOrlw) project, if you’re here you probably like farming so you should check it out!

[](https://modrinth.com/user/coolbot100s)
[](https://www.curseforge.com/members/coolbot100s/projects)
[](https://mmcreviews.com/owner/coolbot100s/)
[](https://www.planetminecraft.com/collection/146032/all-garden-gals-content/)
[](https://discord.gg/qxRVkGDjdJ)
[](https://github.com/sponsors/coolbot100s)
[](https://modrinth.com/collection/1jZQOrlw)