
ModsJava
Random Effect give
This plugin gives random effect everytime after executing /randomeffect, Helpful for streamers to use the plugin on their own server
⬇ Download on ModrinthRandom 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.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.1, 1.20.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as RandomEffect-1.0.jar — drop this file into the mods folder
- Download size: 4 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.