mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-07-08 14:57:50 +00:00
Particle Groups implemented
This commit is contained in:
parent
4fce663167
commit
88dcf75ace
14 changed files with 328 additions and 61 deletions
|
@ -38,7 +38,7 @@ public class DataCommandModule implements CommandModule {
|
|||
LangManager.sendMessage(pplayer, Lang.DATA_USAGE_NONE, effect.getName());
|
||||
}
|
||||
} else {
|
||||
LangManager.sendMessage(pplayer, Lang.COMMAND_DATA_NO_ARGS);
|
||||
LangManager.sendMessage(pplayer, Lang.DATA_NO_ARGS);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue