Update disallow team member islands

This commit is contained in:
tastybento 2024-08-17 08:18:23 -07:00
parent 47830d1bef
commit 57a287a577
2 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ public class AISettings implements WorldSettings {
private int islandHeight = 50;
@ConfigComment("Disallow team members from having their own islands.")
@ConfigComment("Only works if players are allowed multiple islands.")
@ConfigEntry(path = "world.disallow-team-member-islands")
private boolean disallowTeamMemberIslands = false;

View File

@ -126,6 +126,7 @@ world:
# It is the y coordinate of the bedrock block in the schem.
island-height: 60
# Disallow team members from having their own islands.
# Only works if players are allowed multiple islands.
disallow-team-member-islands: false
# Use your own world generator for this world.
# In this case, the plugin will not generate anything.