CreativeMD / PlayerRevive

GNU Lesser General Public License v3.0
11 stars 22 forks source link

Hide Particles of effect #136

Closed AntonyCilleros closed 7 months ago

AntonyCilleros commented 8 months ago

hiding the particles of Slowness 3 when down would be great.

Also, Idk if it's already possible but I would like to add a weakness effect when revived and hide the particles. Like the command "/effect give player minecraft:weakness 60 0 true"

actually here are the effects I wrote in the config file but their particules are visible : "revivedEffects": [ { "effect": "minecraft:blindness", "amplifier": 4, "duration": 200 }, { "effect": "minecraft:slowness", "amplifier": 0, "duration": 2400 }, { "effect": "minecraft:weakness", "amplifier": 0, "duration": 6000 } ],

CreativeMD commented 7 months ago

You should use the command /cmdconfig and change the stuff there. Update CreativeCore and PlayerRevive an option has been added. Thanks for your suggestion!