Hide Potion Effect in arenas

Status
This thread has been locked.

Scalebound

Founder of SB-Development
Supreme
Feedback score
59
Posts
4
Reactions
763
Resources
2
hi mcmarket
i am making a practice skript
can i have 1 question
how i can hide potion effects and items that the play throw in the arena
like if i have 2 and 2 peopels fighting in the arena and i dont want the other 2
to see the potion effects and the items of the other 2 how i can hide it
sorry for my bad english
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

WristzPvP

Feedback score
1
Posts
138
Reactions
49
Resources
0
I'm not completely sure. However, I don't think this is possible with a script, as if you're talking about multiple people in an arena, without seeing each-other. That's not even easy with basic Java coding, as you have to make an entity hider class. (Not difficult, but not easy)

This may work though: (not really into skript)
protocol hide %entity% from player

examples:
protocol hide zombie from player
protocol hide arrow from player
 

WristzPvP

Feedback score
1
Posts
138
Reactions
49
Resources
0
Thx soo much for the help guys[DOUBLEPOST=1483012413][/DOUBLEPOST]
but how ?
i have protocolib

Did you try my comment above?
If that didn't work I'm not sure. That's why I don't like sKript.
 

WristzPvP

Feedback score
1
Posts
138
Reactions
49
Resources
0
Last edited:

rchy

Premium
Feedback score
1
Posts
716
Reactions
258
Resources
0
I'm not completely sure. However, I don't think this is possible with a script, as if you're talking about multiple people in an arena, without seeing each-other. That's not even easy with basic Java coding, as you have to make an entity hider class. (Not difficult, but not easy)

This may work though: (not really into skript)
protocol hide %entity% from player

examples:
protocol hide zombie from player
protocol hide arrow from player
player#hidePlayer -> you don't need an 'entity hider' class.
 

WristzPvP

Feedback score
1
Posts
138
Reactions
49
Resources
0
player#hidePlayer -> you don't need an 'entity hider' class.
That doesn't hide splash potion particles and events like pearls or arrows.
 
Last edited:

Scalebound

Founder of SB-Development
Supreme
Feedback score
59
Posts
4
Reactions
763
Resources
2
You're going to have to use protocollib, I have a way of only applying potion effects to the people fighting but not getting rid of the effects and sounds.
wait u dont know how to hide the particles from the other players ? sound is not problem for me
 

Irantwomiles

Check my signature for a new Practice plugin
Premium
Feedback score
3
Posts
1,263
Reactions
570
Resources
0
wait u dont know how to hide the particles from the other players ? sound is not problem for me
by effects if you mean like seeing the broken glass and stuff, no idk how to remove it, but if you mean the actual potion effects only affecting the two players, yes I have that.
 

Scalebound

Founder of SB-Development
Supreme
Feedback score
59
Posts
4
Reactions
763
Resources
2
by effects if you mean like seeing the broken glass and stuff, no idk how to remove it, but if you mean the actual potion effects only affecting the two players, yes I have that.
i mean the potion particles when u throwing a pot[DOUBLEPOST=1483104029][/DOUBLEPOST]Thx for the help Guys[DOUBLEPOST=1483104145][/DOUBLEPOST]and if some one know how to hide players in skript but still see them in the tab please reply
 
Last edited:
Status
This thread has been locked.
Top