mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Merge pull request #1599 from Gabscap/fix-min_height
Fix world.min_height setting
This commit is contained in:
		@@ -238,7 +238,7 @@ public abstract class PlotArea {
 | 
			
		||||
        this.PLOT_CHAT = config.getBoolean("chat.enabled");
 | 
			
		||||
        this.WORLD_BORDER = config.getBoolean("world.border");
 | 
			
		||||
        this.MAX_BUILD_HEIGHT = config.getInt("world.max_height");
 | 
			
		||||
        this.MIN_BUILD_HEIGHT = config.getInt("min.max_height");
 | 
			
		||||
        this.MIN_BUILD_HEIGHT = config.getInt("world.min_height");
 | 
			
		||||
 | 
			
		||||
        switch (config.getString("world.gamemode").toLowerCase()) {
 | 
			
		||||
            case "survival":
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user