Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewof authored Apr 29, 2024
1 parent 47913d8 commit 6515cf2
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,41 @@ Default config:

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

waypoints:


############################################################
# +------------------------------------------------------+ #
# | Economy | #
# +------------------------------------------------------+ #
############################################################

economy:

# The percentage of the travel cost that gets added to the waypoints town bank, the rest goes to the nation (if it has no nation then 100% goes to the town). Set to -1 to disable (neither the town or nation bank gets any of the travel cost).
split: '0.5'

############################################################
# +------------------------------------------------------+ #
# | Restrictions | #
# +------------------------------------------------------+ #
############################################################

restrictions:

# The maximum number of blocks a player can travel between waypoints.
# Disabled with value of -1
max_distance: '2700'

# The amount of seconds a player must wait between waypoint travels.
cooldown: '300'

# If true players can only teleport from one waypoint type to another.
peer_to_peer: 'true'

```

- `waypoints.restrictions.max_distance` is the maximum number of blocks a player can travel via waypoints. A player cannot travel to a waypoint that is `max_distance` blocks away from their current location.
Expand Down

0 comments on commit 6515cf2

Please sign in to comment.