File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/java/net/azalealibrary/configuration Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1313
1414 <groupId >net.azalealibrary</groupId >
1515 <artifactId >configuration</artifactId >
16- <version >1.1.0 </version >
16+ <version >1.1.1 </version >
1717
1818 <repositories >
1919 <repository >
Original file line number Diff line number Diff line change 99import org .bukkit .ChatColor ;
1010import org .bukkit .command .CommandSender ;
1111
12+ import javax .annotation .Nullable ;
1213import java .util .ArrayList ;
1314import java .util .Arrays ;
1415import java .util .List ;
@@ -21,6 +22,11 @@ public ConfigureCommand() {
2122 super ("configure" );
2223 }
2324
25+ @ Override
26+ public @ Nullable String getPermission () {
27+ return "azalea.configure" ;
28+ }
29+
2430 @ Override
2531 public List <String > complete (CommandSender sender , Arguments arguments ) {
2632 if (arguments .size () == 1 ) {
You can’t perform that action at this time.
0 commit comments