Config - ShaneBeee/GriefPreventionFlags GitHub Wiki

Config

Default config example with notes

World Flags:
  # You will get a section for each world available on your server
  world:
    Default Gamemode: survival

    # Set to true if you want PVP to only be enabled in claims that are flagged with "AllowPVP". For this to work, PvP needs to be enabled in your GriefPrevention config.
    PvP Only In PvP-Flagged Claims: false

    # This message will be sent to players when they attempt to PvP in a non-PvP area
    Message To Send When PvP Is Denied: Player vs. player combat is restricted to
      designated areas.

    # Set to true if you would like players to be notified when they enter a PvP enabled claim
    Send Message On Enter PvP Enabled Claim: false

    # If the above is enabled, this will be the message a player receives when they enter a PvP enabled claim.
    Message: PvP is enabled in this claim, be careful

    # Set to true if you would like players to be notified when they exit a PvP enabled claim
    Send Message On Exit PvP Enabled Claim: false

    # If the above is enabled, this will be the message a player receives when they exit a PvP enabled claim.
    ExitMessage: PvP is disabled in this area, you are now safe

    # A list of biomes to blacklist players from using in the "ChangeBiome" flag. See wiki for more details regarding biome names
    Biomes:
      Blacklist:
      - MUSHROOM_FIELDS
      - MUSHROOM_FIELD_SHORE

See WIKI for info regarding blacklisted biome names.