Moved some settings.

This commit is contained in:
tastybento 2018-06-30 08:25:44 -07:00
parent 70c6b75992
commit dd2a65bef4

View File

@ -165,7 +165,7 @@ public class Settings implements DataObject, WorldSettings {
private int islandZOffset;
@ConfigComment("Island height - Lowest is 5.")
@ConfigComment("It is the y coordinate of the bedrock block in the schematic")
@ConfigComment("It is the y coordinate of the bedrock block in the schem")
@ConfigEntry(path = "world.island-height")
private int islandHeight = 100;
@ -428,6 +428,7 @@ public class Settings implements DataObject, WorldSettings {
@ConfigEntry(path = "panel.close-on-click-outside")
private boolean closePanelOnClickOutside = true;
//---------------------------------------------------------------------------------------/
private String uniqueId = "config";
// Getters and setters