Sarakatunga
Refugee
Hello, I have my server and the claim is configured like this.
<property name = "LandClaimCount" value = "2" />
<property name = "LandClaimSize" value = "60" />
<property name = "LandClaimDeadZone" value = "30" />
<property name = "LandClaimExpiryTime" value = "3" />
<property name = "LandClaimDecayMode" value = "2" />
<property name = "LandClaimOnlineDurabilityModifier" value = "50" />
<property name = "LandClaimOfflineDurabilityModifier" value = "0" />
<property name = "LandClaimOfflineDelay" value = "30" />
When the owner of the claim disconnects, it should be 30 minutes before the claim of 50 x becomes infinite. it works sometimes but not always, it's like "LandClaimOfflineDelay" won't work. What am I doing wrong?. The logs do not say anything.
Edit: Sorry, the claim delay is wrongly configured!
<property name = "LandClaimCount" value = "2" />
<property name = "LandClaimSize" value = "60" />
<property name = "LandClaimDeadZone" value = "30" />
<property name = "LandClaimExpiryTime" value = "3" />
<property name = "LandClaimDecayMode" value = "2" />
<property name = "LandClaimOnlineDurabilityModifier" value = "50" />
<property name = "LandClaimOfflineDurabilityModifier" value = "0" />
<property name = "LandClaimOfflineDelay" value = "30" />
When the owner of the claim disconnects, it should be 30 minutes before the claim of 50 x becomes infinite. it works sometimes but not always, it's like "LandClaimOfflineDelay" won't work. What am I doing wrong?. The logs do not say anything.
Edit: Sorry, the claim delay is wrongly configured!
Last edited by a moderator: