Skip to content

Commit

Permalink
feat(cmd): Add command creator
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Dec 19, 2023
1 parent fe0f75c commit 92109ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/com/artformgames/core/ArtCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private static ArtCorePlugin plugin() {
return core;
}

public LiteCommandsBuilder<CommandSender, LiteBukkitSettings, ?> createCommand() {
public static LiteCommandsBuilder<CommandSender, LiteBukkitSettings, ?> createCommand() {
return LiteCommandsBukkit.builder().missingPermission(new PermMissedHandler()).invalidUsage(new CommandUsageHandler());
}

Expand Down

0 comments on commit 92109ba

Please sign in to comment.