Added 1.17 particles

This commit is contained in:
Esophose 2021-06-21 13:26:50 -06:00
parent 70c398c41e
commit dc72e39f46
No known key found for this signature in database
GPG key ID: DE0E013CAE5C630A
62 changed files with 1378 additions and 379 deletions

View file

@ -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()));
}