diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b13cbd1f9..0241cbba7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,7 +27,7 @@ body: description: Which server version are you using? If your server version is not listed, it is not supported. Update to a supported version first. multiple: false options: - - '1.21.4' + - '1.21.11' - '1.21.3' - '1.21.1' - '1.20.6' diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index c6ad3e8fe..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ -daysUntilStale: 30 -daysUntilClose: 7 -only: issues -exemptLabels: - - "Bug" - - "Enhancement" - - "Approved" - - "Priority" - - "Under investigation" -staleLabel: "resolution: stale" -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. If the issue is still present and can be reproduced, please let the team know. - Thank you for your contributions. -closeComment: > - This issue has been automatically closed because it has not had activity in - a long time. If the issue still applies to the most recent supported - version, please reply to this issue and the team will reopen it. diff --git a/Bukkit/build.gradle.kts b/Bukkit/build.gradle.kts index 2f0f9d20a..f00a912bd 100644 --- a/Bukkit/build.gradle.kts +++ b/Bukkit/build.gradle.kts @@ -110,9 +110,9 @@ tasks { val isRelease = if (rootProject.version.toString().endsWith("-SNAPSHOT")) "TODO" else rootProject.version.toString() val opt = options as StandardJavadocDocletOptions opt.links("https://jd.papermc.io/paper/1.20.4/") - opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString()) +// opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-bukkit/" + libs.worldeditBukkit.get().versionConstraint.toString()) opt.links("https://intellectualsites.github.io/plotsquared-javadocs/core/") - opt.links("https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString()) +// opt.links("https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString()) opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/") opt.links("https://checkerframework.org/api/") opt.isLinkSource = true diff --git a/Core/build.gradle.kts b/Core/build.gradle.kts index 5b7367be0..3c2532ecf 100644 --- a/Core/build.gradle.kts +++ b/Core/build.gradle.kts @@ -67,8 +67,8 @@ tasks { withType { val isRelease = if (rootProject.version.toString().endsWith("-SNAPSHOT")) "TODO" else rootProject.version.toString() val opt = options as StandardJavadocDocletOptions - opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-core/" + libs.worldeditCore.get().versionConstraint.toString()) - opt.links("https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString()) +// opt.links("https://docs.enginehub.org/javadoc/com.sk89q.worldedit/worldedit-core/" + libs.worldeditCore.get().versionConstraint.toString()) +// opt.links("https://jd.advntr.dev/api/" + libs.adventureApi.get().versionConstraint.toString()) opt.links("https://jd.advntr.dev/text-minimessage/" + libs.adventureApi.get().versionConstraint.toString()) opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/") opt.links("https://checkerframework.org/api/") diff --git a/build.gradle.kts b/build.gradle.kts index 01759efd4..19a2ea8fe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.5.11-SNAPSHOT" +version = "7.5.11" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""