diff --git a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java index fc3044f87..ce29258a9 100644 --- a/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java +++ b/Plugins/Mineplex.Core.Common/src/mineplex/core/common/util/UtilParticle.java @@ -81,14 +81,23 @@ public class UtilParticle MAGIC_CRIT("magicCrit"), + /** + * Can be colored if count is 0, color is RGB and depends on the offset of xyz + */ MOB_SPELL("mobSpell"), + /** + * Can be colored if count is 0, color is RGB and depends on the offset of xyz + */ MOB_SPELL_AMBIENT("mobSpellAmbient"), NOTE("note"), PORTAL("portal"), + /** + * Can be colored if count is 0, color is RGB and depends on the offset of xyz + */ RED_DUST("reddust"), SLIME("slime"),