mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-05 03:33:43 +01:00
@@ -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 TODO
|
* @since 7.5.9
|
||||||
*/
|
*/
|
||||||
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 TODO
|
* @since 7.5.9
|
||||||
*/
|
*/
|
||||||
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 TODO
|
* @since 7.5.9
|
||||||
*/
|
*/
|
||||||
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-SNAPSHOT"
|
version = "7.5.9"
|
||||||
|
|
||||||
if (!File("$rootDir/.git").exists()) {
|
if (!File("$rootDir/.git").exists()) {
|
||||||
logger.lifecycle("""
|
logger.lifecycle("""
|
||||||
|
|||||||
Reference in New Issue
Block a user