Merge branch 'v6' into v7

This commit is contained in:
Alexander Brandes
2023-02-12 19:06:11 +01:00
7 changed files with 10 additions and 10 deletions
Bukkit/src/main/java/com/plotsquared/bukkit/generator
Core/src/main/java/com/plotsquared/core
build.gradle.kts
gradle

@ -190,7 +190,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap
* The method will be removed in future versions, because WorldEdit and FastAsyncWorldEdit only support the latest point
* release.
*/
@Deprecated(forRemoval = true, since = "TODO")
@Deprecated(forRemoval = true, since = "6.11.0")
@Override
public void generateNoise(
@NotNull final WorldInfo worldInfo,