Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
dd23503a2a Update worldedit to v7.3.17 2025-10-26 10:05:35 +00:00
8 changed files with 10 additions and 10 deletions

View File

@@ -219,7 +219,7 @@ public class BlockEventListener implements Listener {
} }
} }
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true) @EventHandler(priority = EventPriority.LOWEST)
public void blockDestroy(BlockBreakEvent event) { public void blockDestroy(BlockBreakEvent event) {
Player player = event.getPlayer(); Player player = event.getPlayer();
Location location = BukkitUtil.adapt(event.getBlock().getLocation()); Location location = BukkitUtil.adapt(event.getBlock().getLocation());

View File

@@ -370,7 +370,7 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer,
* The contextual position can be affected when using a command with * The contextual position can be affected when using a command with
* an explicit plot override, e.g., `/plot &ltid&gt info`. * an explicit plot override, e.g., `/plot &ltid&gt info`.
* *
* @since 7.5.9 * @since TODO
*/ */
public @Nullable PlotArea getContextualPlotArea() { public @Nullable PlotArea getContextualPlotArea() {
Plot current = getCurrentPlot(); Plot current = getCurrentPlot();

View File

@@ -265,7 +265,7 @@ public final class PlaceholderRegistry {
* @param key Placeholder key * @param key Placeholder key
* @param placeholderFunction Placeholder generator. Cannot return null * @param placeholderFunction Placeholder generator. Cannot return null
* @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot * @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot
* @since 7.5.9 * @since TODO
*/ */
public void createPlaceholder( public void createPlaceholder(
final @NonNull String key, final @NonNull String key,

View File

@@ -38,7 +38,7 @@ public abstract class PlotSpecificPlaceholder extends Placeholder {
* *
* @param key Placeholder key * @param key Placeholder key
* @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot * @param requireAbsolute If the plot given to the placeholder should be the absolute (not base) plot
* @since 7.5.9 * @since TODO
*/ */
public PlotSpecificPlaceholder(final @NonNull String key, final boolean requireAbsolute) { public PlotSpecificPlaceholder(final @NonNull String key, final boolean requireAbsolute) {
super(key); super(key);

View File

@@ -20,7 +20,7 @@ plugins {
} }
group = "com.intellectualsites.plotsquared" group = "com.intellectualsites.plotsquared"
version = "7.5.9" version = "7.5.9-SNAPSHOT"
if (!File("$rootDir/.git").exists()) { if (!File("$rootDir/.git").exists()) {
logger.lifecycle(""" logger.lifecycle("""
@@ -73,8 +73,8 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
} }
plugins.withId("java") { plugins.withId("java") {

View File

@@ -12,9 +12,9 @@ adventure-bukkit = "4.4.1"
log4j = "2.19.0" log4j = "2.19.0"
# Plugins # Plugins
worldedit = "7.2.20" worldedit = "7.3.17"
fawe = "2.14.0" fawe = "2.14.0"
placeholderapi = "2.11.7" placeholderapi = "2.11.6"
luckperms = "5.5" luckperms = "5.5"
essentialsx = "2.21.2" essentialsx = "2.21.2"
mvdwapi = "3.1.1" mvdwapi = "3.1.1"

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME