Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
This is a mod for creating your own events or raids.
You can customize the configuration as you wish.
At the beginning there are 5 events, you can set the interval of appearance in days, for example, appear every 10 days. There are triggers, on the item in the inventory, on killed mobs, on the time in the game, on jumps. You can set the spawn distance from the target. There are spawn positions "player" - at the player and "spawnpoint" - at the spawnpoint of the player (at his base). If at "spawnpoint" - the player does not have a respawn point, then they will spawn at the player. You can set the number of mobs, which mobs will appear, mobs after the death of the mob. effects of mobs and the effects that these mobs give out. A reward is also given out in the form of items or experience.
For testing there is a command "/ravents" where you can select your attack or stop it via the tab.
Here is the basic configuration:
{
"ravents": [
{
"Name": "Howl of the Damned",
"IntervalDays": 10,
"Trigger": [
"minecraft:totem_of_undying 1",
"minecraft:diamond_chestplate 1",
"minecraft:golden_apple 1",
"minecraft:iron_block 1",
"minut_plays 30",
"jumps 400",
"minecraft:wandering_trader 1"
],
"BlockDistance": "10~20",
"BossBar": true,
"Position": "player",
"Waves": [
{
"minecraft:husk": {
"count": "2~6",
"effect": [
"minecraft:glowing 0 999",
"minecraft:slowness 0 999",
"minecraft:resistance 0 999"
],
"giveffect": ["minecraft:hunger 1 3"],
"afterdeath": []
},
"minecraft:pillager": {
"count": "1~4",
"effect": [
"minecraft:glowing 0 999",
"minecraft:speed 1 999"
],
"giveffect": [],
"afterdeath": []
}
},
{
"minecraft:witch": {
"count": 1,
"effect": [
"minecraft:glowing 0 999",
"minecraft:regeneration 1 999"
],
"giveffect": ["minecraft:poison 0~1 8"],
"afterdeath": [
{
"minecraft:spider": {
"count": "1~4",
"effect": ["minecraft:glowing 0 999"],
"giveffect": [],
"afterdeath": []
}
},
{
"minecraft:cave_spider": {
"count": "1~3",
"effect": ["minecraft:glowing 0 999"],
"giveffect": [],
"afterdeath": []
}
}
]
}
}
],
"Reward": {
"items": [
"minecraft:emerald 5~20",
"minecraft:golden_apple 0~2",
"minecraft:arrow 10~20"
],
"experience": "50~150"
}
},
{
"Name": "The Smell of Death",
"IntervalDays": 7,
"Trigger": [
"minecraft:heart_of_the_sea 1",
"minecraft:netherite_scrap 1",
"minecraft:iron_block 8",
"minut_plays 45",
"jumps 700",
"minecraft:ghast 3"
],
"BlockDistance": "10~25",
"BossBar": true,
"Position": "spawnpoint",
"Waves": [
{
"minecraft:zombie": {
"count": "5~12",
"effect": [
"minecraft:glowing 0 999",
"minecraft:slowness 0 999",
"minecraft:resistance 1 999"
],
"giveffect": [],
"afterdeath": []
},
"minecraft:skeleton": {
"count": "3~5",
"effect": [
"minecraft:glowing 0 999",
"minecraft:speed 1 999",
"minecraft:resistance 0 999"
],
"giveffect": [],
"afterdeath": []
}
},
{
"minecraft:phantom": {
"count": "1~4",
"effect": [
"minecraft:glowing 0 999",
"minecraft:resistance 0~2 999"
],
"giveffect": ["minecraft:slowness 1 3"],
"afterdeath": []
}
}
],
"Reward": {
"items": [
"minecraft:rotten_flesh 5~10",
"minecraft:bone 3~7",
"minecraft:string 2~5"
],
"experience": "30~100"
}
},
{
"Name": "Echoes of the Void",
"IntervalDays": 15,
"Trigger": [
"minecraft:netherite_ingot 1",
"minecraft:enchanting_table 1",
"minecraft:diamond_axe 1",
"minecraft:ender_pearl 16",
"minecraft:eye_of_ender 1",
"minut_plays 60",
"jumps 950",
"minecraft:wither_skeleton 30"
],
"BlockDistance": "12~20",
"BossBar": true,
"Position": "player",
"Waves": [
{
"minecraft:enderman": {
"count": "2~4",
"effect": [
"minecraft:glowing 0 999",
"minecraft:speed 0 999"
],
"giveffect": [],
"afterdeath": []
},
"minecraft:creeper": {
"count": "1~3",
"effect": [
"minecraft:glowing 0 999",
"minecraft:speed 2 999"
],
"giveffect": [],
"afterdeath": []
}
}
],
"Reward": {
"items": [
"minecraft:ender_pearl 0~3",
"minecraft:gunpowder 2~8"
],
"experience": "100~200"
}
},
{
"Name": "The Infernal Horde",
"IntervalDays": 14,
"Trigger": [
"minecraft:ghast_tear 1",
"minecraft:enchanted_golden_apple 1",
"minut_plays 80",
"jumps 1200",
"minecraft:trader_llama 2"
],
"BlockDistance": "20~40",
"BossBar": true,
"Position": "player",
"Waves": [
{
"minecraft:blaze": {
"count": "2~4",
"effect": [
"minecraft:glowing 0 999"
],
"giveffect": [],
"afterdeath": []
},
"minecraft:magma_cube": {
"count": "2~5",
"effect": ["minecraft:glowing 0 999"],
"giveffect": [],
"afterdeath": []
}
}
],
"Reward": {
"items": [
"minecraft:blaze_rod 0~2",
"minecraft:magma_cream 1~5"
],
"experience": "150~250"
}
},
{
"Name": "The Withering Storm",
"IntervalDays": 20,
"Trigger": [
"minecraft:nether_star 1",
"minut_plays 120",
"minut_plays 160",
"jumps 1500",
"jumps 1900",
"jumps 2500"
],
"BlockDistance": "15~35",
"BossBar": true,
"Position": "player",
"Waves": [
{
"minecraft:wither_skeleton": {
"count": "4~6",
"effect": [
"minecraft:glowing 0 999"
],
"giveffect": ["minecraft:wither 0 5"],
"afterdeath": []
},
"minecraft:skeleton": {
"count": "2~5",
"effect": [
"minecraft:glowing 0 999",
"minecraft:speed 2 999"
],
"giveffect": ["minecraft:glowing 0 220"],
"afterdeath": []
}
},
{
"minecraft:evoker": {
"count": 1,
"effect": [
"minecraft:glowing 0 999",
"minecraft:regeneration 0 999"
],
"giveffect": [],
"afterdeath": [
{
"minecraft:vex": {
"count": "2~4",
"effect": ["minecraft:glowing 0 999"],
"giveffect": ["minecraft:regeneration 1 3"],
"afterdeath": []
},
"minecraft:bee": {
"count": "0~2",
"effect": ["minecraft:glowing 0 999"],
"giveffect": [],
"afterdeath": []
}
}
]
}
}
],
"Reward": {
"items": [
"minecraft:emerald 5~32"
],
"experience": "300~500"
}
}
]
}