Random Mob spawn
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
平台: paper purpur spigot
标签: cursed mobs utility
Random Mob spawn plugin ?♂️
- ? Usable for people who want to spawn random mob on their posistion at anytime
- ⚡ For example, Streamers can use this mod to spawn a random mob execpt 3 bosses (The Enderdragon, The Wither and The Warden) on their posistion after a donation.
- ? Use /randommob to spawn a random mob at the location you are.
- ✨ The mob can be as cute to not hurt you or as hostile to INSTANTLY kill you.
- ?・You can use Command Macros to easily summon a random mob with a specified key.
Here's a part of the code of this plugin:
private final List<EntityType> spawnableMobs = Arrays.stream(EntityType.values()) .filter(type -> type.isAlive() && type.isSpawnable()) .filter(type -> type != EntityType.ENDER_DRAGON && type != EntityType.WITHER && type != EntityType.WARDEN) .toList(); - ? Support me by following this plugin.
请登录后举报
暂无评论,抢个沙发吧~