Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ewof committed Oct 27, 2024
1 parent 1e8834b commit 1ac6ef5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Default config:

```yaml
# This is the current version. Please do not edit.
version: '1.4'
version: '1.5'
# The language file you wish to use.
language: en_US.yml

Expand Down Expand Up @@ -77,7 +77,7 @@ stable:
permission: townywaypoints.landpoint.stable # Permission node required to set a plot to a type of this waypoint, if no permission is set anyone can create this waypoint, grant it in townyperms.yml
# The maximum number of blocks a player can travel between waypoints.
# Uses the global value if -1
max_distance: '-1'
max_distance: -1
allowed_biomes: # List of biomes this plot type can be created on. If it's not provided the plot type can be created on any biome.
- FOREST
- PLAINS
Expand All @@ -98,7 +98,7 @@ seaport:
permission: townywaypoints.seapoint.seaport # Permission node required to set a plot to a type of this waypoint, if no permission is set anyone can create this waypoint, grant it in townyperms.yml
# The maximum number of blocks a player can travel between waypoints.
# Uses the global value if -1
max_distance: '6000'
max_distance: 6000
allowed_biomes: # List of biomes this plot type can be created on. If it's not provided the plot type can be created on any biome.
- COLD_OCEAN
- DEEP_COLD_OCEAN
Expand All @@ -117,6 +117,7 @@ Stables
- Are limited to 2 per town
- Can be created only by players with the `townywaypoints.landpoint.stable` permission
- Can be created in most land biomes
- Use the max distance of 2700 from config.yml

Seaports
- Have a map key of `P`
Expand All @@ -125,6 +126,7 @@ Seaports
- Are limited to 2 per town
- Can be created by all players
- Can only be created in beach and ocean biomes
- Have their own max distance of 6000 seperate the one in config.yml

A player designates a plot as a waypoint by doing `/plot set <waypoint type name>`. <br/>
They can change things about the waypoint with `/twp set <open> [value]`. <br/>
Expand Down

0 comments on commit 1ac6ef5

Please sign in to comment.