Random Effect give
作者: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 magic utility
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.
请登录后举报
暂无评论,抢个沙发吧~