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

游玩时长奖励

上一页数据库下一页排行榜

You need to enable time-reward option in config to use this feature. Time rewards are permission based. If you ever want to reset a player's progress, you can do so by editing their permissions in your permission plugin. The permissions can be found .

How does it work?

Players can get a reward, for example ONE chunk, every x seconds.


Configuration

time-reward:
  enabled_17: false
  # Time settings
  # After how many seconds
  # should the players
  # get rewarded with plus 1
  # chunk, land, own land
  # or member.
  # NOTE: Timeunit is seconds
  time:
    # /Lands claim
    chunks: 3060
    # Lands the player can be part of.
    lands: 43200
    # Max land members (How many players can the land have?)
    members: 21600
    # Lands the player can create.
    # /Lands create
    lands-own: 86400

Maximum Restrictions

Set the maximum amount of chunks etc. a player can get through playtime rewards.

https://github.com/Angeschossen/Lands/wiki/Permissions#playtime-reward-permissions

here