Skip to content

Commit 26725c1

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents f315f2d + 6e7aead commit 26725c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ repositories {
1717
}
1818

1919
dependencies {
20-
compileOnly('org.spongepowered:spongeapi:7.3.0')
21-
// compile 'com.github.rojo8399:PlaceholderAPI:4.5.1'
20+
compileOnly('org.spongepowered:spongeapi:7.4.0')
2221
}
2322

2423
tasks.create("publishBuildOnDiscord") {

src/main/java/io/github/aquerr/eaglefactions/api/config/FactionsConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ public interface FactionsConfig
7878
boolean shouldInformAboutDestroy();
7979
boolean shouldShowAttackedClaim();
8080
boolean shouldShowDestroyedClaim();
81+
82+
boolean shouldShowAttackInBossBar();
8183
}

0 commit comments

Comments
 (0)