mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-08 13:33:07 +00:00
Added /pp use
This commit is contained in:
parent
dfe4d99568
commit
5288d669e4
10 changed files with 231 additions and 2 deletions
|
@ -181,7 +181,7 @@ public class FixedCommandModule implements CommandModule {
|
|||
localeManager.sendMessage(pplayer, "fixed-create-style-invalid", StringPlaceholders.single("style", args[4]));
|
||||
return;
|
||||
} else if (!permissionManager.hasStylePermission(pplayer, style)) {
|
||||
localeManager.sendMessage(pplayer, "fixed-create-style-no-permission", StringPlaceholders.single("style", args[4]));
|
||||
localeManager.sendMessage(pplayer, "fixed-create-style-no-permission", StringPlaceholders.single("style", style.getName()));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue