Skip to content

Commit

Permalink
Add CommandException to CommandConfigurable
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Feb 4, 2021
1 parent f3cdf41 commit 3ea7dda
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,5 +1,7 @@
package net.citizensnpcs.api.command;

import net.citizensnpcs.api.command.exception.CommandException;

public interface CommandConfigurable {
void configure(CommandContext args);
void configure(CommandContext args) throws CommandException;
}

0 comments on commit 3ea7dda

Please sign in to comment.