zzzZombie World

# Zombie World Horde

Zombie World Horde is a small gameplay-focused mod designed to be used alongside a zombie apocalypse–style modpack.

This mod modifies hostile mob behavior in the Overworld to create a more consistent and immersive zombie survival experience.

## Features
– Prevents non-zombie hostile mobs from spawning in the Overworld
– Spawns zombies in organized groups or hordes
– Allows configuration of minimum and maximum horde sizes using the `/zwhorde` command

This mod is intended to support a specific playstyle and enhance the overall experience of survival-based gameplay.

## Important Notes
This mod is still a work in progress. There are known issues that I have not been able to fully resolve yet and plan to address in future updates.

### Known Issues
– ~~In some cases, hostile mobs may appear as “ghost” entities. These entities are removed server-side, but the client may fail to immediately recognize their removal.~~
**Update:** All reported bugs have been fixed.

## Feedback
Feedback and bug reports are always welcome. The mod will continue to be improved over time as issues are identified and resolved.

Zyvera WelcomeMessage

# ZyveraWelcomeMessage

**Greet your players with stunning gradient messages, fireworks, and sounds—all fully controllable via a single config.**

![Welcome Message Screenshot](https://i.ibb.co/sp90jdKW/232311.png)
*↑ Gradient welcome message in chat*

## ✨ Features

– 🎨 **Color gradients** — Supports all MiniMessage gradients (``)
– 🌍 **Global message** for all players upon joining
– 👤 **Individual messages** per player (name or UUID)
– 🥇 **First-Join Message** — automatically detects new players
– 🎆 **Fireworks Effects** — type, colors, number, and delay configurable
– 🔊 **Sound Effects** — for the player themselves or everyone online
– ⚡ **Folia-compatible**
– 🔄 `/zwm reload` — no server restart required

## 🚀 Installation

1. Copy the JAR file to the `/plugins/` folder
2. Start the server
3. Customize `plugins/ZyveraWelcomeMessage/config.yml`
4. Run `/zwm reload` in-game

## ⚙️ Configuration (Example)

“`yaml
global:
join-message:
text: “✦ Welcome, {player}! ✦”
fireworks:
enabled: true
type: BALL_LARGE
colors: [“#a855f7”, “#6366f1”]
sound:
enabled: true
sound: “ENTITY_PLAYER_LEVELUP”
“`

Placeholders: `{player}` · `{displayname}` · `{world}` · `{uuid}`

All colors in hex format (`#rrggbb`). MiniMessage reference: [docs.advntr.dev](https://docs.advntr.dev/minimessage/format.html)

## 🔧 Commands & Permissions

| Command | Description |
|——–|————-|
| `/zwm reload` | Reload config |
| `/zwm preview [global|first-join|playername]` | Preview message |
| `/zwm version` | Plugin info |

| Permission | Default |
|———- -|———|
| `zyvera.welcomemessage.admin` | OP |
| `zyvera.welcomemessage.bypass` | false |

## 🖥️ Compatibility

| Platform | Status |
|———|——–|
| Paper 1.16+ | ✅ |
| Folia | ✅ |
| Purpur | ✅ |
| Spigot 1.16+ | ⚠️ Limited |

*Made by Thomas & Zyvera-Systems · [zyvera-systems.dev](https://zyvera-systems.dev)*

Translated with DeepL.com (free version)

ZyrenAuth

# ZyrenAuth – Secure Minecraft Authentication Plugin

**ZyrenAuth** is a modern, robust, and privacy-focused authentication plugin for Minecraft 1.21.1+ servers, developed by [_Pheonix](https://pheonix.is-a.dev). It delivers strong account protection and a seamless, intuitive login experience for Paper (Spigot-compatible) environments.

🔗 **[Official Modrinth Page (updates & downloads)](https://modrinth.com/plugin/zyrenauth/versions)**
🔗 **[Official Website & Online Config Generator](https://zyrenauth.wuaze.com/)**

## ✨ Key Features

– **Mandatory Reverse Word Captcha on Join**
Every player must solve a reverse word captcha before login/registration. Fully configurable expiry/attempts and safe void teleport during the challenge.

– **Dedicated 2FA Setup GUI**
`/za 2fa setup` opens an in-game GUI to display your 2FA secret key and QR code URI, making authenticator setup seamless.

– **Focused Authentication Teleportation**
After solving captcha, players are teleported to a safe void (`0.5, 0.0, 0.5`) for `/login` or `/register`—no world interaction until auth is done.

– **Comprehensive Player State Management**
Original location, inventory, gamemode, health, food, experience, and potion effects are saved at auth start and reliably restored after success.

– **Asynchronous Modrinth Update Checker**
Plugin checks for the latest release version on startup and notifies server owners in the console if an update is available.

– **Dynamic On-Screen Prompts**
Clear, persistent titles and subtitles for `/register` and `/login` guide users through the process.

– **Optional 2FA (Google Authenticator)**
Players can enable/disable 2FA; required for their own logins once enabled.

– **Smart Player Authentication**
– **Online-Mode Servers:** Automatically registers/logs in legitimate Minecraft accounts, with auto-username update.
– **Offline-Mode/Alternative Auth:** Registered players are auto-logged in; new players must register for account protection.

– **Secure Logins**
BCrypt password hashing and robust username validation.

– **Flexible Storage**
MySQL/MariaDB for scalable persistence. Robust encrypted file-based fallback.

– **Optional Email Features**
Supports email confirmation and password reset (requires MySQL+SMTP).

– **Improved Command Interface**
`/za` (alias: `/zyrenauthadmin`) for all admin, status, reload, migrate, delete, and 2FA subcommands.

– **Streamlined File Management**
All plugin files are organized under `plugins/config/zyrenauth/` for a clean server directory.

## 🚀 Supported Platforms

– **Paper** (and all compatible forks) 1.21.1+
_Place ZyrenAuth `.jar` in your `plugins/` folder._

## ⚡ Quick Start

1. **Download** the latest version from [Modrinth](https://modrinth.com/plugin/zyrenauth/versions).
2. Put the `.jar` in your server’s `plugins/` folder.
3. Start and stop the server to generate `config.json`.
4. **Easily configure** `config.json` using our [Online Config Generator](https://zyrenauth.wuaze.com/).
5. Restart the server and you’re done!

## ⚙️ Key Configuration Options

– Captcha: `captchaEnabled`, `captchaExpiryMinutes`, `maxCaptchaAttempts`
– Password: `minPasswordLength`, `requireDigit`, `requireLowercase`, `requireUppercase`, `requireSpecialChar`
– MySQL: `mysqlEnabled`, `mysqlHost`, `mysqlDatabase`, etc.
– Email/SMTP: `emailFeaturesEnabled`, `smtpHost`, etc.
– See all options at [zyrenauth.wuaze.com](https://zyrenauth.wuaze.com/).

## 📜 Commands

– `/register ` – Register a new account.
– `/login ` – Log into your account.
– `/captcha ` – Solve the reverse word captcha.
– `/addemail ` – Link an email.
– `/emailconfirm ` – Confirm your email.
– `/resetpassword` – Request a password reset.
– `/resetconfirm ` – Confirm password reset.
– `/za help` – Plugin help.
– `/za status` – Plugin status (OP only).
– `/za reload` – Reload config (OP only).
– `/za migrate ` – Migration (OP only).
– `/za delete [confirm]` – Delete account (OP only).
– `/za 2fa setup|confirm |disable |status` – Manage 2FA.

---

## 🤝 Support & License

- **Issues/Source:** [https://github.com/Hardik-Verma/ZyrenAuth](https://github.com/Hardik-Verma/ZyrenAuth)
- **License:** MIT
- **By [_Pheonix](https://pheonix.is-a.dev) – Website & app developer**

---

Thank you for choosing ZyrenAuth!

ZyPass

Unlike typical password plugins, this system goes a step further by tracking both a player’s unique ID and their IP address.

When a player joins and successfully enters the password, their ID and IP are stored as a trusted combination. On future joins from the same IP, they won’t need to re-enter the password, making the experience seamless for regular players. All trusted players are saved to the config file, so you can manually remove an IP and user ID if needed to force a password re-entry- just remember to restart the server after making any manual changes.

However, if that same account logs in from a different IP- whether it’s the player on a new network or someone attempting unauthorized access- the plugin will require the password again. Since the IP doesn’t match the trusted record, bypass is not allowed.

This approach improves security while still keeping things convenient for trusted users. No repeated logins for regulars, but strong protection against potential intruders.

Setup Instructions:

1. Download the plugin and place it in your server’s plugins folder.
2. Restart your server.
3. Open the generated ZyPass folder and edit the config file:
Keep the quotation marks.
Enter your password in the first set of quotes.
Enter your hint in the second set of quotes.
Do not modify anything else- the plugin will automatically manage additional data as players authenticate.
Players only need to type the password itself (not the quotation marks).
4. Save your changes and restart the server again.
5. Join the server, wait for the on-screen instructions (displayed above the hotbar), and enter your password in chat.

Additional Notes:

Password messages are not fully sent in chat, so other players cannot see what you entered.
Your password remains private unless you choose to share it.

ZyloLotto

# ZyloLotto – GUI-Based Lottery System for Minecraft 1.21
**Note:** This version supports **multiple languages**. Currently, **German (`de_DE`)** and **English (`en_US`)** are available.
Set your preferred language in `config.yml`. Additional languages will be added in future updates.

ZyloLotto brings a complete, easy-to-use lottery system to your server.
Players can buy tickets, watch live drawings, and enjoy massive winnings.

Everything is fully GUI-based – no complicated commands required.

## Features

### Ticket System
– Players buy tickets directly through a GUI – each ticket is a randomly generated 5-digit code.
– All tickets are saved automatically and increase the jackpot.

### Jackpot & Economy System
– Fully Vault-compatible, including automatic payout handling.
– The jackpot grows with every ticket purchased or via optional autofill.

### Animated Drawing
– Winning numbers are displayed through a multi-stage animation with sound effects.

### Intelligent Winner Detection
– Automatically detects 2 to 5 correct numbers in the correct positions.
– Winnings are distributed based on configurable percentage values.

### Drawing & Winner History
– Clean GUIs show past draws, winners, dates, and payout amounts.
– All data is stored permanently.

### Player Ticket Overview
– Players can browse their tickets in a paginated GUI.
– Admins can view or delete tickets directly.

### Admin Menu
– Complete lottery management through a dedicated admin menu.
– Change jackpot, ticket price, delete winners or draws, modify autofill, enable/disable rollback, and more.

### Automatic Drawing
– Optional auto-draw that starts a drawing at regular intervals.
– Interval can be set live via chat.

### Test Drawing
– Admins can run a test draw with any 5-digit number.
– Perfect for testing or events.

### SQLite Database
– No setup required – `lotto.db` is created automatically.
– The plugin handles saving tickets, drawings, winners, and jackpot values on its own.

## Commands

| Command | Description |
|——————|———————————————-|
| `/lotto` | Opens the main lottery GUI |
| `/lottodraw` | Starts a regular lottery drawing |
| `/lottotest <12345>` | Starts a test drawing with fixed numbers |

## LuckPerms Permissions

| Permission | Description | Default |
|———————|—————————————————————|———|
| `zylolotto.admin` | Access to the full admin menu and all admin functions | `op` |
| `zylolotto.draw` | Allows executing the official lottery draw (`/lottodraw`) | `op` |
| `zylolotto.test` | Allows executing test drawings (`/lottotest`) | `op` |
| *(no permission)* | Opens the lottery menu via `/lotto` | `everyone` |

## Required Plugins

– **Vault (1.7.3)** – For economy integration
*(SpigotMC: Vault Plugin)*
– **LuckPerms** – For permissions management
*(Modrinth: LuckPerms)*

ZX HomeSystem

ZX HomeSystem – Advanced Minecraft Home Management Plugin
Transform your Minecraft server with the most feature-rich home system available!

ZX HomeSystem is a premium home management plugin developed by ZX Studio that provides players with an exceptional teleportation and home management experience. With its intuitive command system and stunning visual interface, players can easily set, manage, and teleport to multiple homes across your server.

Key Features:
🏠 Advanced Home Management

Set multiple named homes with /zxhome set
Delete, rename, and list your homes effortlessly
Public/private home sharing system for player interaction
Permission-based home limits for different rank tiers
⚡ Premium Teleportation System

Configurable teleport delays with movement cancellation
Customizable cooldowns to prevent abuse
Safe teleport location checking for player security
Cross-world teleportation support with sound effects
Particle effects for immersive teleport experience
🎮 Stunning User Interface

Beautiful GUI interface for home management
Full tab completion for all commands
Colorful, formatted chat messages with custom prefixes
Action bar notifications during teleport countdown
Professional ASCII art branding
🛡️ Server Administration Tools

Flexible configuration system with rank-based limits
Economy integration for teleport and home setting costs
World restrictions for home placement control
Automatic data saving with configurable intervals
Detailed logging for server monitoring
Admin reload command for configuration changes
Commands:
/zxhome help – Comprehensive help menu
/zxhome set – Set a new home location
/zxhome go – Teleport to your home
/zxhome del – Remove a home
/zxhome list – View all your homes
/zxhome gui – Open the home management GUI
/zxhome rename – Rename existing homes
/zxhome share – Share homes with friends
/zxhome public – Make homes publicly accessible
/zxhome near – Find your nearest home
/zxhome reload – Reload configuration (Admin only)
Perfect For:
Survival servers wanting enhanced player convenience
Creative servers with multiple world setups
Minigame servers needing quick teleport solutions
Any Minecraft server looking to improve player retention
Built with performance and scalability in mind, ZX HomeSystem seamlessly integrates with your existing server setup while providing the premium features your players demand.

Developed with ❤️ by ZX Studio – Creating exceptional Minecraft experiences

Zulu’s Simple Recipes

**Zulu’s Simple Recipes** allows you to create the following recipes!

### 8 Logs = 4 Chest
### 2 Logs = 16 Stick
### 3 Gravel = 1 Flint

More recipes will be added in the future.

You Can Join [Discord](https://discord.gg/5uC3MHpMwb) For Your Questions And Suggestions!

You Can Join My [Patreon](https://www.patreon.com/staciaexpert) To Support The Project!

Need A Server To Play With Friends?
Click [Here](https://bisecthosting.com/stacia) And Use Code “stacia” for %25 Off!

![BH Partnership](https://www.bisecthosting.com/partners/custom-banners/78a3b2f0-6ef8-41ac-9cf0-f60c3cb2eb04.png)

ZTab

# ztab

`ztab` is a Paper plugin that improves the TAB list experience with animated header and footer text, custom player list formatting, and built-in placeholders that work without PlaceholderAPI.

It is designed for server owners who want a cleaner and more dynamic player list without adding a large dependency stack. You can configure how players appear in the TAB list, add rank-based prefixes and suffixes, and show useful live information such as player name, world, online count, max slots, ping, TPS, and coordinates.

The plugin includes built-in placeholders like `%player%`, `%world%`, `%online%`, `%max%`, `%ping%`, `%tps%`, `%x%`, `%y%`, `%z%`, `%prefix%`, and `%suffix%`, which makes it easy to build styled TAB layouts directly from config. This keeps setup simpler for servers that want a customizable TAB system but do not want to rely on PlaceholderAPI for basic formatting features.

`ztab` also supports animated header and footer frames, so the TAB list can feel more active and polished instead of static. It is intended to be lightweight, practical, and easy to configure for modern Paper servers.
![Banner image](https://cdn.modrinth.com/data/cached_images/a4f94a8656b137f092cc5fc66cc337239f437502.png)
If needed, `ztab` can optionally work alongside [zSupportExtender](https://modrinth.com/plugin/zsupportextender) for broader compatibility workflows. This is optional, and the plugin can still run on its own normally.

This project is built for Paper `1.19+` and focuses on simple setup, useful placeholders, and better TAB presentation for real servers.

zSupportExtender

## 🚀 zSupportExtender

**zSupportExtender** is a lightweight compatibility layer designed for Paper servers, enabling plugins to run smoothly across multiple Minecraft versions without requiring updates or modifications.

### 🛒 Buy Here

**zSupportExtender+++** https://discord.gg/4xZB53Bwd4

### ✨ What it does

zSupportExtender helps bridge differences between Minecraft versions by providing a stable runtime environment for plugins. It reduces version-related issues and improves compatibility from **Paper 1.19 up to 26.1.2**.

### ⚙️ Features

* Cross-version compatibility support (1.19 → 1.21.1)
* No external dependencies required
* Lightweight and optimized for performance
* Safe fallback handling for API differences
* Clean startup with no warnings or unnecessary logs

### 📦 Supported Platforms

* ✔ Paper 1.19
* ✔ Paper 1.20 / 1.20.x
* ✔ Paper 1.21 / 1.21.1
* ✔ Paper 26.1.2

### 🛠 Use Case

This plugin is ideal for server owners who want to:

* Run older plugins on newer versions
* Maintain compatibility without constant updates
* Reduce breakage caused by API changes

### ⚠️ Important Notes

* This plugin does not modify other plugins directly
* Compatibility depends on how plugins are built ( some may still break (well it?) )
* Designed to improve compatibility, not guarantee it in all cases

### 📄 Installation

1. Download the latest version
2. Place the `.jar` file into your `/plugins` folder
3. Restart your server

### 👨‍💻 Developer Info

* Built using stable Paper APIs
* Designed with forward compatibility in mind
* No configuration required (plug & play)

**zSupportExtender** focuses on simplicity, performance, and practical compatibility for modern Paper servers.

ZStaffChatPro

![zstaffchatlogo](https://cdn.modrinth.com/data/cached_images/52f60bff9fa24e7e55a279b13b0767269a93926d.webp)

*The most advanced staff communication plugin for Minecraft networks.*

**[Wiki & Documentation](https://docs.zenyxdev.org)** | **[Bridge Addon](https://modrinth.com/plugin/zstaffchatpro-bridge-(addon))** | **[Discord](https://discord.com/invite/ZGd6Mvacuf)**

## What is ZStaffChatPro?

ZStaffChatPro is a powerful and lightweight staff chat plugin designed for Minecraft server networks. It allows your staff team to communicate privately across multiple servers using fully customizable chat channels.

Whether you run a small survival server or a large network with dozens of backends, ZStaffChatPro provides everything your staff needs — private channels, playtime tracking, AFK detection, Discord integration, and much more.

The plugin works on **Spigot**, **Paper**, **Folia**, **BungeeCord**, and **Velocity**, supporting Minecraft **1.8.x — 1.21.x** and **26.1.1**.

## Features

### Unlimited Custom Channels

Create as many staff chat channels as you need — Staff, Admin, Builder, Helper, or anything you can think of. Each channel is fully independent with its own:

– Display name and color prefix
– Permission node
– Command and aliases (e.g. `/sc`, `/ac`, `/bchat`)
– Chat prefix shortcut (e.g. type `!hello` in chat to send “hello” to the Staff channel)
– Message format with full placeholder support
– Priority system for staff list ordering

Want just one channel? Keep only “staff” in the config and you’re done.

### Cross-Network Support

Full BungeeCord and Velocity proxy support. Staff can chat across all backend servers seamlessly.

– See which server each staff member is on
– Track server switches in the activity log
– Disable staff chat on specific servers (e.g. lobby, minigames)
– Custom server display names via aliases (e.g. `hub-01` shows as `Hub`)
– Bridge addon for accurate AFK detection and signed chat support on backends

### Discord Integration

Connect your staff chat to Discord with two available modes:

**Webhook Mode** — Simple one-way setup (Minecraft -> Discord). Just paste a webhook URL and you’re done. Each channel can have its own Discord channel. Supports rich embeds with customizable colors, authors, and footers.

**Bot Mode** — Full two-way integration (Minecraft <-> Discord). Staff can send messages from Discord directly into the in-game staff chat. Supports role-based permissions, custom bot status, and rich embeds.

Both modes include an **Activity Log** that sends staff joins, leaves, server switches, vanish, and AFK events to Discord — with per-event embed colors.

### Staff List

View all online staff members with `/stafflist`. Three display modes available:

**Default** — Compact, one line per channel:
“`
Staff (2): player1, player2
“`

**Grouped** — One player per line:
“`
Staff (2)
player1
player2
“`

**Server** — Grouped by backend server (proxy only):
“`
Staff (3)
Hub (1)
player1
Survival (2)
player2
player3
“`

Player format is fully customizable — show LuckPerms prefix, server name, or any combination.

### Staff Management

**Playtime Tracking** — Track how long each staff member spends online. View daily, weekly, and total playtime with AFK breakdown using `/stafftime`.

**AFK Detection** — Automatically marks inactive staff as AFK after a configurable timeout. AFK status is shown in the staff list and reported in the activity log. Staff can also manually toggle AFK with `/staffafk`.

**Spy Mode** — Allows authorized staff to see messages from all channels, even ones they don’t have permission for. Toggle with `/staffspy`.

**Toggle Mode** — Use `/sc` without a message to toggle auto-redirect. When enabled, all your regular chat messages are automatically sent to that staff channel.

**Activity Log** — Track staff activity directly in the staff chat channel:
– Player joins and leaves
– Server switches (with previous and current server)
– Vanish on/off
– AFK on/off

No extra permission needed — works for any player with access to a channel.

### Integrations

**LuckPerms** — Automatic support for prefix, suffix, group, and rank placeholders. Use `{luckperms_prefix}`, `{luckperms_rank}`, etc. in any message format. Full hex color support including `&#RRGGBB` format.

**PremiumVanish / SuperVanish** — Vanished players are shown with a [Vanished] tag in the staff list and vanish events are tracked in the activity log. Cross-server sync via Bridge addon.

**Chat Filter** — Built-in word filter with two modes: censor (replace with obfuscated text or custom string) or block (prevent the message entirely). Supports word lists and regex patterns.

### Customization

Everything is configurable. Clean config files with detailed comments for every option.

– Full hex color support (`{#FF5555}text`)
– Gradient support (`{#FF0000>>#0000FF}text{/}`)
– 20+ placeholders across all formats
– Multi-line message support
– Customizable help, about, and staff list output
– Auto-backup and regeneration when config version changes

## Quick Start

1. Drop the plugin JAR into your server’s `plugins/` folder
2. For proxy setups: install on the proxy + [Bridge addon](https://modrinth.com/plugin/zstaffchatpro-bridge-(addon)) on each backend server
3. Start the server — default channels work out of the box
4. Customize channels, formats, and features in `config.yml`

For detailed setup guides, all configuration options, and troubleshooting visit the **[Wiki](https://docs.zenyxdev.org)**.

## Commands

| Command | Description |
|———|————-|
| `/sc ` | Send a message to the Staff channel |
| `/ac ` | Send a message to the Admin channel |
| `/stafflist` | View all online staff members |
| `/staffspy` | Toggle spy mode (see all channels) |
| `/stafftime [player]` | View playtime statistics |
| `/staffafk` | Toggle AFK status |
| `/zscp reload` | Reload all configuration files |
| `/zscp about` | Show plugin info and status |

Full command list, permissions, and placeholders available on the [Wiki](https://docs.zenyxdev.org).

## Supported Platforms

| Platform | Versions |
|———-|———-|
| Spigot / Paper | 1.8.x — 1.21.x and 26.1.1 |
| Folia | 1.19.4+ |
| BungeeCord / Waterfall | All versions |
| Velocity | 3.0+ |

Need help? Visit the **[Wiki](https://docs.zenyxdev.org)** or join our **[Discord](https://discord.com/invite/ZGd6Mvacuf)**.