mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Added disclaimer to PlotSettings.
This class is not and never has been proper API.
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user