Rename add to create to avoid confusion
This commit is contained in:
parent
ae2e2e5d82
commit
72b49a15ed
@ -4,7 +4,7 @@ import org.bukkit.command.CommandSender;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import wtf.beatrice.nounspicker.utils.Cache;
|
||||
|
||||
public class NounsAddSubCommand
|
||||
public class NounsCreateSubCommand
|
||||
{
|
||||
|
||||
public static boolean run(@NotNull CommandSender sender,
|
||||
@ -14,7 +14,7 @@ public class NounsAddSubCommand
|
||||
|
||||
if(args.length < 3)
|
||||
{
|
||||
sender.sendMessage("usage: /nouns add <pronoun> <format>");
|
||||
sender.sendMessage("usage: /nouns create <pronoun> <format>");
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user