#How would i make particles not show?

1 messages · Page 1 of 1 (latest)

uncut meadow
#
    loop all players:
        updateTabName(loop-player)
        if {lives::%uuid of loop-player%} is greater than 9:
            apply speed 1 to loop-player for 1 seconds
        if {lives::%uuid of loop-player%} is greater than 19:
            apply strength 1 to loop-player for 1 seconds
        if {lives::%uuid of loop-player%} is greater than 29:
            apply haste 1 to loop-player for 1 seconds
        if {lives::%uuid of loop-player%} is greater than 39:
            apply resistance 1 to loop-player for 1 seconds
        if {lives::%uuid of loop-player%} is greater than 49:
            apply fire resistance 1 to loop-player for 1 seconds```
#

How do i hide particles?

solid kettle
#

apply potion of resistance of tier 1 without particles to player for 1 second

uncut meadow
#

Tysm!

uncut meadow