Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquerr committed Mar 4, 2022
2 parents f315f2d + 6e7aead commit 26725c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ repositories {
}

dependencies {
compileOnly('org.spongepowered:spongeapi:7.3.0')
// compile 'com.github.rojo8399:PlaceholderAPI:4.5.1'
compileOnly('org.spongepowered:spongeapi:7.4.0')
}

tasks.create("publishBuildOnDiscord") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ public interface FactionsConfig
boolean shouldInformAboutDestroy();
boolean shouldShowAttackedClaim();
boolean shouldShowDestroyedClaim();

boolean shouldShowAttackInBossBar();
}

0 comments on commit 26725c1

Please sign in to comment.