Claim bug?

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!

 
Last edited by a moderator:
I return to the post hehe, my friends informed me that when a player who owns the claim disconnects for several days exceeding 3 days it is like some players cannot break their claim, it remains infinite forever. Only new ones can break!

<property name = "LandClaimExpiryTime" value = "3" />
  it seems to work when it wants.

 
Back
Top