Rosewood-Development / PlayerParticles

The PlayerParticles plugin made by Esophose
Other
173 stars 49 forks source link

Add an option to not completely remove particles from player when they enters the server where some particles disabled #83

Open FirstL1ght opened 3 years ago

FirstL1ght commented 3 years ago

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)