diff --git a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java index cb0681e3b..47679888e 100644 --- a/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java +++ b/Core/src/main/java/com/plotsquared/core/player/PlotPlayer.java @@ -355,7 +355,7 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, /** * {@return the world name at the player's contextual position} * 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., {@code /plot info}. */ private @NonNull String getContextualWorldName() { Plot current = getCurrentPlot(); @@ -368,7 +368,7 @@ public abstract class PlotPlayer

implements CommandCaller, OfflinePlotPlayer, /** * {@return the plot area at the player's contextual position} * 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., {@code /plot info}. * * @since 7.5.9 */