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

玩家个人设置

You can configure these flags inside your config.yml file. Options: default_2_list, display_2_list

These flags are applied to new players. Existing players can toggle these flags in their personal settings GUI menu, by executing /lands menu main and then navigating to the personal settings menu. They only control bahaviour related to this single player, such as receiving invites.

Available Personal Settings

  • RECEIVE_INVITES Allow other lands to invite the player to their land?

  • ENTER_MESSAGES Show enter and leave messages when the player enters or leaves a land?

  • SHOW_INBOX Show inbox messages, from lands the player is part of, in chat?

Config

Here can add new flags.

# Players can toggle personal flags to customize their experience.
player:
  flags:
    # Configure a default list of flags that is enabled.
    # This only applies to new players, or those who haven't toggeled any flags yet.
    default_2_list:
      - 'receive_invites'
      - 'enter_messages'
      - 'show_inbox'

    # Configure which flags should be displayed in the menu.
    # ALL = all flags are displayed.
    display_2_list:
      - 'all'

Other Flag Types

  • Role Flags: https://github.com/Angeschossen/Lands/wiki/Roles-and-their-Flags

  • Natural Flags: https://github.com/Angeschossen/Lands/wiki/Natural-Flags

上一页自然设置下一页战争配置