You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making a server with mini-games and I would like to make it so that players can choose their particles in the hub and then go to matches. On the mini-games servers only some particles should work, such as particles from arrows, when attacking, etc. However, if you set enabled: false in the config files of some particles, after entering the server, they are being removed from the player and no longer appear when the player returns from the match to the hub (in which the particles are not disabled).
So it would be cool to be able to prevent particles from being completely removed from the player when they enters a server where some particles are disabled. (Sorry for the possibly bad english)
The text was updated successfully, but these errors were encountered:
I am making a server with mini-games and I would like to make it so that players can choose their particles in the hub and then go to matches. On the mini-games servers only some particles should work, such as particles from arrows, when attacking, etc. However, if you set
enabled: false
in the config files of some particles, after entering the server, they are being removed from the player and no longer appear when the player returns from the match to the hub (in which the particles are not disabled).So it would be cool to be able to prevent particles from being completely removed from the player when they enters a server where some particles are disabled.
(Sorry for the possibly bad english)
The text was updated successfully, but these errors were encountered: