From 1646f2f4261b17630d75ca080b6832cb74913a97 Mon Sep 17 00:00:00 2001 From: Matt <4009945+MattBDev@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:36:33 -0500 Subject: [PATCH] Added disclaimer to PlotSettings. This class is not and never has been proper API. --- Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java b/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java index 6e727a095..80dc3c413 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotSettings.java @@ -34,7 +34,9 @@ import java.util.UUID; * Generic settings class. * - Does not keep a reference to a parent class * - Direct changes here will not occur in the db (Use the parent plot object for that) + * This class is not part of the API and may change at any time. It is recommended to use equivalent methods in the Plot class. */ +@Deprecated public class PlotSettings { /**