mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Added javadoc since tags in WorldSettings
This commit is contained in:
parent
efdb9a25dc
commit
c79df4c813
@ -283,19 +283,20 @@ public interface WorldSettings extends ConfigObject {
|
||||
|
||||
/**
|
||||
* @return whether leavers should lose a reset or not
|
||||
* @since 1.5.0
|
||||
*/
|
||||
boolean isLeaversLoseReset();
|
||||
|
||||
/**
|
||||
* @return whether players keep their inventory when they are kicked
|
||||
* @since 1.5.0
|
||||
*/
|
||||
boolean isKickedKeepInventory();
|
||||
|
||||
|
||||
/**
|
||||
* @return whether the death value reported by {@link world.bentobox.bentobox.database.objects.Players#getDeaths()}
|
||||
* should include a sum of all players on the island or not
|
||||
* @since 1.5.0
|
||||
*/
|
||||
boolean isDeathsSumTeam();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user