mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Set enableAutoOwnershipTransfer to false
This commit is contained in:
parent
81435c57f5
commit
d2f10d883d
@ -145,7 +145,7 @@ public class Settings implements DataObject {
|
||||
@ConfigComment("and who's been part of the island the longest time.")
|
||||
@ConfigComment("Setting this to 'false' will disable the feature.")
|
||||
@ConfigEntry(path = "island.automated-ownership-transfer.enable", hidden = true)
|
||||
private boolean enableAutoOwnershipTransfer = true;
|
||||
private boolean enableAutoOwnershipTransfer = false;
|
||||
|
||||
@ConfigComment("Time in days since the island owner's last disconnection before they are considered inactive.")
|
||||
@ConfigEntry(path = "island.automated-ownership-transfer.inactivity-threshold", hidden = true)
|
||||
|
Loading…
Reference in New Issue
Block a user