Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Dec 28, 2023
1 parent f388521 commit fddbeb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
}

group = "com.github.angeschossen"
version = "6.42.8"
version = "6.42.13"
description = "LandsAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ public interface Configuration {
* @return never null
*/
@NotNull WarsConfig getWarsConfig();

/**
* Get configuration options for nations.
* @return never null
*/
@NotNull NationsConfig getNationsConfig();
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package me.angeschossen.lands.api.configuration;

public interface NationsConfig extends ModuleConfig {
}

0 comments on commit fddbeb8

Please sign in to comment.