Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
apply(plugin = "java")

group = "com.leonardobishop"
version = "3.15.2"
version = "3.16"

java {
toolchain {
Expand Down Expand Up @@ -161,5 +161,5 @@ publishing {

fun findPropertyString(propertyName: String): String? {
val propertyValue = project.findProperty(propertyName)
return if (propertyValue is String) propertyValue else null
return propertyValue as? String
}
10 changes: 5 additions & 5 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("io.github.goooler.shadow")
id("com.gradleup.shadow")
}

tasks.build {
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
compileOnlyProject(":common")

// Paper
compileOnlyServer("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
compileOnlyServer("io.papermc.paper:paper-api:1.21.11-pre3-R0.1-SNAPSHOT")

// ASkyBlock
compileOnlyPlugin("com.wasteofplastic:askyblock:3.0.9.4")
Expand Down Expand Up @@ -146,15 +146,15 @@ dependencies {
// bStats
implementation("org.bstats:bstats-bukkit-lite:1.8")
// gson // TODO implement custom metrics without gson
implementation("com.google.code.gson:gson:2.13.1")
implementation("com.google.code.gson:gson:2.13.2")
// HikariCP
implementation("com.zaxxer:HikariCP:6.3.0")
implementation("com.zaxxer:HikariCP:7.0.2")
// slf4j
implementation("org.slf4j:slf4j-nop:1.7.36")
// hppc
implementation("com.carrotsearch:hppc:0.10.0")
// bungeecord-chat
implementation("net.md-5:bungeecord-chat:1.21-R0.3") { isTransitive = false }
implementation("net.md-5:bungeecord-chat:1.21-R0.4") { isTransitive = false }
}

tasks.shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ outdated versions.
## Release builds

- [SpigotMC
(preferred)](https://www.spigotmc.org/resources/quests-1-8-1-19-set-up-goals-for-players.23696/)
(preferred)](https://www.spigotmc.org/resources/quests-1-8-1-21-set-up-goals-for-players.23696/)
- [Hangar](https://hangar.papermc.io/LMBishop/Quests)
- [Modrinth](https://modrinth.com/mod/quests)
- [GitHub](https://github.com/LMBishop/Quests/releases)
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/bartering-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# bartering (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Minecraft 1.16.5+ required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/bedwars1058_bedbreak-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# bedwars1058_bedbreak (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'BedWars1058' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/bedwars1058_finalkill-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# bedwars1058_finalkill (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'BedWars1058' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/bedwars1058_lose-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# bedwars1058_lose (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'BedWars1058' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/bedwars1058_win-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# bedwars1058_win (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'BedWars1058' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/blockfertilizing-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# blockfertilizing (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Minecraft 1.13+ required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/evenmorefish_fishing-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# evenmorefish_fishing (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'EvenMoreFish' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/evenmorefish_hunting-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# evenmorefish_hunting (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'EvenMoreFish' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/fancynpcs_deliver-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# fancynpcs_deliver (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'FancyNpcs' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/fancynpcs_interact-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# fancynpcs_interact (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'FancyNpcs' required
Expand Down
2 changes: 1 addition & 1 deletion docs/task-types/mythicmobs_dealdamage-(task-type).md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Task types

# mythicmobs_dealdamage (task type)

Not released yet (dev builds)
Since v3.16
{: .label .label-green }

Plugin 'MythicMobs' required
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
id("io.github.goooler.shadow") version "8.1.8"
id("xyz.wagyourtail.jvmdowngrader") version "1.3.3"
id("com.gradleup.shadow") version "9.2.2"
id("xyz.wagyourtail.jvmdowngrader") version "1.3.4"
}
}

Expand Down