ZombiesInfection

⭐ — (3 endorsements) 📥 445 downloads 📌 v0.1.4 📅 10/29/2024
🟠 Updated over a year ago

By Kredwi · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/26/2024 📅 Created: 10/29/2024

🔍 Analysis

  • 🏆 #246 of 351 adventure mods in this game by downloads

📋 About This Mod

# 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 (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html) (latest version) - The list of effects can be viewed (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html) (latest version) ## **Important clarification, the effects are given 1 time!!** <details> <summary>config.yml</summary> ```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 <subcommand> <args>" # 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" ``` </details>

# 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 (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html) (latest version)
  • The list of effects can be viewed (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" ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Kredwi
Version
0.1.4
Downloads
445
Endorsements
3
Category
adventure
Created
10/29/2024
Updated
10/26/2024
Game Versions
1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2
Tags
adventure, cursed, mobs

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does ZombiesInfection support?

The author lists 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14. Other versions may work but are untested by the author.

What is the latest version of ZombiesInfection?

Version 0.1.4, published 2024-10-26 with 445 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by Kredwi 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods