Aphin4/EffectParticles ? reverse-engineered prompt
Reverse engineered prompt
Build me a SCP Secret Laboratory plugin called EffectParticles that shows colored particles around players when they have status effects, kind of like Minecraft. Different effects should use different colors, and if a player has more than one effect at once the colors should blend nicely. It should feel lightweight and efficient, so avoid constantly creating and destroying objects if you can.
I want it to be configurable from a config file, including the colors for each effect, how often particles spawn, how long they stay visible, and how high the motion arc is. It should also respect player settings so people can hide their own particles or everyone’s particles on a server specific setting.
Make the code easy to extend too, so I can add new particle styles later by making a new class. If you need anything unclear, look up the current LabAPI and Harmony docs online first.
Are you gonna build this?
make sure you review the code using coderabbit