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

Random Effect give

This plugin gives random effect everytime after executing /randomeffect, Helpful for streamers to use the plugin on their own server

29
1

Random Effect give plugin

forthebadgeicons8forthebadge

  • 🎈 Usable for people who want to give random effects to themselves.
  • ⚡ For example, Streamers can use this mod to give a random effect with a random time and a random effect power to themsevles after a donation.
  • 🏹 Use /randomeffect to give yourself random effects at anytime without any cooldown.
  • ✨ The effect could be helpful to help you beat the game or can INSTANTLY kill you.
  • 💡・You can use Command Macros to easily give yourself a random effect with a specified key.

Here's a part of the code of this plugin:

        PotionEffectType randomEffect = validEffects.get(random.nextInt(validEffects.size()));
        int durationSeconds = 10 + random.nextInt(111);
        int durationTicks = durationSeconds * 20;
        int amplifier = 1;
        player.addPotionEffect(new PotionEffect(randomEffect, durationTicks, amplifier));
  • 💝 Support me by following this plugin.

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

Minecraft: Java Edition

1.20.x

Платформы

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

Сервер

Создатели

Детали

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