Just a little coding question.
On the ruin client that was released for one of the derp modes "Get High" it gives you nausea for 6 seconds but never runs out until you turn it off in the gui. So would it be possible to code in other potion effects like regeneration or strength for pvp servers? ( Don't be angry with me if I sound a bbit stupid. )
Potion effects that handle server-side features will do nothing. Nausea works because it is a visual / client side feature.
What you would want to do is loop interaction packets. This essentially will create a fast-heal. There's some code snippets if you Google it.
Like the regeneration feature?