Lands 中文维基
  • 自述
  • 基本
    • 常见问题
    • 玩家如何游玩
    • 命令
    • 关于子区域
    • 租售系统
    • 联邦
    • 战争
    • 给服务器管理员
  • 安装与配置
    • 安装
    • 常见问题
    • 数据库
    • 游玩时长奖励
    • 排行榜
    • 职位和行为设置
    • 自然设置
    • 玩家个人设置
    • 战争配置
    • 等级
  • 权限
    • 所有权限
    • 推荐权限设置
    • LuckPerms 上下文
  • 管理工具
  • PlaceholderAPI 占位符
  • 开发者 API
由 GitBook 提供支持
在本页
  • Other Land Flags
  • Config
  1. 安装与配置

自然设置

You can configure these flags inside your config.yml file. Options: default_list, display_list Wilderness flags can be edited in the /lands admin menu menu.

Reset flag(s) to their defined state from config.yml:

/Lands admin land <land | *> resetFlag <flag | all> Keep in mind that changing flags in the configuration files requires a server reload / restart.

  • ENTITY_GRIEFING Allow entities to grief blocks?

  • TNT_GRIEFING Allow tnt to destroy blocks?

  • PISTON_GRIEFING Allow pistons from a wilderness to push into the area? This should be set to false, since it protects against griefing from other players.

  • MONSTER_SPAWN Should monsters spawn? This does not include spawners by default. To include spawners, you need to enable the include-spawners option.

  • PHANTOM_SPAWN Should phantoms spawn? This does not include spawners by default. To include spawners, you need to enable the include-spawners option.

  • ANIMAL_SPAWN Should animals spawn? This does not include spawners.

  • WATERFLOW_ALLOW Allow water to flow? This should be set to false, since it protects against griefing from other players.

  • FIRE_SPREAD Should fire spread? Fire can not spread from wilderness into lands, even without this flag being set.

  • LEAF_DECAY Should leaves decay?

  • PLANT_GROWTH Should plants (including trees) grow?

  • SNOW_MELT Should snow and ice be able to melt?

  • BLOCK_SPREADING Should blocks, such as amethyst blocks be able to spread into an area? This only affects blocks that are spreading from an area that is part of the same land. Blocks from the wilderness can never spread into claims, regardless of whether this flag is set or not.

Other Land Flags

These flags might not appear in the natural flag's menu. Instead, they usually have their own menu, where they can be toggled directly.

  • TITLE_HIDE Hide the land enter title?

  • REQUEST_ACCEPT Automatically accept new membership requests?

Config

Here can add new flags.

  # Natural flags configuration. Role flags can be configured in the roles.yml file.
  # List of available landFlags: https://github.com/Angeschossen/Lands/wiki/Natural-Flags
  # NOTE: This option requires server reload / restart.
  land-flags:
    # Configure DEFAULT natural flags which will apply to new land creations.
    default_list:
      - monster_spawn
      - phantom_spawn
      - animal_spawn
      - leaf_decay
      - plant_growth
      - snow_melt

    # Natural flags which should be visible in the flags menu.
    display_list:
      - entity_griefing
      - tnt_griefing
      - piston_griefing
      - monster_spawn
      - phantom_spawn
      - animal_spawn
      - waterflow_allow
      - fire_spread
      - leaf_decay
      - plant_growth
      - snow_melt
上一页职位和行为设置下一页玩家个人设置