▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Random Mob spawn
Random Mob spawn

Random Mob spawn

This plugin summons random mob everytime after executing /randommob, Helpful for streamers to use the plugin on their own server

30
2

Random Mob spawn plugin 🧟‍♂️

forthebadgeicons8forthebadge

  • 🎈 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.

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:7 месяцев назад
Обновлён:7 месяцев назад
Главная