We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d77b5 commit 6f9b340Copy full SHA for 6f9b340
README.md
@@ -72,7 +72,7 @@ import com.datasiqn.commandcore.command.builder.*;
72
73
public class GreetCommand {
74
public CommandBuilder getCommand() {
75
- return new CommandBuilder<>()
+ return new CommandBuilder()
76
.description("Greets a player")
77
.executes(context -> context.getSource().sendMessage("You ran this command with no arguments")) // Line 5
78
.then(LiteralBuilder.literal("player")
0 commit comments