mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Merge branch 'IntellectualSites:main' into main
This commit is contained in:
commit
acadc1ff70
@ -6,7 +6,7 @@ import java.time.format.DateTimeFormatter
|
|||||||
import xyz.jpenilla.runpaper.task.RunServer
|
import xyz.jpenilla.runpaper.task.RunServer
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
|
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
|
||||||
id("xyz.jpenilla.run-paper") version "2.2.3"
|
id("xyz.jpenilla.run-paper") version "2.2.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ logger.lifecycle("""
|
|||||||
*******************************************
|
*******************************************
|
||||||
""")
|
""")
|
||||||
|
|
||||||
var rootVersion by extra("2.9.2")
|
var rootVersion by extra("2.9.3")
|
||||||
var snapshot by extra("SNAPSHOT")
|
var snapshot by extra("SNAPSHOT")
|
||||||
var revision: String by extra("")
|
var revision: String by extra("")
|
||||||
var buildNumber by extra("")
|
var buildNumber by extra("")
|
||||||
|
@ -28,7 +28,7 @@ dependencies {
|
|||||||
implementation(gradleApi())
|
implementation(gradleApi())
|
||||||
implementation("org.ajoberstar.grgit:grgit-gradle:5.2.2")
|
implementation("org.ajoberstar.grgit:grgit-gradle:5.2.2")
|
||||||
implementation("com.github.johnrengelman:shadow:8.1.1")
|
implementation("com.github.johnrengelman:shadow:8.1.1")
|
||||||
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.5.12")
|
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.5.13")
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
|
@ -15,7 +15,7 @@ griefprevention = "17.0.0"
|
|||||||
griefdefender = "2.1.0-SNAPSHOT"
|
griefdefender = "2.1.0-SNAPSHOT"
|
||||||
residence = "4.5._13.1"
|
residence = "4.5._13.1"
|
||||||
towny = "0.100.2.0"
|
towny = "0.100.2.0"
|
||||||
plotsquared = "7.3.6"
|
plotsquared = "7.3.7"
|
||||||
|
|
||||||
# Third party
|
# Third party
|
||||||
bstats = "3.0.2"
|
bstats = "3.0.2"
|
||||||
|
@ -12,6 +12,6 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.20.4-R0.1-SNAPSHOT
|
// url=https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/1.20.4-R0.1-SNAPSHOT
|
||||||
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.4-R0.1-20240402.103709-145")
|
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.4-R0.1-20240407.005218-157")
|
||||||
compileOnly(libs.paperlib)
|
compileOnly(libs.paperlib)
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,7 @@ public class ScatterBrush implements Brush {
|
|||||||
/**
|
/**
|
||||||
* @deprecated Use {@link ScatterBrush#finish(EditSession, BlockVector3Set, BlockVector3, Pattern, double)}
|
* @deprecated Use {@link ScatterBrush#finish(EditSession, BlockVector3Set, BlockVector3, Pattern, double)}
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.9.2")
|
||||||
public void finish(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pos, Pattern pattern, double size) {
|
public void finish(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pos, Pattern pattern, double size) {
|
||||||
finish(editSession, (BlockVector3Set) placed, pos, pattern, size);
|
finish(editSession, (BlockVector3Set) placed, pos, pattern, size);
|
||||||
}
|
}
|
||||||
@ -101,7 +101,7 @@ public class ScatterBrush implements Brush {
|
|||||||
/**
|
/**
|
||||||
* Complete the scatter brush process.
|
* Complete the scatter brush process.
|
||||||
*
|
*
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
public void finish(EditSession editSession, BlockVector3Set placed, BlockVector3 pos, Pattern pattern, double size) {
|
public void finish(EditSession editSession, BlockVector3Set placed, BlockVector3 pos, Pattern pattern, double size) {
|
||||||
}
|
}
|
||||||
@ -118,7 +118,7 @@ public class ScatterBrush implements Brush {
|
|||||||
/**
|
/**
|
||||||
* @deprecated Use {@link ScatterBrush#apply(EditSession, BlockVector3Set, BlockVector3, Pattern, double)}
|
* @deprecated Use {@link ScatterBrush#apply(EditSession, BlockVector3Set, BlockVector3, Pattern, double)}
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.9.2")
|
||||||
public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pt, Pattern p, double size) throws
|
public void apply(EditSession editSession, LocalBlockVectorSet placed, BlockVector3 pt, Pattern p, double size) throws
|
||||||
MaxChangedBlocksException {
|
MaxChangedBlocksException {
|
||||||
apply(editSession, (BlockVector3Set) placed, pt, p, size);
|
apply(editSession, (BlockVector3Set) placed, pt, p, size);
|
||||||
@ -127,7 +127,7 @@ public class ScatterBrush implements Brush {
|
|||||||
/**
|
/**
|
||||||
* Apply the scatter brush to a given position
|
* Apply the scatter brush to a given position
|
||||||
*
|
*
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
public void apply(EditSession editSession, BlockVector3Set placed, BlockVector3 pt, Pattern p, double size) throws
|
public void apply(EditSession editSession, BlockVector3Set placed, BlockVector3 pt, Pattern p, double size) throws
|
||||||
MaxChangedBlocksException {
|
MaxChangedBlocksException {
|
||||||
|
@ -15,7 +15,7 @@ import com.sk89q.worldedit.world.block.BlockStateHolder;
|
|||||||
/**
|
/**
|
||||||
* @deprecated Unused internal, will be removed in v3
|
* @deprecated Unused internal, will be removed in v3
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.9.2")
|
||||||
public class TransformExtent extends BlockTransformExtent {
|
public class TransformExtent extends BlockTransformExtent {
|
||||||
|
|
||||||
private final MutableVector3 mutable1 = new MutableVector3();
|
private final MutableVector3 mutable1 = new MutableVector3();
|
||||||
|
@ -15,7 +15,7 @@ import static java.lang.Math.floorDiv;
|
|||||||
* @deprecated replaced by {@link com.sk89q.worldedit.function.pattern.RandomPattern}
|
* @deprecated replaced by {@link com.sk89q.worldedit.function.pattern.RandomPattern}
|
||||||
* combined with {@link com.fastasyncworldedit.core.math.random.Linear2DRandom}.
|
* combined with {@link com.fastasyncworldedit.core.math.random.Linear2DRandom}.
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.9.2")
|
||||||
public class Linear2DBlockPattern extends AbstractPattern {
|
public class Linear2DBlockPattern extends AbstractPattern {
|
||||||
|
|
||||||
private final Pattern[] patternsArray;
|
private final Pattern[] patternsArray;
|
||||||
|
@ -15,7 +15,7 @@ import static java.lang.Math.floorDiv;
|
|||||||
* @deprecated replaced by {@link com.sk89q.worldedit.function.pattern.RandomPattern}
|
* @deprecated replaced by {@link com.sk89q.worldedit.function.pattern.RandomPattern}
|
||||||
* combined with {@link com.fastasyncworldedit.core.math.random.Linear3DRandom}.
|
* combined with {@link com.fastasyncworldedit.core.math.random.Linear3DRandom}.
|
||||||
*/
|
*/
|
||||||
@Deprecated(forRemoval = true, since = "TODO")
|
@Deprecated(forRemoval = true, since = "2.9.2")
|
||||||
public class Linear3DBlockPattern extends AbstractPattern {
|
public class Linear3DBlockPattern extends AbstractPattern {
|
||||||
|
|
||||||
private final Pattern[] patternsArray;
|
private final Pattern[] patternsArray;
|
||||||
|
@ -6,7 +6,7 @@ import static java.lang.Math.floorDiv;
|
|||||||
/**
|
/**
|
||||||
* A {@link SimpleRandom} that deterministically maps coordinates
|
* A {@link SimpleRandom} that deterministically maps coordinates
|
||||||
* to values.
|
* to values.
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
public class Linear2DRandom implements SimpleRandom {
|
public class Linear2DRandom implements SimpleRandom {
|
||||||
private final int xScale;
|
private final int xScale;
|
||||||
|
@ -5,7 +5,7 @@ import static java.lang.Math.floorDiv;
|
|||||||
/**
|
/**
|
||||||
* A {@link SimpleRandom} that deterministically maps coordinates
|
* A {@link SimpleRandom} that deterministically maps coordinates
|
||||||
* to values.
|
* to values.
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
public class Linear3DRandom implements SimpleRandom {
|
public class Linear3DRandom implements SimpleRandom {
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ public interface BlockVector3Set extends Set<BlockVector3> {
|
|||||||
*
|
*
|
||||||
* @param x x offset
|
* @param x x offset
|
||||||
* @param z z offset
|
* @param z z offset
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
void setOffset(int x, int z);
|
void setOffset(int x, int z);
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ public interface BlockVector3Set extends Set<BlockVector3> {
|
|||||||
* @param x x offset
|
* @param x x offset
|
||||||
* @param y y offset
|
* @param y y offset
|
||||||
* @param z z offset
|
* @param z z offset
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
void setOffset(int x, int y, int z);
|
void setOffset(int x, int y, int z);
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ public interface BlockVector3Set extends Set<BlockVector3> {
|
|||||||
* @param y y radius center
|
* @param y y radius center
|
||||||
* @param z z radius center
|
* @param z z radius center
|
||||||
* @return if radius is contained by the set
|
* @return if radius is contained by the set
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
boolean containsRadius(int x, int y, int z, int radius);
|
boolean containsRadius(int x, int y, int z, int radius);
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ public interface Pattern extends Filter {
|
|||||||
* Get the likely maximum size of the volume this pattern will affect
|
* Get the likely maximum size of the volume this pattern will affect
|
||||||
*
|
*
|
||||||
* @return Pattern size
|
* @return Pattern size
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
default BlockVector3 size() {
|
default BlockVector3 size() {
|
||||||
return BlockVector3.ONE;
|
return BlockVector3.ONE;
|
||||||
|
@ -65,7 +65,7 @@ public enum RegionSelectorType {
|
|||||||
* Get a {@link RegionSelectorType} for the given {@link RegionSelector}
|
* Get a {@link RegionSelectorType} for the given {@link RegionSelector}
|
||||||
*
|
*
|
||||||
* @param selector Region selector to get type enum for
|
* @param selector Region selector to get type enum for
|
||||||
* @since TODO
|
* @since 2.9.2
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
public static RegionSelectorType getForSelector(RegionSelector selector) {
|
public static RegionSelectorType getForSelector(RegionSelector selector) {
|
||||||
|
Loading…
Reference in New Issue
Block a user