Zshoopy Mod

**IF YOU ARE USING THE LASTEST BETA YOU WILL NEED THIS**
[Curios API](https://www.curseforge.com/minecraft/mc-mods/curios)

What You can Expected from the Zshoopy Mod

In this mod you will be able to explore, the great world of Zshoopy, and Zshoopy Biome, with great and new powerful weapons, such as, XFirecookins AXE, NonLethals Sword, Zshoopys Wand, The Atrocity, and Parples Ax, To Craft these weapons you will need new ores such as, Parpleit, Zshoopy Ore, Silver, NonLethal Ore, and Blood Stone, Will all these weapons your unstoppable!

New Entity’s will roam around your world such as, Zshoopy DAGOAT, Xfirecookin, and Enthozic, if you can defeat them they will drop their weapon BESIDES Zshoopy DAGOAT, he will drop the most POWERFUL CHESTPLATE EVER.


Zs Red Wings

![Red Wings](https://cdn.modrinth.com/data/cached_images/ede6a58ba58e4c8aeb09ea6dabaf96f5ca7ae9fe_0.webp)

The Red Wings Elytra texture pack redesigns the Elytra with bold red wings, giving flight a powerful and striking visual style. The wings feature clean detailing and smooth shading, making them stand out while remaining clear and balanced during gameplay.

Designed to fit seamlessly with Minecraft’s vanilla aesthetic, this Elytra texture enhances exploration, PvP movement, and creative builds without affecting performance. Perfect for players who want a stylish, eye-catching look while flying.

Features

Custom red-wing Elytra design

Clean textures with smooth shading

Highly visible and stylish during flight

Vanilla-friendly and immersive look

Performance-friendly and lightweight

Suitable for survival, PvP, and multiplayer servers

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

ZPvPToggle

# ZPvPToggle

A lightweight Minecraft plugin that allows players to toggle their PvP status on and off. Players can only engage in PvP when both parties have PvP enabled.

![ZPvPToggle](https://img.shields.io/badge/Minecraft-PvP%20Toggle-red)
![API Version](https://img.shields.io/badge/API-1.21-blue)
![Folia Support](https://img.shields.io/badge/Folia-Supported-green)

## Features

– **Toggle PvP**: Players can enable or disable their PvP status
– **Visual Indicators**: Customizable particle rings show which players have PvP enabled
– **Cooldowns:** Configurable cooldown for toggling PvP after a player enters PvP combat.
– **Custom Indicators:** Players can choose their own indicators. Access to indicators is permission-based.
– **Admin Controls**: Staff can toggle PvP for other players
– **Fully Customizable**: All messages and particle effects can be configured
– **Folia Support**: Works with Folia server software
– **Permissions-Based**: Granular permission system for different commands

## Commands

| Command | Description | Permission |
|———|————-|————|
| `/pvp` | Toggle your PvP status | zpvptoggle.user |
| `/pvp toggle` | Toggle your PvP status | zpvptoggle.user |
| `/pvp on` | Enable your PvP status | zpvptoggle.user |
| `/pvp off` | Disable your PvP status | zpvptoggle.user |
| `/pvp hide` | Hide PvP particle indicators | zpvptoggle.user |
| `/pvp show` | Show PvP particle indicators | zpvptoggle.user |
| `/pvp indicator ` | Change your PvP indicator | zpvptoggle.indicator. |
| `/pvp help` | Display the help message | zpvptoggle.user |
| `/pvp reload` | Reload plugin configuration | zpvptoggle.admin |
| `/pvp ` | Toggle PvP for another player | zpvptoggle.admin |
| `/pvp bypass ` | Toggle PvP Bypass status for you or another player | zpvptoggle.admin |

## Permissions

| Permission | Description | Default |
|————|————-|———|
| `zpvptoggle.user` | Allows players to toggle their own PvP status | true |
| `zpvptoggle.indicator.` | Give access to specific indicators. | multiple |
| `zpvptoggle.admin` | Allows staff to toggle PvP status for other players | op |

## Configuration

### config.yml
“`yaml
# Whether to disable PvP when a player dies
disable-pvp-on-death: true
# Whether to show a warning message when a player first toggles PvP
warning-message-enabled: true
# Whether to apply pvp-toggle protections to pets of players too
protect-pets: true
# Duration of the cooldown for players toggling pvp or since their last pvp interaction
pvp-cooldown: 10.0

particle-indicator:
# Interval in ticks to show the ring of particles. 20 ticks = 1 second.
interval-ticks: 60
# Maximum distance (in blocks) at which players can see PvP indicators.
max-view-distance: 32
# The default indicator to use (must match one of the keys in the indicators section)
default-indicator: default
# Define multiple particle ring indicators
indicators:
# Default ring – red circle around feet
default:
type: REDSTONE
points: 32
random-particle-positions: false
radius: 0.8
y-offset: 0.1
interval: 5
random-offset-vertical: 0.0
random-offset-horizontal: 0.0
speed: 0.01
color: RED
dust-size: 1.0
“`

## Compatibility

– Paper 1.21+
– Folia-compatible
– Java 21+

## Dependencies

– [MCKotlin](https://modrinth.com/plugin/mckotlin)

## Installation

1. Download the latest version of ZPvPToggle from [Modrinth](https://modrinth.com/plugin/zpvptoggle/versions).
2. Download MCKotlin from [Modrinth](https://modrinth.com/plugin/mckotlin)
3. Place the downloaded `.jar` files into your server’s `plugins/` folder.
4. Restart your server.
5. Configure the plugin to your liking by editing the `.yml` files in the `plugins/ZPvPtoggle/` folder.

ZOZVY 7K [zozcat 16x]

**zozvy’s 7,000 subscriber milestone mash pack**

Official 7,000 Subscriber Pack For zozvy

![texture pack](https://cdn.modrinth.com/data/cached_images/28959e7b26ada681864be37f0fcecd443b4c0aa2_0.webp)

*A cat themed texture pack inspired by Rivera 16x, made by [IlyCryptic](https://www.youtube.com/@ilycryptic) for [zozvy](https://www.youtube.com/@zozvy)’s 7,000 subscriber milestone*

**16x pack for maximized performance**

Please Support Me :3

[![Support me on Ko-Fi](https://i.imgur.com/L4p64M3.png)](https://www.ko-fi.com/zozvy) [![Chat with us on Discord](https://i.imgur.com/wDaZKde.png)](https://discord.telly.lol) [![Check us out on YouTube](https://i.imgur.com/U1M0rGC.png)](https://www.youtube.com/@zozvy?sub_confirmation=1)

Screenshot Of A Bedwars FFA Map

![Preview Screenshot 1](https://cdn.modrinth.com/data/cached_images/215dbfb2b6a66634418addc2da7c95f962150b9e.png)

Screenshot Of A Bedwars Island

![Preview Screenshot 2](https://cdn.modrinth.com/data/cached_images/e352e486720b3049096895405e910df413378c25.png)

Screenshot Of A Parkour Course

![Preview Screenshot 3](https://cdn.modrinth.com/data/cached_images/705aacf4fec12aec2368218236b552436be070a8.png)

This pack would not exist without your guys’ support, thank you so much! <3 --- [Permission Of Use:](https://imgbox.com/gallery/edit/zcB4UTHQSc/MjjhP9PBVFnSf0d5 )

zOverlay

# A clean Overlay designed to increase overall visibility.

## Features

**Item Models**
– Small Food
– Small Totem
– Small Shield

**Block Textures**
– Low Fire
– Clear Water

**Environment Textures**
– Clean Sun/Moon
– Clear Snow/Rain

**Misc Textures**
– White Enchanting Glint
– No Nauseablur
– No Pumpkinblur
– No Vignette

**Particles Textures**
– No Enchanted Hit Particle
– No Sweep Hit Particle
– No Explosion Particle
– No Damage Particle

****

Join my [**Discord**](https://discord.gg/4GKytn9RRb) for Updates and Feedback!

ZorroAbility

# ZorroAbilites

This Plugin was originaly made for my minecraft server **zorrosmp.de** since we decided not to use it I am publishing it.
ZorroAbilies is a Minecraft Paper plugin that adds abilities that can be used with a totem of undying in the off hand the plugin is completely server side and does not need any modifications client side its also bedrock (geysermc) compatible meaning it can be used by every player ! **This plugins adds following abilities:**

“`
– Fireball (Launch a small explosive fireball.)

– Ninja (Teleport behind your target.)

– Thunder (Strike lightning on your target.)

– Grapple (Pull yourself forward quickly.)

– Freeze (Freeze your target briefly.)

– SmokeBomb (Temporary invisibility + speed.)

– Dash (Dash forward instantly.)

– Shield (Temporary resistance + absorption.)

– Heal (Instantly heal yourself.)

– Pull (Pull your target towards you.)

– Explosive Arrows (Shoot an explosive arrow.)

– Position Switcher (Swap position with your target.)

– Leap (Leap forward powerfully.)

– Blink (Teleport forward instantly.)
“`

Here is the full config.yml

“`
# ======================================
# ZorroAbility Configuration
# ======================================

prefix: “&8[&x&f&f&b&f&0&0✦&8] &x&f&f&9&a&0&0ZorroAbility &8» &7”

# ======================================
# Economy Settings
# ======================================

economy:
provider: “zorro”
# Available providers:
# zorro
# vault
# coinsengine

coinsengine-currency: “foxshards”
vault-currency-name: “money”

# ======================================
# GUI Settings
# ======================================

gui:
abilities_title: “&c⚔ &fPvP Abilities”
size: 54

# ======================================
# Active Ability Settings
# ======================================

active_abilities:
switch_cooldown: 20
activation: “SWAP_HANDS”
required_item: “NONE”

# ======================================
# Totem System
# ======================================

totem_system:
enabled: true
required_item: “TOTEM_OF_UNDYING”
max_lives: 5
show_actionbar: true
actionbar_message: “&6Totem &8▪ &c❤ {lives}&7/&c❤ {max} &8▪ &e{ability}”

# ======================================
# PvP Abilities
# ======================================

pvp_abilities:

fireball:
enabled: true
name: “&c🔥 Fireball”
description:
– “&7Launch a small explosive fireball.”
– “”
– “&eDamage: &f4❤”
material: FIRE_CHARGE
slot: 10
price: 1500
cooldown: 8

ninja:
enabled: true
name: “&8🥷 Ninja”
description:
– “&7Teleport behind your target.”
– “”
– “&eRange: &f15 blocks”
material: WITHER_SKELETON_SKULL
slot: 11
price: 2200
cooldown: 15
range: 15

thunder:
enabled: true
name: “&e⚡ Thunder”
description:
– “&7Strike lightning on your target.”
– “”
– “&eDamage: &f6❤”
material: LIGHTNING_ROD
slot: 12
price: 3200
cooldown: 25
range: 20

grapple:
enabled: true
name: “&a🪝 Grapple”
description:
– “&7Pull yourself forward quickly.”
– “”
– “&eRange: &f30 blocks”
material: FISHING_ROD
slot: 13
price: 1800
cooldown: 10
range: 30

freeze:
enabled: true
name: “&b❄ Freeze”
description:
– “&7Freeze your target briefly.”
– “”
– “&eDuration: &f3s”
material: BLUE_ICE
slot: 14
price: 3800
cooldown: 30
duration: 3
range: 10

smoke_bomb:
enabled: true
name: “&7💨 Smoke Bomb”
description:
– “&7Temporary invisibility + speed.”
– “”
– “&eDuration: &f5s”
material: GUNPOWDER
slot: 15
price: 2100
cooldown: 20
duration: 5

dash:
enabled: true
name: “&d💨 Dash”
description:
– “&7Dash forward instantly.”
– “”
– “&eDistance: &f10 blocks”
material: FEATHER
slot: 16
price: 1400
cooldown: 6

shield:
enabled: true
name: “&e🛡 Shield”
description:
– “&7Temporary resistance + absorption.”
– “”
– “&eDuration: &f3s”
material: SHIELD
slot: 19
price: 4200
cooldown: 35
duration: 3

heal:
enabled: true
name: “&a❤ Heal”
description:
– “&7Instantly heal yourself.”
– “”
– “&eHeal: &f6❤”
material: GLISTERING_MELON_SLICE
slot: 20
price: 2500
cooldown: 25
heal_amount: 12

pull:
enabled: true
name: “&5🌀 Pull”
description:
– “&7Pull your target towards you.”
– “”
– “&eRange: &f15 blocks”
material: ENDER_PEARL
slot: 21
price: 2600
cooldown: 15
range: 15

explosive_arrow:
enabled: true
name: “&c💣 Explosive Arrow”
description:
– “&7Shoot an explosive arrow.”
– “”
– “&eRange: &f40 blocks”
material: SPECTRAL_ARROW
slot: 22
price: 3000
cooldown: 12

switcher:
enabled: true
name: “&d🔄 Switcher”
description:
– “&7Swap position with your target.”
– “”
– “&eRange: &f20 blocks”
material: ENDER_EYE
slot: 23
price: 3400
cooldown: 20
range: 20

leap:
enabled: true
name: “&a🦘 Leap”
description:
– “&7Leap forward powerfully.”
– “”
– “&eMobility Ability”
material: RABBIT_FOOT
slot: 24
price: 1700
cooldown: 10

blink:
enabled: true
name: “&b✨ Blink”
description:
– “&7Teleport forward instantly.”
– “”
– “&eDistance: &f8 blocks”
material: CHORUS_FRUIT
slot: 25
price: 2400
cooldown: 12
range: 8

# ======================================
# Decoration
# ======================================

decoration:
filler:
enabled: true
material: BLACK_STAINED_GLASS_PANE
name: ” ”
slots: [0,1,2,3,4,5,6,7,8,45,46,47,51,52,53]

info_abilities:
material: NETHER_STAR
slot: 4
name: “&c⚔ &fPvP Abilities”
lore:
– “&7Purchase active PvP abilities.”
– “”
– “&bYour Balance: &f{balance}”
– “”
– “&7Only &e1 ability &7can be active.”
– “&7Use &e/ab select
– “&7Activate with &e[F] or /use”

# ======================================
# Messages
# ======================================

messages:
ability_purchased: “&aAbility &e{ability} &apurchased successfully!”
ability_enabled: “&aAbility &e{ability} &ais now active.”
ability_disabled: “&cAbility &e{ability} &cis now disabled.”
not_enough_money: “&cNot enough balance! &7Required: &d{price}”
no_abilities: “&cYou do not own any abilities yet.”
ability_not_found: “&cThis ability does not exist.”
config_reloaded: “&aConfiguration reloaded.”

active_selected: “&aActive ability set to &e{ability}”
active_cooldown: “&cAbility on cooldown! &7{time}s remaining.”
active_switch_cooldown: “&cYou must wait &e{time}s &cbefore switching.”
active_used: “&7Used ability &e{ability}”
active_no_target: “&cNo target in range.”
active_no_ability: “&cSelect an ability first using &e/ab select
active_not_owned: “&cYou do not own this ability.”

no_totem_lives: “&cYour totem has no lives left.”
totem_warning: “&c⚠ Only {lives} totem lives remaining!”
totem_consumed: “&cYour totem has been consumed.”
“`

zOres

# Emissive Ores in the style of Programmer Art.
Requires [**Continuity**](https://modrinth.com/mod/continuity) or [**OptiFine**](https://optifine.net/home) to function properly.
## Ores

**Non-Emissive**
– Coal

**Emissive**
– Copper
– Diamond
– Emerald
– Gold
– Iron
– Lapis
– Redstone
– Nether Gold
– Nether Quartz

****

Join my [**Discord**](https://discord.gg/4GKytn9RRb) for Updates and Feedback!

ZoomX Smooth

# ZoomX Smooth – Smooth Zoom for Minecraft

**ZoomX Smooth** is an enhanced version of ZoomX, designed for players who want a more cinematic and customizable zoom experience. It keeps everything lightweight and performance-friendly, while adding adjustable smoothness and zoom speed controls.

Built for **Fabric**, and fully compatible with **vanilla**, **Sodium**, and other performance mods, ZoomX Smooth gives you complete control over how your zoom feels.

## What Makes ZoomX Smooth Different?

Unlike the standard ZoomX, this version allows you to customize:

– **Zoom Smoothness (ms)**
– **Zoom Speed (multiplier)**

You can fine-tune the zoom transition exactly how you like it. whether you want instant zoom or a slow, cinematic camera effect.

## Adjustable Settings

By using keybinds (default B), you can configure:

### Smoothness (ms)
Control how smoothly the zoom transitions in and out.
– Lower values = faster transition
– Higher values = slower, more cinematic effect

### Zoom Speed (x)
Adjust how fast the zoom effect is.
– Lower multiplier = slower zoom
– Higher multiplier = faster zoom

All settings are easy to modify using simple sliders inside the menu.

## Features

– 🔍 Smooth adjustable zoom
– 🎚 Customizable transition timing
– 🎯 Adjustable zoom strength
– ⚡ Lightweight & optimized
– 🧩 Built for Fabric
– 🟩 Fully compatible with Sodium
– 🎮 Clean and simple UI
– 🚀 No FPS drops

ZoomX

# ZoomX – A Simple & Lightweight Zoom Mod

**ZoomX** is a simple, lightweight, and performance-friendly zoom mod for **Minecraft Fabric**. It adds a zoom feature to the game without changing the vanilla feel. The mod works perfectly with **vanilla Minecraft**, **Sodium**, and other popular Fabric optimization mods.

If you are looking for a clean zoom experience without heavy features or FPS drops, ZoomX is the perfect choice.

### Want Smooth Zoom? Try ZoomX Smooth 👇

[![ZoomX Smooth Banner](https://cdn.modrinth.com/data/cached_images/ea06a7adf14e9e3be1bfad0e0c3cf7798a25ee23.png)](https://modrinth.com/mod/zoomx-smooth)

## What is ZoomX?

ZoomX allows players to zoom in and out while playing Minecraft. It is designed to be minimal and efficient, focusing only on zoom functionality. There are no unnecessary settings or complex menus—just install and use.

## Features

### ⚡ Lightweight & High Performance
ZoomX is extremely lightweight and has minimal impact on FPS, even on low-end systems.

### 🧩 Fabric Based
Built specifically for the Fabric mod loader, ensuring fast load times and modern mod compatibility. (Will add more compatible loaders in future)

### 🟩 Vanilla & Sodium Compatible
– Works with vanilla-style gameplay
– Fully compatible with Sodium
– Safe to use with other Fabric performance mods

### 🎮 Easy to Use
No complicated configuration. Install the mod and start zooming instantly.

Got issues? Join [Discord](https://discord.com/invite/spunky-insaan-851780887271571456)