Rename add to create to avoid confusion

This commit is contained in:
Bea 2022-10-24 21:13:12 +02:00
parent ae2e2e5d82
commit 72b49a15ed
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import org.bukkit.command.CommandSender;
import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.NotNull;
import wtf.beatrice.nounspicker.utils.Cache; import wtf.beatrice.nounspicker.utils.Cache;
public class NounsAddSubCommand public class NounsCreateSubCommand
{ {
public static boolean run(@NotNull CommandSender sender, public static boolean run(@NotNull CommandSender sender,
@ -14,7 +14,7 @@ public class NounsAddSubCommand
if(args.length < 3) if(args.length < 3)
{ {
sender.sendMessage("usage: /nouns add <pronoun> <format>"); sender.sendMessage("usage: /nouns create <pronoun> <format>");
return true; return true;
} }