# Disable when player is nearby

This feature is faction oriented.

```yaml
pvp:
  enabled-permission-range: false #to enable the feature
  fly-disable-radius: 5
  bypass:
    placeholders:
      - "%lands_land_name_plain%"  # For example : The plugin checks if the land name around a player is the same.
      # If there are a player that return different of all player(in 10 block around), fly will disable.
      #- "%otherPlaceholder%"  # You can put other placeholder if needed.
```

The bypass placeholder is the placeholder to disable the radius.\
In this example, if players are in the same lands, that will not disable fly if player is at 5 blocks to the player.
