

Multi Summon (Multisummon command)
This practical mod extends the standard /summon command, allowing you to summon multiple creatures simultaneously. Works on both client and server with minimum permission level 1 and is compatible with virtually all Forge mods. Can be freely used in modpacks and on servers.
The command functions similarly to the regular /summon but with additional parameters for mass summoning, ensuring compatibility with any mods and special settings.
Main features:
- /multisummon command for mass creature summoning
- Configuration of maximum number of simultaneously summoned mobs through config file (useful for preventing abuse on servers)
- "Spread" mode for distributed creature placement (added in version 2.0)
- Suitable for performance testing and creating large-scale scenes
Command syntax:
Basic format:
/multisummon
Spread format:
/multisummon spread
Usage examples:
/multisummon 5 zombie
- Summons 5 zombies at your position
/multisummon 5 arphex:spider_moth 5 5 5 {CustomName:'{"text":"Super Moth"}'}
- Summons 5 spider moths from Arthropod Phobia Expansions mod with name "Super Moth" at coordinates x=5, y=5, z=5
/multisummon spread 3 3 4 zombie
- Creates 9 zombies in a 3×3 grid with 4-block spacing between them
/multisummon spread 50 2 2 wither ~ ~10 ~ {CustomName:'{"text":"Wither Lord"}'}
- Summons 100 withers in a 50×2 line 10 blocks above with 2-block spacing and name "Wither Lord"