Simple Invisibility potion effect remove when in PvP

Status
This thread has been locked.

coolsurdy

Feedback score
0
Posts
26
Reactions
3
Resources
0
Hey,

I'll pay someone $1.50 if they write up a SUPER SIMPLE plugin. If you want to do it for free that is appreciated as well.

No commands, nothing needed except for this:

When a player is in PvP (all types of damage from a player; being hit by one, arrows) Invisibility potion effect is removed. It should be very simple, but since I do not know java I can't write my own plugin :(

I would prefer to have this by the end of the day Friday at the latest.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
I wouldn't pay anyone for this.
Someone who is looking for an easy vouch will ungo this job.
 

j0navor

Feedback score
0
Posts
147
Reactions
46
Resources
0
Use public void onEntityDamageByEntity(EntityDamageByEntityEvent event) {
Then check if player and the damager have invis, if they do remove it.
 

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
Use public void onEntityDamageByEntity(EntityDamageByEntityEvent event) {
Then check if player and the damager have invis, if they do remove it.
He does not know how to code, this won't be any use to him.
 

Hunting_Potato

Developer
Deactivated
Feedback score
11
Posts
745
Reactions
425
Resources
0
Status
This thread has been locked.
Top