Added /pp use

This commit is contained in:
Esophose 2020-10-18 12:01:34 -06:00
parent dfe4d99568
commit 5288d669e4
10 changed files with 231 additions and 2 deletions

View file

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