ZPython

# 🐍 ZPython

**ZPython** is a combination of a **Minecraft plugin** (Paper/Spigot 1.20.1) and a **web panel** for managing Python projects on your Minecraft server.

🧩 The plugin handles **starting and stopping scripts**.
🌐 The panel provides **easy management of projects, files, logs, and access controls**.


[![Web Panel](https://img.shields.io/badge/Open-Web%20Panel-blue?style=for-the-badge&logo=flask)](https://zpython.zdev.website/)
[![Discord](https://img.shields.io/badge/Join-Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/53HpgxpzrX)

## ✨ Key Features of the Plugin

– 🚀 **Start and stop projects**
Launch Python scripts from the web panel with unified logic.

– ⌨️ **Management commands:**
/zpython projects — list projects
/zpython create — create a project
/zpython run — start a project
/zpython stop — stop the current project
/zpython status [] — get project status

– 🌍 **Localization:** RU/EN (set in `config.yml`)

– ⚡ **Server optimization:** the `optimizeMode` disables unnecessary game features and can restrict player access.

– 🤫 **Silent synchronization:** update files and projects without cluttering the console.

– 🛠 **Compatibility:** Paper 1.20.1

## 🖥 Web Panel Features

– 📦 **Project management**
Create/delete, upload files, configure dependencies, start/stop projects.

– 📊 **Real-time status**

– 🔑 **Discord authorization**

– 🌐 **Bilingual panel:** RU/EN + translated tooltips.

## 💡 Why use ZPython?

– ⚙ **Fast deployment of Python projects**.
– 💤 **Minimal load** and “silent” mode.
– 🌏 **Multilingual support**.

ZoomerLibrary

# ZoomerLibrary

LibZoomer **unofficial architectury port**.

A library that allows other mods to create zooms and custom spyglasses easily.

## Usage

**WARNING:** This API is still not finished and breaking changes may happen until a 1.0.0 release happens!

ZoomerLibrary provides zooming through zoom instances, which contains three sub-instances: transition modes, mouse modifiers and zoom overlays. A zoom instance can be created with different subinstances, which can be either provided by the library or implemented by the mod itself. In order to a zoom instance to be functional, it must be registered by the ZoomRegistry. In order to make the instance zoom in, the instance’s zoom state must be set to true, which can be done using the `setZoom` method, the vice-versa can be done by setting it to false.

ZonePractice Pro Duels

# ZonePractice Pro The Ultimate Minecraft PvP Duels Plugin

Elevate your Minecraft server with ZonePractice Pro, the most advanced practice / duels and matchmaking plugin available. Designed for high performance and total customizability, ZonePractice Pro delivers a next generation PvP experience. Players can unlock custom armor trims, shield patterns, and unique death effects. Navigate lobbies in style using wind charges, tridents, elytras, or spears.

## Key Features of ZonePractice Pro

### ⚔️ Modern PvP Ladder Types
+ TnT Sumo, MLGRush, Crystals, Cart, BedWars, Bridges, SkyWars, Fireball Fight, BattleRush
+ Sumo, Boxing, PearlFight, Spleef, Build, Basic

### ⚡ Asynchronous Arena System
+ High performance asynchronous arena copying for build modes
+ Highly configurable basic and build type arenas
+ Player hiding functionality for non build arenas
+ Unlimited concurrent matches in non build arenas

### 🛡️ Custom Player Kit System
+ Create custom kits inspired by popular PvP servers
+ Up to 4 personalized kits per player with extra items
+ Intuitive GUI for players to create and manage loadouts

### 🏆 Automated Server Events
+ Host engaging events easily including Brackets, Juggernaut, LMS, OITC, Splegg, Sumo, and TNT Tag

### ⚖️ Advanced Matchmaking and Queues
+ Unranked queues based on player divisions
+ Ranked queues powered by accurate ELO matchmaking
+ Clean two category page queue selector GUI

### 📊 Player Statistics and Divisions
+ Track Experience points, Wins, Kills, Deaths, and Streaks
+ Set minimum division requirements for ranked play
+ Beautiful GUI and Hologram leaderboards

### 👥 FFA and Party System
+ Dedicated FFA arenas featuring multiple ladders and independent stats
+ Robust Party System offering 6 distinct settings
+ Support for FFA, Split party games, and Party versus Party matches

### ⚙️ Premium Match Features
+ Fully customizable sidebar and below name health bars for every ladder
+ Exp bar cooldowns for Ender pearls, Arrows, and Golden Apples
+ Built in staff mode and advanced spectator mode
+ Duel rematch items, Nametag systems, and Round selectors

### 🚀 Unmatched Performance and Customizability
+ Incredible server performance with simple installation
+ Complete customizability utilizing version controlled config files
+ Comprehensive setup GUI for server administrators
+ Developer API included for custom integrations
+ MiniMessage chat formatting and PlaceholderAPI support
+ Custom death messages and sound effects
+ Seamless multiple world support to run alongside other minigames
+ Custom inventory items for a unique feel

## Important Installation Requirement

To guarantee high performance packet handling, ZonePractice Pro requires the PacketEvents API. Please ensure you install the latest release on your server before starting.

[Download PacketEvents Here](https://github.com/retrooper/packetevents/releases)

## Community and Support

[Join our Discord Community](https://discord.gg/xZy34zbnxe)

## Plugin Screenshots

ZonePractice Pro Gameplay Screenshot 1
ZonePractice Pro Gameplay Screenshot 2
ZonePractice Pro Gameplay Screenshot 3
ZonePractice Pro Gameplay Screenshot 4
ZonePractice Pro Gameplay Screenshot 5
ZonePractice Pro Gameplay Screenshot 6
ZonePractice Pro Gameplay Screenshot 7

Zombies Utils Core

This library provides utilities for modding Hypixel Zombies on newer versions of Minecraft.

It is W.I.P. and will ideally provide all the functionality for Zombies, except for any HUDs / configs.

The primary HUD mod utilizing this library is [Zombies Utils v2.0.0+](https://modrinth.com/mod/zombies-utils).

Zine

Zine is a “Little Library” mod made to suit my (EightSidedSquare) modding needs. You may use it for your own projects but please do consider this entire library mod unstable as changes are likely.

Registration
  • RegistryHelper class with helper methods for all registries
  • RegistryQueue class for queueing the registration of values
Data Generation
  • Particle Texture data provider
  • Sound List data provider (made before Fabric API implemented a sould provider itself, I consider this one to be less verbose)
Data
  • DataHelper class for reading and writing to data and byte buffers for mutable objects
  • RegistryCodecGroup class for grouping together relevant codecs for a dynamic registry
Advancements
  • Modify Advancement event
  • VanillaAdvancementModifications helper class for simple modifications to vanilla advancements (i.e. adding a food item as a requirement for the “Balanced Diet” advancement)
Animations
  • Extra interpolations derived from Geckolib
Sprite Atlases
  • Generator sprite atlas source for generating noise and gradient textures
  • Remap sprite atlas source for mapping multiple textures together given a base texture
  • Connected textures atlas source for stitching 5 textures into all connected texture permutations
  • Modify sources atlas source event
  • AtlasSourceUtil class
  • PalettedPermutationsAtlasSource extensions for modifying its values
Models
  • ModelsEvents.ADD_UNBAKED event for creating unbaked models on resource pack load
  • ItemModelEvents.BEFORE_BAKE event for modifying item models before baking (similar to the Fabric API implemtation, except this can resolve references to models)
  • ItemModelEvents.ADD_UNBAKED event for creating unbaked item models on resource pack load
  • Extensions for all vanilla unbaked item models for modifying their values
  • Connected and tessellating block model types
  • Custom variants, custom multipart, and direct block model definition creators
  • BlockModelDefinitions helper class
  • BlockModelParts helper class
  • BlockStateModels helper class
Misc
  • Client armor trim registry to add trim materials and patterns in a compatibility-safe manner
  • Noise-based spawn condition
  • Extensions for many predicates to modify their values
  • Extensions for advancement criterions to modify their values
  • Extensions for many structure-related classes to modify their values
  • Extensions for item settings to simply component additions
  • AlternativeCodec for codecs with multiple possible encodings
  • CodecUtil class
  • Modify Translations callback
  • Modify block sound group callback

zHead

[![MineStrator Code](https://cdn.modrinth.com/data/cached_images/715b4a8ffa9ed90dacb64c4847174bf651889809_0.webp)](https://minestrator.com/a/GROUPEZ)
zHead is a swift and intuitive plugin enabling you to access thousands of custom Minecraft skulls with distinctive designs. This user-friendly skulls plugin opens the door to creative design possibilities, significantly improving your builds’ quality and offering creative liberty to both you and your players.

Should you seek additional methods to make your builds stand out with ease, zHead is the perfect solution!

Credit: [https://minecraft-heads.com/](https://minecraft-heads.com/)

## Commands:
– **/zhead** (aliases: /head, /zhd) – `zhead.use` – Display commands
– **/zhead reload** – `zhead.reload` – Reload configuration files
– **/zhead info** – `zhead.info` – Get head information
– **/zhead give [] []** – `zhead.give` – Give a head
– **/zhead search ** – `zhead.search` – Search heads
– **/zhead random [] []** – `zhead.random` – Give a random head
– **/playerhead ** – `zhead.player.head` – Give a player’s head

## Inventory Permissions:
– `zhead.miscellaneous`
– `zhead.plants`
– `zhead.monsters`
– `zhead.humanoid`
– `zhead.humans`
– `zhead.food.drinks`
– `zhead.decoration`
– `zhead.blocks`
– `zhead.animals`
– `zhead.alphabet`
– `zhead.refresh`

## Placeholders:
– **%zhead_count%** – Displays the total number of heads
– **%zhead_count_format%** – Displays the total number of heads with a format
– **%zhead_category_count_%** – Displays the total number of heads for a category
– **%zhead_category_count_format_%** – Displays the total number of heads for a category with a format

**API**: [https://github.com/Maxlego08/zHead?tab=readme-ov-file#api](https://github.com/Maxlego08/zHead?tab=readme-ov-file#api)

[![bStats](https://bstats.org/signatures/bukkit/zHead.svg)](https://bstats.org/plugin/bukkit/zHead/21364)

## We would like to extend our heartfelt thanks to [Minecraft-Heads.com](https://minecraft-heads.com/) for providing their API, which has been an invaluable source of all the data used in our project.

ZeroCore

**FAQ:**
– Can I use ZeroCore as an external dependency of my mod? Yes. Drop on discord if you have any question on how to use it
– Fabric ? Yes, I’m working on it. No ETA yet but it’s coming
– Up-to-date versions are available on [CurseForge](https://www.curseforge.com/minecraft/mc-mods/zerocore)

# ZeroCore

**ZeroCore is a mod intended for other mod authors**

It contains code to handle the basic mechanics of the game and Forge, including:

– handlers to process network messages on the correct thread

– new GUI system

– a base TileEntity implementation that simplifiy data syncronization between server and remote clients, updates and GUI handling

– helper classes and blockstate properties to handle connected textures

– standard configuration handler with built-in support for in-game configs changes

– standard ore generator and re-generation

– much more

It’s also the home of a revised multiblock API that support multiple client mods without performance penalities

 

## MAVEN

ZC is available on my maven rep: https://maven.zerono.it/

 

## PLAY ALONG WITH YOUR FRIENDS OR STREAM YOUR GAMEPLAY

I’ve partnered with BisectHosting!

If you’re interested in hosting a server to play with Extreme Reactors and other mods or mods pack along with your friends, or in a robust server to play in while you stream your gameplay on You Tube or Twitch, click the image below!

[![code: zero](https://zerono.it/curse/code_hosting2.png)](https://bisecthosting.com/zero)

BisectHosting offers quick, simple to use and high quality server hosting with over a dozen locations available across the world, ensuring low latency for you and your friends. I use one of their server myself to test Extreme Reactors and play Minacraft along with my friends.

They’ve got greath support to help you choose the best server for your mod pack, be that an existing pack or one that you put together yourself. After your purchase, the server is already configured and ready to use.

Remember to use the code “zero” to get 25% off your first month as a new client for any of their gaming servers. Enjoy!

 

## CONTACTS

Since many of you have asked, I’ve opened a Discord server. Ask questions about my mods, share your Reactors designs and report issues. You can also find me on the Minecraft Forge discord server or the Direwolf20 one. Happy chat.

 

## MODPACKS AND LET’S PLAYs AND OTHER PERMISSIONS

You can add Zero Core to your mod pack or use them in your let’s play / live streams to your heart content, no need to ask for my permission: you got it.

If you like, post a comment here or on the main forum thread to let’s us know what fun stuff you are doing with the mods so we can all share in the fun. 

 

No one is authorized to repost my mods, or any part of them, on any other website then the ones I post them to (see below). If you wish, you can link to this page from your website to let your users download the mod.

 

## A NOTE ON SAFETY

We release our mods only on CurseForge, Modrinth or the FTB launcher and their respective websites:

If you found our mods on another website be sure that they do not come from us and we cannot guarantee that you are downloading something safe to use and that will work on your version of Minecraft. To keep things short: do not download those files and always use the CurseForge, Modrinth or the FTB launcher or their respective websites

 

## TUTORIALS

A tutorial about the Multiblock API is available here: 

http://zerono.it/zerocore-multiblock-api-tutorial/

It’s not up-to-date but still relevant.

 

Zenith Attributes Renewed

# Zenith Attributes Renewed

**Zenith Attributes Renewed** is an active, maintained fork of [Zenith Attributes](https://modrinth.com/mod/zenith-attributes), the Fabric port of [Apothic Attributes](https://www.curseforge.com/minecraft/mc-mods/apothic-attributes).

This mod serves as a core dependency for **Zenith Renewed**, but it also works perfectly as a standalone mod.

### ✨ Features
* **Detailed Attribute GUI:** Adds a new, highly detailed interface to the player’s inventory that displays every single active attribute and stat.

* **Combat & Armor Overhaul:** Completely reworks how armor, armor toughness, and protection calculations function, scaling better and feeling closer to a traditional RPG experience.

* **Potion Tooltips:** Replaces vague vanilla potion descriptions with custom, easy-to-read tooltips that clearly show exactly what effects and attribute modifiers are being applied.

* **Attribute Formatting:** Overhauls how attributes are formatted in item tooltips, making the information clear for the player.

### 📦 Dependencies
* **[Fabric API](https://modrinth.com/mod/fabric-api)**
* **[FakerLib](https://modrinth.com/mod/fakerlib)**

### 🤝 Credits

* **TheWinABagel:** Previous developer and creator of the original Fabric port.
* **Shadows_of_Fire:** Creator and developer of the original Forge mod.
* **Faellynna:** Original art and textures.

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**
_

zCombat

**Author:** veltronthegoat

A lightweight and efficient **combat logging prevention plugin** designed for **Paper 1.21.11** servers.

This plugin ensures fair PvP by placing players into combat only when they **directly hit another player**, preventing abuse through unintended triggers like ender pearls or team interactions. Combat duration is fully configurable and displayed in real-time via the action bar for a clean user experience.

While in combat, players are restricted from using commands, eliminating escape exploits. If a player logs out during combat, they are instantly killed, their inventory is dropped at their location, and a lightning effect marks the spot. The opponent is immediately released from combat to maintain smooth gameplay flow.

The plugin also integrates with **BetterTeams**, ensuring that teammates cannot trigger combat with each other.

Built to be minimal, optimized, and free from unnecessary spam, this plugin is ideal for SMP and PvP-focused servers looking for a reliable and clean combat system.