mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-17 12:11:24 +01:00
Default value for WorldBorder
This commit is contained in:
parent
0bf852befb
commit
4b72c7710d
@ -113,7 +113,7 @@ public class Island {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (configLoad.getString("Border") == null) {
|
if (configLoad.getString("Border") == null) {
|
||||||
configLoad.set("Border.Enable", true);
|
configLoad.set("Border.Enable", mainConfig.getFileConfiguration().getBoolean("Island.WorldBorder.Default", false));
|
||||||
configLoad.set("Border.Color", WorldBorder.Color.Blue.name());
|
configLoad.set("Border.Color", WorldBorder.Color.Blue.name());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,6 +87,8 @@ Island:
|
|||||||
# Prevent blocks being placed that would go outside of the Island border
|
# Prevent blocks being placed that would go outside of the Island border
|
||||||
# Pistons | Dispensers | Liquid Flow
|
# Pistons | Dispensers | Liquid Flow
|
||||||
Block: true
|
Block: true
|
||||||
|
# Enabled/Disabled by default
|
||||||
|
Default: false
|
||||||
Spawn:
|
Spawn:
|
||||||
# Prevents blocks being placed inside the location where players spawn on
|
# Prevents blocks being placed inside the location where players spawn on
|
||||||
# an Island. When setting the spawn points, this option when enabled will
|
# an Island. When setting the spawn points, this option when enabled will
|
||||||
|
Loading…
Reference in New Issue
Block a user