We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f315f2d + 6e7aead commit 26725c1Copy full SHA for 26725c1
build.gradle
@@ -17,8 +17,7 @@ repositories {
17
}
18
19
dependencies {
20
- compileOnly('org.spongepowered:spongeapi:7.3.0')
21
-// compile 'com.github.rojo8399:PlaceholderAPI:4.5.1'
+ compileOnly('org.spongepowered:spongeapi:7.4.0')
22
23
24
tasks.create("publishBuildOnDiscord") {
src/main/java/io/github/aquerr/eaglefactions/api/config/FactionsConfig.java
@@ -78,4 +78,6 @@ public interface FactionsConfig
78
boolean shouldInformAboutDestroy();
79
boolean shouldShowAttackedClaim();
80
boolean shouldShowDestroyedClaim();
81
+
82
+ boolean shouldShowAttackInBossBar();
83
0 commit comments