From 2f6db9c3db1ad9d077f5005027873c685f373bf7 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 23 Feb 2025 11:27:30 +0100 Subject: [PATCH] Back to snapshot for development Signed-off-by: Alexander Brandes --- .../com/plotsquared/core/queue/ChunkCoordinatorBuilder.java | 2 +- .../java/com/plotsquared/core/queue/QueueCoordinator.java | 4 ++-- build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java b/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java index cd930087d..e434ce52b 100644 --- a/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java +++ b/Core/src/main/java/com/plotsquared/core/queue/ChunkCoordinatorBuilder.java @@ -210,7 +210,7 @@ public class ChunkCoordinatorBuilder { * - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper). * * @param shouldGen should generate new chunks or not - * @since TODO + * @since 7.5.0 */ public @NonNull ChunkCoordinatorBuilder shouldGen(final boolean shouldGen) { this.shouldGen = shouldGen; diff --git a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java index 9ff243dca..eae45d7db 100644 --- a/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java +++ b/Core/src/main/java/com/plotsquared/core/queue/QueueCoordinator.java @@ -117,7 +117,7 @@ public abstract class QueueCoordinator { * depending on server implementation. (i.e. setting to false may not actually disable generation as part of this operation * - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper). * - * @since TODO + * @since 7.5.0 */ public boolean isShouldGen() { return shouldGen; @@ -129,7 +129,7 @@ public abstract class QueueCoordinator { * - this is just a catch-all in case of future differing server implementations; the option will work on Spigot/Paper). * * @param shouldGen should generate new chunks or not - * @since TODO + * @since 7.5.0 */ public void setShouldGen(boolean shouldGen) { this.shouldGen = shouldGen; diff --git a/build.gradle.kts b/build.gradle.kts index 0769e66c2..236ee1093 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.5.0" +version = "7.5.1-SNAPSHOT" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""