Land claiming/it: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
{{GameVersion|1.18.7}} | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
[[File:Landclaiming.jpg|thumb|right|frame|A land claim in the making]] | [[File:Landclaiming.jpg|thumb|right|frame|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 | 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 {{ll|list of server commands|list of server commands}}. | ||
</div> | |||
It works by creating a new claim, adding one or more cuboidal areas to the claim and | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
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 <code>/mystats</code> to see how much land you can claim. Server admins have their claiming contingents set to maximum by default. | |||
</div> | |||
For a full command reference please check out the | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Press {{Keypress|T}} in-game to open the text window. | |||
The command <code>/land</code> will list the possible subcommands. | |||
For a full command reference please check out the {{ll|List of server commands/land|reference list of land claiming commands}}. | |||
</div> | |||
Another way of protecting your property is | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Another way of protecting your property is {{ll|Block reinforcement|Block reinforcement}}. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
=== Step by step === | === Step by step === | ||
</div> | |||
# Create a new claim with <code>/land claim new</code>. | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
# Create a new claim with <code>/land claim new</code>. | |||
# Add your currently selected area to the claim via <code>/land claim add</code>. The preview will | # Stand in one corner of your desired area and set the start position with <code>/land claim start</code>. Travel to the diagonally-opposite corner and set the end position with <code>/land claim end</code>. The start and end commands mark the corner points of a cuboid that will be claimed. After start and end points are defined, a white preview cuboid will appear, indicating the area that will be protected by the claim. If both start and end points were on level ground, the cuboid will be below ground and not visible; remedy this by extending the cuboid upward. Example: <code>/land claim grow up 10</code>. | ||
# | ## You can fine-tune the selection area with the direction-specific commands <code>/land claim grow [north/east/south/west/up/down] [number]</code> to lengthen the cuboid in a given direction, or <code>/land claim shrink [north/east/south/west/up/down] [number]</code> to shorten the cuboid. For example, if you want the claim to protect below your basement, use <code>/land claim grow down 20</code>; if you want it to extend not so far south, <code>/land claim shrink south 2</code>. | ||
# Add your currently selected area to the claim via <code>/land claim add</code>. The preview will turn green to indicate that it is now part of the claim-in-progress. Note the Default Limitations below for minimum size, etc. <code>/land claim add</code> will fail if the requirements are not met. | |||
## You can now add another area by defining start and end positions, but it must be adjacent to an already claimed area. If the new preview area does not have at least one white wall touching the green wall of an already-added area, <code>/land claim add</code> will fail for the new area. | |||
# When you are done adding areas, save your claim with <code>/land claim save [name]</code>. If you forget to give it a name it will still save. But if you make multiple claims, a descriptive name is important to distinguish them from each other. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
=== Granting access to other players === | === Granting access to other players === | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
There are two levels of permission you can choose from when granting access to your claims. | |||
* ''Use'' access allows opening doors and containers, and removing items from containers. | |||
* ''All'' access provides ''Use'' access as well as the ability to place blocks and break blocks. | |||
</div> | |||
# | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Let's say you want to give player Joe full access to one of your existing claims. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
# Check your current claims via <code>/land list</code>. 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. | |||
# Load your claim with that index: <code>/land claim load [index]</code> | # Load your claim with that index: <code>/land claim load [index]</code> | ||
# Grant access: <code>/land claim grant Joe all</code> | # Grant access: <code>/land claim grant Joe all</code> | ||
# Save claim again | # Save your claim again: <code>/land claim save [name]</code> 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. | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
=== Granting access to groups of players === | === Granting access to groups of players === | ||
</div> | |||
# Create a group ( | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
# Create a group ({{ll|List_of_server_commands#/group|see list of of group commands}}) | |||
# Check the claim index: <code>/land list</code> | |||
# Load your claim: <code>/land claim load [index]</code> | # Load your claim: <code>/land claim load [index]</code> | ||
# Grant access: <code>/land claim grantgroup [groupname] all</code> | # Grant access: <code>/land claim grantgroup [groupname] all</code> | ||
# Save claim again | # Save your claim again: <code>/land claim save [name]</code> | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
===Granting public use=== | ===Granting public use=== | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Let's say you've built an inn and want to let everyone use it, but not add or remove blocks: | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
# Check the claim index: <code>/land list</code> | |||
# Load your claim: <code>/land claim load [index]</code> | # Load your claim: <code>/land claim load [index]</code> | ||
# Grant access : <code>/land claim | # Grant access: <code>/land claim allowuseeveryone true</code> | ||
# Save your claim again: <code>/land claim save [name]</code> | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
If you change your mind and want to remove that authorization: | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
# Check the claim index: <code>/land list</code> | |||
# Load your claim: <code>/land claim load [index]</code> | |||
# Revoke access: <code>/land claim allowuseeveryone false</code> | |||
# Save claim again: <code>/land claim save [name]</code> | # Save claim again: <code>/land claim save [name]</code> | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
=== Deleting a land claim === | === Deleting a land claim === | ||
</div> | |||
# To initiate, use <code>/land free [number]</code> with the | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
# Check the claim index: <code>/land list</code> | |||
# To initiate, use <code>/land free [number]</code> with the index of the claim you want to delete | |||
# The chat will prompt you to confirm your choice; do so with <code>/land free [number] confirm</code> | # The chat will prompt you to confirm your choice; do so with <code>/land free [number] confirm</code> | ||
</div> | |||
{{Protip | |||
|Icon=Book-normal-brickred.png | |||
|<span lang="en" dir="ltr" class="mw-content-ltr">Server administrators can remove claim they are currently standing in with command /land adminfree</span>}} | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
=== Default limitations === | === Default limitations === | ||
</div> | |||
These are server specific, but you can look up your limits with the command <code>/mystats</code> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
These are server-specific, but you can look up your limits with the command <code>/mystats</code> | |||
</div> | |||
* | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
* 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 | * The total claim size may not be more than 3 whole 32x32x32 chunks | ||
* | * A player may not create more than 3 separate claims | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
== Notes == | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
== History == | |||
* Commands to expand an area were abbreviated "gu" for "grow up" etc. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
== Video Tutorials == | == Video Tutorials == | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
{| class="wikitable" | |||
|- | |||
! Basic land claim commands | |||
|- | |||
| <youtube width="400" height="240">a8ST6cgZOts</youtube> | |||
|- | |||
! Land claim permissions | |||
|- | |||
| WIP | |||
|- | |||
! Land claim commands in-depth | |||
|- | |||
| WIP | |||
|} | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 60: | Line 157: | ||
| <youtube width="400" height="240">i6CvCOoZc-8</youtube> | | <youtube width="400" height="240">i6CvCOoZc-8</youtube> | ||
|} | |} | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
== References == | |||
<references /> | |||
</div> | |||
{{Game navbox}} | {{Game navbox}} | ||
[[Category:Guides{{#translation:}}]] |
Latest revision as of 12:57, 27 June 2024
This page was last verified for Vintage Story version 1.18.7.
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 .
Another way of protecting your property is Block reinforcement .
Step by step
- Create a new claim with
/land claim new
. - Stand in one corner of your desired area and set the start position with
/land claim start
. Travel to the diagonally-opposite corner and set the end position with/land claim end
. The start and end commands mark the corner points of a cuboid that will be claimed. After start and end points are defined, a white preview cuboid will appear, indicating the area that will be protected by the claim. If both start and end points were on level ground, the cuboid will be below ground and not visible; remedy this by extending the cuboid upward. Example:/land claim grow up 10
.- You can fine-tune the selection area with the direction-specific commands
/land claim grow [north/east/south/west/up/down] [number]
to lengthen the cuboid in a given direction, or/land claim shrink [north/east/south/west/up/down] [number]
to shorten the cuboid. For example, if you want the claim to protect below your basement, use/land claim grow down 20
; if you want it to extend not so far south,/land claim shrink south 2
.
- You can fine-tune the selection area with the direction-specific commands
- Add your currently selected area to the claim via
/land claim add
. The preview will turn green to indicate that it is now part of the claim-in-progress. Note the Default Limitations below for minimum size, etc./land claim add
will fail if the requirements are not met.- You can now add another area by defining start and end positions, but it must be adjacent to an already claimed area. If the new preview area does not have at least one white wall touching the green wall of an already-added area,
/land claim add
will fail for the new area.
- You can now add another area by defining start and end positions, but it must be adjacent to an already claimed area. If the new preview area does not have at least one white wall touching the green wall of an already-added area,
- When you are done adding areas, save your claim with
/land claim save [name]
. If you forget to give it a name it will still save. But if you make multiple claims, a descriptive name is important to distinguish them from each other.
Granting access to other players
There are two levels of permission you can choose from when granting access to your claims.
- Use access allows opening doors and containers, and removing items from containers.
- All access provides Use access as well as the ability to place blocks and break blocks.
Let's say you want to give player Joe full access to one of your existing claims.
- 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. - Load your claim with that index:
/land claim load [index]
- Grant access:
/land claim grant Joe all
- 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.
Granting access to groups of players
- Create a group (see list of of group commands )
- Check the claim index:
/land list
- Load your claim:
/land claim load [index]
- Grant access:
/land claim grantgroup [groupname] all
- Save your claim again:
/land claim save [name]
Granting public use
Let's say you've built an inn and want to let everyone use it, but not add or remove blocks:
- Check the claim index:
/land list
- Load your claim:
/land claim load [index]
- Grant access:
/land claim allowuseeveryone true
- Save your claim again:
/land claim save [name]
If you change your mind and want to remove that authorization:
- Check the claim index:
/land list
- Load your claim:
/land claim load [index]
- Revoke access:
/land claim allowuseeveryone false
- Save claim again:
/land claim save [name]
Deleting a land claim
- Check the claim index:
/land list
- To initiate, use
/land free [number]
with the index of the claim you want to delete - The chat will prompt you to confirm your choice; do so with
/land free [number] confirm
Protip: |
Default limitations
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
Notes
History
- Commands to expand an area were abbreviated "gu" for "grow up" etc.
Video Tutorials
Basic land claim commands |
---|
Land claim permissions |
WIP |
Land claim commands in-depth |
WIP |
Explanation on land claim commands |
---|
References
Wiki Navigation | |
---|---|
Vintage Story | Guides • Frequently Asked Questions • Soundtrack • Versions • Controls |
Game systems | Crafting • Knapping • Clay forming • Smithing • Cooking • Temperature • Hunger • Mining • Temporal stability • Mechanical power • Trading • Farming • Animal husbandry |
World | World generation • Biomes • Weather • Temporal storms |
Items | Tools • Weapons • Armor • Clothing • Bags • Materials • Food |
Blocks | Terrain • Plants • Decorative • Lighting • Functional • Ore |
Entities | Hostile entities • Animals • NPCs • Players |
Miscellaneous | List of client commands • List of server commands • Creative Starter Guide • Bot System • WorldEdit • Cinematic Camera • Adjustable FPS Video Recording • ServerBlockTicking |