mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-10 06:23:15 +00:00
Added 1.17 particles
This commit is contained in:
parent
70c398c41e
commit
dc72e39f46
62 changed files with 1378 additions and 379 deletions
|
@ -36,6 +36,10 @@ public class DataCommandModule implements CommandModule {
|
|||
} else {
|
||||
localeManager.sendMessage(pplayer, "data-usage-block", StringPlaceholders.single("effect", effect.getName()));
|
||||
}
|
||||
} else if (effect.hasProperty(ParticleProperty.COLORABLE_TRANSITION)) {
|
||||
localeManager.sendMessage(pplayer, "data-usage-color-transition", StringPlaceholders.single("effect", effect.getName()));
|
||||
} else if (effect.hasProperty(ParticleProperty.VIBRATION)) {
|
||||
localeManager.sendMessage(pplayer, "data-usage-vibration", StringPlaceholders.single("effect", effect.getName()));
|
||||
} else {
|
||||
localeManager.sendMessage(pplayer, "data-usage-none", StringPlaceholders.single("effect", effect.getName()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue