mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-23 05:54:01 +00:00
Particle Groups implemented
This commit is contained in:
parent
4fce663167
commit
88dcf75ace
14 changed files with 328 additions and 61 deletions
|
@ -124,7 +124,7 @@ public class AddCommandModule implements CommandModule {
|
|||
group.getParticles().add(newParticle);
|
||||
DataManager.saveParticleGroup(pplayer.getUniqueId(), group);
|
||||
|
||||
LangManager.sendMessage(pplayer, Lang.COMMAND_ADD_PARTICLE_APPLIED, newParticle.getEffect().getName(), newParticle.getStyle().getName(), newParticle.getDataString());
|
||||
LangManager.sendMessage(pplayer, Lang.ADD_PARTICLE_APPLIED, newParticle.getEffect().getName(), newParticle.getStyle().getName(), newParticle.getDataString());
|
||||
}
|
||||
|
||||
public List<String> onTabComplete(PPlayer pplayer, String[] args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue