mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-04 19:23:44 +01:00
Compare commits
1 Commits
7.5.9
...
renovate/w
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd23503a2a |
@@ -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());
|
||||||
|
|||||||
@@ -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 <id> info`.
|
* an explicit plot override, e.g., `/plot <id> info`.
|
||||||
*
|
*
|
||||||
* @since 7.5.9
|
* @since TODO
|
||||||
*/
|
*/
|
||||||
public @Nullable PlotArea getContextualPlotArea() {
|
public @Nullable PlotArea getContextualPlotArea() {
|
||||||
Plot current = getCurrentPlot();
|
Plot current = getCurrentPlot();
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
@@ -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") {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user