Mod that lets you add effects to players

Glowyyyy

Terrarian
Hello! I wanted to create a pvp minigame with my friends, and I am looking for a mod that would be able to add certain effects for a custom duration to players (Also probably involuntarily, like an admin thing). Is there such a mod? I know Hero's mod let's you add effects to players, but it's only buffs and you can only apply them to yourself.
 
If all you want it to do is apply those effects to every player, upon using a consumable item, it'd be fairly easy to do. You'd just loop through the array of players, find all the active ones, and apply the debuffs to each.

Of course you'd add on whatever conditions and logic you want for your minigame, but that's the bare minimum you'd need.
 
Back
Top Bottom