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 { /**