mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-14 14:25:11 +01:00
Update IslandManager.java
Add Configuration if owner want delete totaly block island or not (default true)
This commit is contained in:
parent
cf1eca139b
commit
ab975e129a
@ -555,7 +555,9 @@ public class IslandManager {
|
||||
}
|
||||
}
|
||||
|
||||
startDeletion(island, worldManager);
|
||||
if (configLoad.getBoolean("Island.Deletion.DeleteIsland", true)) {
|
||||
startDeletion(island, worldManager);
|
||||
}
|
||||
|
||||
plugin.getVisitManager().deleteIsland(island.getOwnerUUID());
|
||||
plugin.getBanManager().deleteIsland(island.getOwnerUUID());
|
||||
|
Loading…
Reference in New Issue
Block a user