JavaDoc and import changes

This commit is contained in:
tastybento 2024-04-06 09:08:11 -07:00
parent e570401912
commit 2c75939bc3
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import org.eclipse.jdt.annotation.Nullable;
import world.bentobox.bentobox.BentoBox;
import world.bentobox.bentobox.api.localization.TextVariables;
import world.bentobox.bentobox.api.panels.Panel;
import world.bentobox.bentobox.api.panels.PanelItem;
import world.bentobox.bentobox.api.panels.TemplatedPanel;
import world.bentobox.bentobox.api.panels.builders.PanelItemBuilder;

View File

@ -648,6 +648,7 @@ public interface WorldSettings extends ConfigObject {
/**
* Remove islands when players join a team and not allow players to have other islands if they are in a team.
* @return true or false
* @since 2.3.0
*/
default boolean isDisallowTeamMemberIslands() {
return true;