Summon Ravager Generator Summon Mob Generator for Java 1.20.5
Try the Commands Troubleshooting and Help page if you get stuff with server errors. Found a bug or want a feature, let us know on reddit.
Minecraft Ravager NBT Data Tags
Using the summon command to spawn in a minecraft ravager is simple, take the command and enter into chat and presto you have a ravager. Ravager generally spawn as part of a raid, they have a number of cooldowns timers that delay there actions each cycle.
Make Ravagers attack more or less often, (or roar, and stun less often)
The AttackTick, RoarTick and StunTick will occur with the same delay each time (20 ticks are 1 second). The attack/roar/stun will still take the same amount of time, and it only the time delay between being allowed to do that action again
In this example, the Ravager would be lucky to get an attack before being killed.
/summon minecraft:ravager ~ ~ ~ {AttackTick:1000,RoarTick:1000,StunTick:1000}In this example, the Ravager will attack often and but will not roar or stun before quite some time has passed.
/summon minecraft:ravager ~ ~ ~ {AttackTick:10,RoarTick:100000,StunTick:100000}Illager Patrols
Setting Patrolling:1 and PatrolTarget coordinates will make illagers to move towards the patrol target.
/summon minecraft:ravager ~ ~ ~ {Patrolling:1,PatrolTarget:{X:100,Y:65,Z:400}}
Add a patrol leader PatrolLeader:1 to allow for players to receive the Bad Omen status when slaying the patrol leader.
/summon minecraft:ravager ~ ~ ~ {Patrolling:1,PatrolLeader:1,PatrolTarget:{X:100,Y:65,Z:400}}
Illager Raids
Unfortunately setting the raid tags doesn't seem to create a raid, maybe someone would be able to work these tags out.
Minecraft Versions Permalinks
If you find yourself using a particular version all the time, you can link directly. There is some crossover between versions, so there will be quirks.
- Latest
- 26.2
- 26.1
- 1.21.11
- 1.21.9
- 1.21.8
- 1.21.5
- 1.21.4
- 1.21.2
- 1.21
- 1.20.5
- 1.20.2
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
Version History
patchsummon blocks fixes and improvements
patchsome autocomplete quirky issues during typing
addedUUID converter
patchFix for issue with items not re-encoding correctly for items, trades and containers
patchTrades for 1.20.4 and earlier now auto add Count if missing
addedRefactored code base internally
patchSlime and Magma cubes, added isBaby tag
patchSulfur cubes added Size, and isBaby tags
Read version history »
(130 More Updates)