Silk Spawner
# RU
Данный плагин позволяет добывать спавнера любыми кирками с шелковым касанием, сохраняя моба внутри. Вы так же можете менять текст спавнера в конфиге
# EN
This plugin allows you to mine the spawner with any silk touch pickaxe while keeping the mob inside. You can also change the spawner text in the config
ElytraSwap
# EN
This plugin will allow you to use the mechanics for elytra from new versions. What is often missing on 1.16.5 servers for crystal pvp, or something else
# RU
Данный плагин позволит вам использовать механику для элитр с новых версий. То, чего часто не хватает на 1.16.5 серверах для кристал пвп, или чего-то ещё
Zero Inventory Problems – ZIP Backpacks
# Zero Inventory Problems – ZIP Backpacks
Zero Inventory Problems is a plugin for Spigot based Minecraft Servers that adds backpacks to store there overfully inventorys.
### Features
* Plug & Play
* Highly configurable config
* Support for Spigot based servers 1.19.* (only tested on spigot)
### Requirements
– Java 17 or higher
– Spigot and (probably) any other fork of Spigot (1.19.* or higher)
### Installation
2. Download [Zero Inventory Problems](https://www.curseforge.com/minecraft/bukkit-plugins/zero-inventory-problems/files)
3. Put both in your *plugins* directory
4. Start your server and [configure](https://github.com/Imprex-Development/zero-inventory-problems/wiki/Config) Zero Inventory Problems to your liking
Still having trouble getting Zero Inventory Problems to run check out our [common issues](https://github.com/Imprex-Development/zero-inventory-problems/wiki/Common-Issues).
AntiXRay
# 🛡️ zepAntiXRay — Hide Ores from X-Ray Cheaters
**Anti XRay** protects your server from players using X-Ray resource packs or hacked clients to locate ores. Ores are hidden **server-side** and only revealed when a player is close enough or has direct line of sight.
—
## ✨ Features
– **Hides ores server-side** — Diamond, Emerald, Gold, Iron, Redstone, Lapis, Ancient Debris and more
– **No client mod required** — works completely server-side
– **Lightweight** — minimal performance impact on your server
– **Simple & focused** — does exactly one thing, and does it well
—
## ⚙️ How it works
Ore blocks are **replaced with stone** in the chunk data before being sent to the client. They are only revealed when a player is **close enough**, preventing any X-Ray cheater from spotting them at a distance.
—
## 📋 Requirements
| | |
|—|—|
| **Minecraft** | 1.7.x-1.21.x |
| **Server Software** | Paper, Purpur, Folia, Bukkit, Spigot |
| **Java** | 21+ |
| **ProtocolLib** | Please use the Newst Version |
—
## ⚠️ Limitations
> This plugin is focused **solely on hiding ores**. It does not include any additional anti-cheat features beyond X-Ray protection.
ZenRTP
# ZenRTP
A lightweight random teleport plugin for **Paper** servers. Pick a ring around a center point, find a safe surface, and teleport players there—with cooldowns, costs, optional per-world rules, and messages you can edit.
**Requirements:** Paper **1.21.x** (API `1.21`), **Java 21**.
ZenRTP is built for Paper servers; Spigot-only servers are not supported.
—
## Features
– **Random location** in a configurable distance band from `center-x` / `center-z`, with per-world overrides.
– **Safety checks:** configurable “unsafe” blocks (lava, fire, cactus, etc.), air at feet/head, solid ground, and Y bounds (`min-y` / `max-y`).
– **Sky visibility (Overworld only):** optional clear column to build height. **Nether and End ignore this**—there is no sky there.
– **Teleport delay** with a **chat countdown** (e.g. 3, 2, 1); movement can cancel the pending RTP if enabled.
– **Cooldowns**, optional **daily limits**, and **costs** (hunger, XP, money via Vault).
– **World blacklist / whitelist**, **spawn avoidance**, **avoid nearby players**, **chunk preloading** around the destination.
– **Titles and sounds** (configurable); **messages** in `messages.yml` (MiniMessage or legacy `&` codes).
—
## Installation
1. Download the latest ZenRTP jar file from the “Versions” page.
2. Place it in your server’s `plugins` folder.
3. Start or restart the server.
4. Edit `plugins/ZenRTP/config.yml` and `plugins/ZenRTP/messages.yml` as needed, then run **`/zenrtp reload`** (or restart).
—
## Commands
| Command | Description |
| ———————— | ———————————————————————– |
| `/rtp` | Random teleport in the **world you are currently in**. |
| `/rtp ` | Random teleport in the named world (you must be allowed in that world). |
| `/rtpo ` | Teleport **another player** in their current world. |
| `/rtpo ` | Teleport another player to a random spot in the given world. |
| `/zenrtp reload` | Reload `config.yml` and `messages.yml`. |
—
## Permissions
| Permission | Default | Purpose |
| ———————— | ———– | ————————————————————————————————————————— |
| `zenrtp.use` | `true` | Use `/rtp`. |
| `zenrtp.rtp.` | _(not set)_ | Allow RTP **into** the world named `` (e.g. `zenrtp.rtp.world_nether`). Grant per world via your permissions plugin. |
| `zenrtp.others` | `op` | Use `/rtpo`. |
| `zenrtp.admin` | `op` | Use `/zenrtp reload`. |
| `zenrtp.bypass.cooldown` | `op` | Ignore cooldown. |
| `zenrtp.bypass.cost` | `op` | Ignore hunger/XP/money costs (unless `require-costs` is `true` in config). |
| `zenrtp.bypass.daily` | `op` | Ignore the daily RTP limit. |
If a player lacks `zenrtp.rtp.` for a world, they cannot RTP there, even if `/rtp` is allowed.
—
## Optional plugins
| Plugin | Role |
| —————— | ———————————————————————————– |
| Vault | Money cost (`currency-cost`) when configured. |
| **PlaceholderAPI** | Present if you use placeholders elsewhere; ZenRTP does not require it for core RTP. |
—
## Configuration (overview)
Main file: **`plugins/ZenRTP/config.yml`**.
– **Distance & area:** `min-distance`, `max-distance`, `center-x`, `center-z`.
– **Height:** `min-y`, `max-y` (per-world under `per-world-settings` if needed).
– **Safety:** `safe-location-check`, `unsafe-blocks` (Bukkit material names), `require-sky-visibility` _(Overworld only)_.
– **Worlds:** `world-blacklist`, `world-whitelist` (empty whitelist = all worlds except blacklist).
– **Flow:** `teleport-delay`, `cancel-on-move`, `max-attempts`, `preload-chunks`, `preload-radius`.
– **Spawn / players:** `spawn-radius`, `avoid-near-players`, `avoid-player-radius`.
– **Limits & costs:** `cooldown`, `daily-limit`, `hunger-cost`, `xp-cost`, `currency-cost`, `require-costs`.
– **Feedback:** `enable-sounds`, title timings, effect durations, `log-teleports`.
All options are documented with comments in the default `config.yml` shipped with the jar.
—
## Messages
Edit **`plugins/ZenRTP/messages.yml`** to change chat text, prefixes, and placeholders. After a reload, changes apply without a full restart.
—
## Building from source
“`bash
git clone https://github.com/maybeizen/zenrtp.git
cd ZenRTP
./gradlew shadowJar
“`
The plugin jar is produced under `build/libs/` (name includes the version from `plugin.yml`).
ZenPings
# ZenPings
**ZenPings** is a lightweight, no-nonsense Minecraft plugin for Paper servers that brings clean, customizable ping notifications to your chat.
Mention players with `@Username` to grab their attention in the chaos of multiplayer chats — complete with sound alerts, highlight effects, and action bar messages. Stay noticed, stay organized, without the clutter.
—
## ✨ Features
– 🔔 **Ping Alerts** – Mention players using `@Username` to play a sound and highlight their name.
– 🎛️ **Toggle Support** – Players can easily enable or disable pings using `/ping` or `/ping on/off`.
– ⏱️ **Anti-Spam Cooldown** – Prevent ping spam with a fully configurable cooldown timer.
– 🚀 **Ultra Optimized** – Built in **Kotlin**, with performance as a core focus.
– 📦 **Paper-Only** – Designed specifically for modern **Paper servers** for best compatibility and speed.
—
## 📜 Commands
| Command | Description |
|———————|————————————–|
| `/ping` | Toggle ping alerts on/off |
| `/ping on` / `off` | Explicitly enable/disable pings |
| `/ping reload` | Reload plugin configuration (admin) |
—
## 🔐 Permissions
| Permission | Description |
|————————|——————————————-|
| `zenpings.toggle` | Allows use of `/ping` |
| `zenpings.reload` | Allows use of `/ping reload` |
| `zenpings.color.vip` | Grants **gold-colored** pings |
| `zenpings.color.default` | Grants **aqua/gray/custom** ping colors |
—
## ⚙️ Configuration (`config.yml`)
“`yaml
replacement-text: “@%player%”
sound: BLOCK_NOTE_BLOCK_PLING
volume: 1.0
pitch: 0.8
prefix: “@”
cooldown-seconds: 5
action-bar-message: “%player% mentioned you!”
“`
## 📬 Support
Need help or have a feature suggestion?
– 💬 Join the **ZenPings Discord**: [Click Here](https://discord.gg/HFP5v3rZAA)
– 🛠️ Open an issue on [GitHub](https://github.com/luvtoxic/ZenPings/issues)
We’re here to help!
—
## 🧾 License
**ZenPings** is licensed under a **non-commercial license**.
You are free to:
– ✅ Use it on public or private servers
– ✅ Modify the source code for personal or public use
– ✅ Share modified versions **with credit**
You may not:
– ❌ Sell this plugin or its modified versions
– ❌ Include it in paid products, bundles, or setups
Read the full terms in [`LICENSE`](https://github.com/luvtoxic/ZenPings?tab=License-1-ov-file).
—
## 🧑💻 Credits
> Built with ☕ and ❤️ by [luvtoxic](https://github.com/luvtoxic)
—
ZenithHome
# 🏠 ZenithHome v1.0 — Initial Release
## ✨ Features
– Set, delete & teleport to personal homes
– Interactive GUI to view all homes (`/homes`)
– Fully configurable messages with & color codes
– Unlimited custom rank support via config.yml
– Per-player YAML storage (no database needed)
– In-memory caching for zero-lag performance
### 📋 Commands
– `/sethome ` — Save a home
– `/delhome ` — Delete a home
– `/home ` — Teleport to a home
– `/homes` — Open the homes GUI
## 🔐 Permissions
– `zenithhome.limit.` — Custom rank-based home limits
– Default: 2 homes, fully configurable
### 📌 Requirements
– Java 17+
– Spigot / Paper 1.20+
#
ZelLib
# ZelLib v1.0.0
### 📦 What is ZelLib?
ZelLib is a lightweight utility library for Minecraft plugins that provides common functionality to reduce code duplication across projects. This library is designed to be used as a dependency by other ZelPlugins by macronis.
### 🔍 IP Tracker System
Thread-safe multi-account detection system for tracking player IP addresses.
**Plugins Work With This Library**
– AntiAfkFarm v1.0.0
_ **I DONT RECOMMEND DEVELOPING PLUGIN WITH THIS LIB , ONLY SUPPORT ZELPLUGINS**
_
Zed Anti IP
**Zed AntiIP – Ultimate IP Protection for Your Server**
Keep your server safe and secure with Zed AntiIP, the lightweight yet powerful plugin designed to block malicious IPs, prevent unauthorized access, and protect your players. With real-time detection and easy configuration, you can focus on growing your community without worrying about hackers or spam.
**Key Features:**
Automatic blocking of blacklisted IPs
Real-time monitoring of connection attempts
Customizable block messages and notifications
Lightweight, efficient, and easy to configure
Supports all major Minecraft server versions
Zed AFK
The **Zed AFK Plugin** for Minecraft can automatically detect when a player has been idle for a certain amount of **time** (e.g., 20 to 30 seconds) and then marks them as **AFK** (Away From Keyboard).