Tweaks: Build outside claims warning (2).
Less messaging for players who already have land claims.
This commit is contained in:
parent
ea0efad12c
commit
7fcba46c40
|
|
@ -330,7 +330,7 @@ public class BlockEventHandler implements Listener
|
||||||
else if(!this.trashBlocks.contains(block.getType()) && GriefPrevention.instance.claimsEnabledForWorld(block.getWorld()))
|
else if(!this.trashBlocks.contains(block.getType()) && GriefPrevention.instance.claimsEnabledForWorld(block.getWorld()))
|
||||||
{
|
{
|
||||||
if(!playerData.warnedAboutBuildingOutsideClaims
|
if(!playerData.warnedAboutBuildingOutsideClaims
|
||||||
&& (playerData.lastClaim == null
|
&& ((playerData.lastClaim == null && playerData.claims.size() == 0)
|
||||||
|| playerData.lastClaim.isNear(player.getLocation(), 15)))
|
|| playerData.lastClaim.isNear(player.getLocation(), 15)))
|
||||||
{
|
{
|
||||||
GriefPrevention.sendMessage(player, TextMode.Warn, Messages.BuildingOutsideClaims);
|
GriefPrevention.sendMessage(player, TextMode.Warn, Messages.BuildingOutsideClaims);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user