mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2025-02-16 12:21:42 +01:00
Update disallow team member islands
This commit is contained in:
parent
47830d1bef
commit
57a287a577
@ -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;
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user