Random Effect give plugin ✨
- 🎈 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.
Ссылки
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:7 месяцев назад
Обновлён:7 месяцев назад

