Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
5addb72c17 Update worldedit to v7.3.17 2025-11-10 15:46:17 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -104,10 +104,6 @@ public class PaperListener implements Listener {
}
Plot plot = area.getPlot(location);
if (plot != null) {
// Prevent dropping blocks which normally would not be dropped.
if (!event.willDrop()) {
return;
}
event.setWillDrop(plot.getFlag(TileDropFlag.class));
}
}

View File

@@ -12,7 +12,7 @@ adventure-bukkit = "4.4.1"
log4j = "2.19.0"
# Plugins
worldedit = "7.2.20"
worldedit = "7.3.17"
fawe = "2.14.0"
placeholderapi = "2.11.7"
luckperms = "5.5"
@@ -36,7 +36,7 @@ serverlib = "2.3.7"
shadow = "9.2.2"
grgit = "4.1.1"
spotless = "8.0.0"
publish = "0.35.0"
publish = "0.34.0"
runPaper = "3.0.2"
[libraries]