guitarro17
New member
Hi!
I'm a new server manager, and I'm trying to configure a PVP server, but when my friends enter the server, the claim is not working, everything is "green", they can put blocks anywhere. If one of them put a claim, the others can still put blocks as if there was no claim, they can even put a claim over another claim (they are not "friends" in the friend list).
What am I doing wrong?
I changed, on the configuration file, the "GameMode" to "GameModeSurvivalMP" and "GameModeSurvivalPvP" and nothing changes.
The land claim options
I'm a new server manager, and I'm trying to configure a PVP server, but when my friends enter the server, the claim is not working, everything is "green", they can put blocks anywhere. If one of them put a claim, the others can still put blocks as if there was no claim, they can even put a claim over another claim (they are not "friends" in the friend list).
What am I doing wrong?
I changed, on the configuration file, the "GameMode" to "GameModeSurvivalMP" and "GameModeSurvivalPvP" and nothing changes.
The land claim options
Code:
<property name="LandClaimCount" value="1"/> <!-- Maximum allowed land claims per player. -->
<property name="LandClaimSize" value="51"/> <!-- Size in blocks that is protected by a keystone -->
<property name="LandClaimDeadZone" value="20"/> <!-- Keystones must be this many blocks apart (unless you are friends with the other player) -->
<property name="LandClaimExpiryTime" value="3"/> <!-- The number of days a player can be offline before their claims expire and are no longer protected -->
<property name="LandClaimDecayMode" value="0"/> <!-- Controls how offline players land claims decay. All claims have full protection for the first 24hrs. 0=Linear, 1=Exponential, 2=Full protection until claim is expired. -->
<property name="LandClaimOnlineDurabilityModifier" value="50"/> <!-- How much protected claim area block hardness is increased when a player is online. 0 means infinite (no damage will ever be taken). Default is 4x -->
<property name="LandClaimOfflineDurabilityModifier" value="150"/>