领地

From Vintage Story Wiki
This page is a translated version of the page Land claiming and the translation is 30% complete.

This page was last verified for Vintage Story version 1.21.1.

A land claim in the making

Vintage Story comes with a land claiming system that lets players protect their valuable resources and structures. It is currently only available through typing a sequence of commands as documented on the list of server commands .

It works by creating a new claim project, then adding one or more cuboidal areas to the claim, and saving it. The owner may also grant partial or full access to other players. There are limits on how much land you can claim. By default it is 4 chunks and up to 3 non-adjacent areas, but these values may vary greatly from server to server. You can use the command /mystats to see how much land you can claim. Server admins have their claiming contingents set to maximum by default.

Press T in-game to open the text window. The command /land will list the possible subcommands. For a full command reference please check out the reference list of land claiming commands , and for the most-up-to-date syntax check the in-game Command Handbook: .chb.

Another way of protecting your property is Block reinforcement .

步骤讲解

Note: In the examples below, brackets are used as placeholders. In-game, replace the terms in brackets. For instance, replace [number] with 0

  1. 使用/land claim new创建新的领地。
  2. 站在目标区域的一个角上,使用/land claim start设置起始位置。移动到对角线的角,使用/land claim end设置结束位置。起始和结束命令标记了要占领的长方体的角点。定义起始点和结束点后,会出现一个白色的预览长方体,指示将被占领的区域。如果起始点和结束点都在平地上,则长方体会低于地面而不可见;可以通过向上延伸长方体来解决这个问题。例如: /land claim grow up 10

您可以使用特定方向的命令来微调选择区域/land claim grow [north/east/south/west/up/down] [number]可以沿指定方向拉长长方体,而/land claim shrink [north/east/south/west/up/down] [number]可以缩短长方体。例如,如果您希望领地覆盖地下室下方,请使用/land claim grow down 20 ;如果您希望领地向南延伸不要太远,请使用/land claim shrink south 2

  1. 使用命令/land claim add将您当前选定的区域添加到领地。预览区域将变为绿色,表示该区域已加入领地计划。请注意下方的默认限制,例如最小面积等。如果未满足要求/land claim add将执行失败。

现在您可以通过定义起始位置和结束位置来添加另一个区域,但它必须与已认领的区域相邻。如果新预览区域没有至少一面白墙与已添加区域的绿墙相连, /land claim add新区域将失败。 添加完区域后,请使用命令/land claim save [name]保存您的领地。即使忘记命名,领地也能保存。但如果您创建了多个领地,使用描述性名称区分它们非常重要。

Granting access to other players

There are three levels of permission you can choose from when granting access to your claims.

  • Traverse access allows opening doors and trapdoors.
  • Use access includes Traverse access and adds the ability to interact with blocks and put/take items from containers.
  • All access includes Use access and adds the ability to place blocks and break blocks.

假设你想让玩家Joe完全访问你现有的一项权限。

  1. Check your current claims via /land list. The number in each line is the index number currently associated with that claim. Note: editing and saving a claim will change its index number.
  2. Load your claim with that index: /land claim load [index]
  3. Grant access: /land claim grant Joe all
  4. Save your claim again: /land claim save [name]. If you neglect to enter a name at this point, only the claim index will show the next time you look at your land list.

Example of actual commands for the above scenario, where you have only one land claim:

  1. /land claim load 0
  2. /land claim grant Joe all
  3. /land claim save myhome

请注意,括号和其他符号都不能包含在内。

授予玩家组访问权限

  1. 创建一个组(查看组命令列表
  2. 查看领地列表: /land list
  3. 加载你的领地: /land claim load [index]
  4. 授予访问权限: /land claim grantgroup [groupname] all
  5. 再次保存你的领地: /land claim save [name]

授予公共使用权

假设你建造了一家旅馆,想让所有人都能使用,但又不想被添加或移除方块:

  1. Check the claim index: /land list
  2. Load your claim: /land claim load [index]
  3. Grant access:
    • To allow Traverse access for everyone:
      /land claim allowtraverseveryone true
    • To allow Use access for everyone:
      /land claim allowuseeveryone true
  4. Save your claim again: /land claim save [name]

If you change your mind and want to remove that authorization:

  1. Check the claim index: /land list
  2. Load your claim: /land claim load [index]
  3. Revoke access: /land claim allowuseeveryone false
  4. Save claim again: /land claim save [name]

Enlarging a claim

Displays a nighttime view of a large claim with several translucent overlays in various shapes and sizes.
As this claim grew, the player added protections in sections. Think of it like adding additional Legos to the first, rather than enlarging a single Lego.

Once you've used the /land claim add command, you cannot use grow/shrink anymore on that cuboid/section. To increase your protected area under a single claim, you'll need to designate additional cuboids adjacent to the existing one, and add them.

  1. Check the claim index: /land list
  2. Load your claim: /land claim load [index]
  3. Without the new step, do /land claim start and /land claim end just like before, to set opposite corners, and /land claim grow up 10 to make the box visible.
  4. Do /land claim grow [direction] [number] and /land claim shrink [direction] [number] until you're satisfied with the new section. Make sure at least one wall of the new white area "kisses" a wall of the older green area, without overlapping.
  5. Do /land claim add to turn the currently-editing area green.
  6. Repeat steps 3-5 for additional sections.
  7. Save claim again: /land claim save [name]

Deleting a land claim

  1. Check the claim index: /land list
  2. To initiate, use /land free [number] with the index of the claim you want to delete
  3. The chat will prompt you to confirm your choice; do so with /land free [number] confirm
小贴士:


Server administrators can remove the claim they are currently standing in with the command /land adminfreehere.

Server administrators can delete all claims of an individual, with the command /land adminfree [player name].

默认限制

These are server-specific, but you can look up your limits with the command /mystats

  • A selected area must be 5x5x5 blocks or larger for the "add" command to function.
  • The total claim size may not be more than 3 whole 32x32x32 chunks
  • A player may not create more than 3 separate claims

注意

  • If server admins grant the exportclaims privilege, players can download their land claims to use in private worlds: "Can now download land claims using command /land claim download [index]"[1]

History

  • Commands to expand an area were abbreviated "gu" for "grow up" etc.

视频教程

Basic land claim commands
Land claim permissions
WIP
Land claim commands in-depth
WIP
Explanation on land claim commands

References


Wiki 导航
复古物语 指南[[::Category:Guides| ]]常见问题 原声带 版本 操作/控制
游戏机制 物品制作 打制石器 粘土塑形 锻造 烹饪 温度 饥饿 采矿 时空稳态 机械动力 交易 农业 动物养殖
世界 世界生成 生物群系 天气 时空风暴
物品 工具 武器 护甲 服装 背包 材料 食物
方块 地表 植物 装饰 光源 功能性方块 矿物
实体 敌对实体 动物 NPCs 玩家
杂项 客户端命令列表 服务器命令列表 创造模式入门指南 BOT系统 WorldEdit 电影摄影机 可调节帧率的视频录制 服务器区块时刻 添加模组 模组故障排除