diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java index e71d5c50f..3f8fa9850 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotId.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotId.java @@ -199,6 +199,8 @@ public final class PlotId { /** * Returns a string representation of this Plot ID in the format "x;y". * + *

The format is {@code x + ";" + y} + * * @return a string representation of this Plot ID */ @Override