Compare commits

..

5 Commits

Author SHA1 Message Date
Alexander Brandes
2021f17368 Release 7.5.9
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2025-11-04 10:37:09 +01:00
renovate[bot]
537661529e Update dependency me.clip:placeholderapi to v2.11.7 (#4790)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04 09:33:44 +00:00
renovate[bot]
befc670646 Update Gradle to v9.2.0 (#4789)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 03:12:59 +00:00
renovate[bot]
ca4e3bffb1 Update junit-framework monorepo to v6.0.1 (#4788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 03:10:37 +00:00
Pigaut
df15203f2b Ignore already cancelled block breaks to improve plugin compatibility (#4781) 2025-10-26 20:54:10 +01: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)
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
public void blockDestroy(BlockBreakEvent event) {
Player player = event.getPlayer();
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
* an explicit plot override, e.g., `/plot &ltid&gt info`.
*
* @since TODO
* @since 7.5.9
*/
public @Nullable PlotArea getContextualPlotArea() {
Plot current = getCurrentPlot();

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

View File

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