Particle Groups implemented

This commit is contained in:
Esophose 2018-10-16 19:09:20 -06:00
parent 4fce663167
commit 88dcf75ace
14 changed files with 328 additions and 61 deletions

View file

@ -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) {