Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Mob Raids adds raid events where hostile creatures spawn around the player and attack.
- Raids start automatically based on configurable intervals.
- Raids occur at the player's current position.
- Mobs spawn gradually over time.
/raid start <player> — Forcefully starts a raid event for the specified player immediately.
doRaids — Added a custom gamerule (/gamerule doRaids <true/false>) under the Mobs category to globally toggle the raid mechanics on or off.
Configs of the mod:
#interval
#Default: 10
#Range: 1 ~ 100
interval = 10
#radius
#Default: 32
#Range: 1 ~ 128
radius = 32
#count
#Default: 12
#Range: 1 ~ 64
count = 12
#nightOnly
#Default: true
nightOnly = true
#List of mob presets for raids
mobPresets = [["minecraft:zombie", "minecraft:skeleton", "minecraft:spider"]]
#List of dimensions where raids can occur
#Leave empty to allow all dimensions
allowedDimensions = ["minecraft:overworld"]


