Release 7.5.5

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2025-07-29 18:33:50 +02:00
parent 438f1d9656
commit 0f33465d76
3 changed files with 5 additions and 5 deletions

View File

@@ -352,7 +352,7 @@ public class Plot {
* @param arg The search term * @param arg The search term
* @param message If a message should be sent to the player if a plot cannot be found * @param message If a message should be sent to the player if a plot cannot be found
* @return The plot if only 1 result is found, or null * @return The plot if only 1 result is found, or null
* @since TODO * @since 7.5.5
*/ */
public static @Nullable Plot getPlotFromStringUnchecked( public static @Nullable Plot getPlotFromStringUnchecked(
final @Nullable PlotPlayer<?> player, final @Nullable PlotPlayer<?> player,
@@ -434,7 +434,7 @@ public class Plot {
* @param string plot id/area + id * @param string plot id/area + id
* @param player {@link PlotPlayer} player to notify if plot is invalid (outside bounds) * @param player {@link PlotPlayer} player to notify if plot is invalid (outside bounds)
* @return New or existing plot object * @return New or existing plot object
* @since TODO * @since 7.5.5
*/ */
public static @Nullable Plot fromString( public static @Nullable Plot fromString(
final @Nullable PlotArea defaultArea, final @Nullable PlotArea defaultArea,
@@ -457,7 +457,7 @@ public class Plot {
* @param defaultArea if no area is specified * @param defaultArea if no area is specified
* @param string plot id/area + id * @param string plot id/area + id
* @return New or existing plot object * @return New or existing plot object
* @since TODO * @since 7.5.5
*/ */
public static @Nullable Plot fromStringUnchecked(final @Nullable PlotArea defaultArea, final @NonNull String string) { public static @Nullable Plot fromStringUnchecked(final @Nullable PlotArea defaultArea, final @NonNull String string) {
final String[] split = string.split("[;,]"); final String[] split = string.split("[;,]");

View File

@@ -67,7 +67,7 @@ public class PlotTitle {
* Provides a string representation of this plot title value (used in placeholders). * Provides a string representation of this plot title value (used in placeholders).
* *
* @return the plot title representation in the format {@code "<title>" "<subtitle>"} * @return the plot title representation in the format {@code "<title>" "<subtitle>"}
* @since TODO * @since 7.5.5
*/ */
@Override @Override
public String toString() { public String toString() {

View File

@@ -20,7 +20,7 @@ plugins {
} }
group = "com.intellectualsites.plotsquared" group = "com.intellectualsites.plotsquared"
version = "7.5.5-SNAPSHOT" version = "7.5.5"
if (!File("$rootDir/.git").exists()) { if (!File("$rootDir/.git").exists()) {
logger.lifecycle(""" logger.lifecycle("""