Skip to content

Commit

Permalink
Update to Towny 0.101.0.4 and FlagWar 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBlobman committed Jan 1, 2025
1 parent 20efdb4 commit 0a3567e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions expansion/compatibility/Towny/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
repositories {
maven("https://repo.glaremasters.me/repository/towny/")
maven("https://nexus.sirblobman.xyz/proxy-jitpack/")
}

dependencies {
compileOnly("com.github.TownyAdvanced:Towny:0.100.3.2")
compileOnly("com.github.TownyAdvanced:FlagWar:0.6.2")
compileOnly("com.palmergames.bukkit.towny:towny:0.101.0.4")
compileOnly("com.github.TownyAdvanced:FlagWar:0.6.4")
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void onLoad() {

@Override
public boolean checkDependencies() {
return checkDependency("Towny", true, "0.100");
return checkDependency("Towny", true, "0.101");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ prefix: "${expansionPrefix}"
description: "${expansionDescription}"

main: "combatlogx.expansion.compatibility.region.towny.TownyExpansion"
version: "17.5"
version: "17.6"
author: "SirBlobman"

plugin-depend:
Expand Down

0 comments on commit 0a3567e

Please sign in to comment.