Zombified Piglin Drops OP Loot

The Zombified Piglin is OP datapack upgrades zombified piglins in Minecraft to become powerful and highly rewarding mobs. When defeated, they can drop overpowered items, enchanted gear, or rare resources, turning Nether exploration into a high-risk, high-reward experience.

This datapack adds exciting survival gameplay while keeping vanilla mechanics mostly intact. It’s perfect for challenge worlds, multiplayer servers, and chaotic progression runs.

Features

Zombified piglins drop OP items and rare loot

Enchanted weapons, armor, and valuable resources included

Makes Nether combat more rewarding

Risk-and-reward survival mechanic

Compatible with vanilla gameplay

Works in singleplayer and multiplayer

Zombie Tactics 2

# Zombie Tactics2 Mod for Minecraft

## Information
* A fork mod of Zombie Tactics, originally created by n643064

## Available Minecraft versions

### Maintaining
* 1.21.11

### Suspended
* 1.21.4 ~ 1.21.10
* 1.21.1

## Requirements
* Architectury API

### Fabric also needs

* MidnightLib
* ModMenu
* Fabric API

## Summary

This mod evolves zombies, beyond the limit.

* Includes almost all features in the original mod
* Modify the general attributes
* Attack range
* Attack speed
* Follow range
* Not burn under the sun
* The faster running speed
* Follow invisible enemies
* Additional Features
* Break blocks if they’re not able to reach the target
* Selectively float on the water
* Climbing the wall when colliding with each other
* Attempt to better items to take
* Jumping over the blocks
* Spawn under the sun
* Break a chest to get loots
* Dynamic target search mechanism
* Summon N zombies with the command `/sumz`.
* And more…

Everything can be configurable!

## Issues

Feel free to post any bugs or suggestions on GitHub.

ZombieSMP

**ZombieSMP** brings your server to life by unleashing a genuine zombie apocalypse. Designed for creative server owners and unique SMP adventures, this plugin transforms nighttime into a high-stakes survival challenge with deep community interaction.

**_Features:_**

– Quadruple zombie spawns at night for real danger and chaos.
– Beds explode if players try to sleep, just like in the Nether.
– If a player is attacked by a zombie at night or by an infected player, they become a zombie for 10 minutes with permanent, fully configurable slowness.
– Deep LuckPerms integration: when infected, a player’s current permission group is saved and replaced with a new “zombie” group. After the effect ends (or is cleared by staff), the previous group is restored automatically.
– Track how many times each player has become a zombie with the %zombies% placeholder, usable in scoreboard, tab, or hologram.
– Infected players **cannot attack or be attacked by other zombies or infected players**. Zombie-on-zombie combat is fully blocked to encourage cooperation between the infected.
– Infection and transformation are fully customizable: **choose how many zombie/player hits before a transformation** happens using a config option, perfect for events or balancing SMP difficulty.
– When a player is infected, a **fully customizable “ding” sound and title display** (like BedWars-style “ZOMBIEE”) for unmistakable feedback. Both the text and subtitle can be changed in config.yml.
– **Infected players burn in direct sunlight**, just like real zombies, taking half a heart of damage per second. Wearing any helmet prevents burning.
– **Infection reward system**: when an infected player infects a human, the server can execute a configurable command (e.g., give the infector a diamond). Fully customizable and can be toggled on/off.
– Staff can infect any player manually with /zombies add player, or cure them at any time with /zombies clear player.
– All messages, durations, multipliers, slowness level, infection titles, rewards, and commands are fully configurable in config.yml.
– Optionally, you can choose if the infection timer runs while the player is offline.
– Permanent slowness applied to infected players cannot be removed by drinking milk or other means (except plugin cure).
– Infection counter and state are saved to disk, so data persists through restarts.

**_To set up:_**

1. Dependencies required: LuckPerms for group management (absolutely necessary), PlaceholderAPI if you want to show %zombies% in scoreboard, tab, or holograms, and PaperMC 1.21.x.
2. To create the zombie group, use the following LuckPerms commands in your console:
`/lp creategroup zombie`
3. Optionally, set a prefix so infected players stand out:
`/lp group zombie meta setprefix “&2[Zombie] “`
4. You can also adjust the group’s permissions if you want to give infected players special limitations or abilities.
5. Edit the config.yml file in the ZombieSMP folder to fully customize infection times, multipliers, messages, commands, slowness level, hit requirements, infection titles, sun damage, and reward system.
6. When infected, a player is moved to the zombie group and receives permanent slowness (as configured). After the timer runs out or when cured using /zombies clear, their old group and permissions are restored.
7. Use %zombies% in any PlaceholderAPI-compatible plugin (scoreboard, tab, hologram, chat) to show each player’s infection count.

ZombieSMP is made for servers that want to create real tension and unique zombie infection gameplay, perfect for special events, new SMP challenges, or creative game modes.

ZombiesInfection

# ZombiesInfection
The plugin adds an infection to your server, if a player is attacked by a zombie, then after a while the player receives the effects that are specified in the config.

## Commands
– `/zombiesinfection reload` – Reload the plugin
## Permissions
– `zombiesinfection.reload` – Gives the player the right to reload your plugin. (default: op)
– `zombiesinfection.effect` – If you want the player not to receive any effects, then remove this permission from him. (default: true)

`n * 20` – means that the entered number will be multiplied by 20.

– The list of sounds can be viewed [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html) (latest version)
– The list of effects can be viewed [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html) (latest version)

## **Important clarification, the effects are given 1 time!!**

config.yml

“`yaml
config_version: 2

# Enable debug mode (output additional messages to the console)
debug: false

# Settings for messages and sounds when a player is infected
if-player-infected:
# Enable displaying the infection message
message: false
# Enable playing the sound when infected
play-sound: false
# Update the timer when infected
update-timer: true

# Number of times the effect will be applied
effect-will-applied-after: 5

# Delay in server ticks before executing the first repeat (n * 20)
delay: 5

# Period in server ticks for task repetition (n * 20)
period: 5

# Enable a random time range for effect application
random_time_from_range:
# Enable a random time range
enable: true
# Lower limit of the time range in seconds
range_from: 5
# Upper limit of the time range in seconds
range_to: 10

# Settings for potions that will be given
potion-gived:
# Settings for poison potion
POISON:
# Potion duration in seconds (n * 20 ticks)
potion-duration: 60
# Settings for blindness potion
BLINDNESS:
# Potion duration in seconds (n * 20 ticks)
potion-duration: 5
# Settings for hunger potion
HUNGER:
# Potion duration in seconds (n * 20 ticks)
potion-duration: 30

# Settings for sounds that will be played
sound-played:
# Enable the sound when attacked
sound-in-attack:
# Enable the attack sound
enable: true
# Sound name from Minecraft resources
sound: “AMBIENT_CAVE”
# Sound volume (from 0 to 100)
volume: 100.0
# Sound pitch (from 0 to 2)
pitch: 1.0
# Enable the sound when the effect is given
sound-in-effect-gived:
# Enable the effect sound
enable: true
# Sound name from Minecraft resources
sound: “ENTITY_ENDERMEN_DEATH”
# Sound volume (from 0 to 100)
volume: 100.0
# Sound pitch (from 0 to 2)
pitch: 1.0

# Messages for different events
messages:
# Plugin reload success message
plugin_reload: “§2Plugin successfully reloaded”
# Insufficient permissions message
no_permission: “§cYou do not have permission”
# Missing subcommand message
no_command_args: “§cUsage: /%s
# Invalid command message
no_found_command: “§cThe command was not found”
# Infection message
you_infected: “§4§lYOU ARE INFECTED!!”
# Effect applied message
effect-gived: “§c§lTHE INFECTION IS SPREADING”
“`

Zombies Slow You

## Hey, how come no one made this kind of datapack yet?
### _Or is it just that I didn’t search well enough..?_
Basically, once a zombie hits you, your Movement Speed attribute will be multiplied by 0.25 (equivalent to Slowness V) and
– _for versions 1.21 and above:_ Multiplies your Jump Strength attribute by 0.
– _for versions below 1.21:_ Jump Boost 128.

for 1.5 seconds

If you don’t like these values, you can configure it by going to
– _1.21+: zombies_slow/data/zombies_slow/function/zombie_hit.mcfunction_
– _Below 1.21: zombies_slow/data/zombies_slow/functions/zombie_hit.mcfunction_

Zombies Revamped

If you’ve been looking for a way to make Minecraft’s zombies scarier, **Zombies ReWamped** is the ultimate resource pack for you! This isn’t just another zombie texture pack—it’s a **fully remastered version of the classic TZP (The Zombie Pack)**, designed to bring a more immersive and terrifying undead experience to the game.

## **What is Zombies ReWamped?**
Zombies ReWamped takes everything great about **TZP** and pushes it to the next level. Expect:

✔️ **New HD Zombie Textures** – Multiple variations with decayed flesh, exposed bones, and eerie glowing eyes.
✔️ **Creepy Zombie Sounds** – Guttural growls, blood-curdling moans, and spine-chilling shrieks.
✔️ **Biome-Specific Zombies** – Different undead creatures based on their environment, adding more variety and realism.
✔️ **Villager and Drowned Zombie Overhauls** – No more boring green villagers—infected villagers now look horrifyingly detailed!

## **A Proper Remake of TZP**
For long-time Minecraft players, **TZP was a fan-favorite** when it came to enhancing zombies. However, it eventually became outdated, missing modern Minecraft features and lacking updates. **Zombies ReWamped fixes that** by remaking it from the ground up, ensuring compatibility with the latest versions of Minecraft while introducing new features never seen before.

## **Why Download Zombies ReWamped?**
If you want a **darker, more atmospheric survival experience**, this pack is a must-have. Whether you’re playing hardcore mode or just want your nights to feel more dangerous, **Zombies ReWamped** will change the way you see (and hear) zombies forever.

Zombies Remade

![The Zombie](https://cdn.modrinth.com/data/cached_images/98753ad11d28dea9137093cbf37d88950707d92f_0.webp)

Zombies Remade Remakes the Texture of the Zombie to a more Modren one
and with more Actions and more Stuff with what the Zombie can be

Discamer This does not Change the other Zombie textures like Husk and Drowned only the Normal Zombie for now i remove this Discamer if i do end up adding them

Also dont worry about the Pack saying it Might not Work Because it should Work

also i made this because no one else did

Zombies Powerups

Call of Duty Zombies powerups in Minecraft!
# MC I Zombies Powerups
![Screenshot (914)](https://github.com/user-attachments/assets/f0b5b535-ce96-44e3-ba5e-22eab4ef3a9d)
Powerups provide benefits to the players that have various effects on them and the mobs. These benefits range from healing the durability of every single item in player’s inventories to killing most hostile mobs.

– Carpenter

Heals every durable item to be full durability in a player’s inventory
– Nuke

Burns and heavily weakens mobs and kills them when 5 seconds has passed
– Max Ammo

Set the count of every item to be the highest the limit for the item allows for in a player’s inventory
– Max Armour

Heals only items in a player’s armour slot to be full durability
– Instakill

Makes mobs 1-hit that last for 60 seconds

Zombies Hates Light

Have you ever had your door broken down, thanks to a Zombie who couldn’t keep their hands off it?

Now, they have found a new object of irritation, lights!

Currently they will look for the following light sources and try to get rid of them, if they can:
– minecraft:torch
– minecraft:wall_torch
– minecraft:lantern
– minecraft:shroomlight
– minecraft:redstone_lamp
– minecraft:campfire
– minecraft:beacon

The list is currently hard coded, because I have no idea on how to build a proper config system (yet)

![](https://user-stats.itssimple.se/p/q230LH5oE)

ZombieMonarch

This is a Minecraft Bukkit/Spigot plugin that introduces a special mob called the “Zombie Monarch.”
At night, zombies have a configurable chance to spawn as a “Zombie Monarch” with a custom name and enchanted diamond armor.
If a spawner has a diamond block above it, it can spawn a Zombie Monarch at night instead of the usual mob.
When a Zombie Monarch drops below half health, it summons a configurable number of zombies and skeletons with iron armor.
The Zombie Monarch can explode if a player (especially one holding a shield) comes close, after a warning and a short delay.
A boss bar is shown to nearby players when a Zombie Monarch is present.
When the Zombie Monarch dies, all mobs it summoned are killed (if enabled in config).
All features and parameters (spawn chance, armor, explosion, messages, etc.) are configurable in the config.yml file.