Skip to content

Commit

Permalink
add enable_lan_visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
raizyr committed May 13, 2023
1 parent 7970d86 commit e14a37a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hamc-server-bedrock/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ options:
ALLOW_LIST_USERS: ""
LEVEL_TYPE: DEFAULT
ONLINE_MODE: true
ENABLE_LAN_VISIBILITY: true
VIEW_DISTANCE: 10
TICK_DISTANCE: 4
PLAYER_IDLE_TIMEOUT: 30
Expand Down Expand Up @@ -49,6 +50,7 @@ schema:
ALLOW_LIST_USERS: str
LEVEL_TYPE: list(DEFAULT|FLAT|LEGACY)
ONLINE_MODE: bool
ENABLE_LAN_VISIBILITY: bool
VIEW_DISTANCE: int
TICK_DISTANCE: int
PLAYER_IDLE_TIMEOUT: int
Expand All @@ -66,9 +68,9 @@ schema:
OPS: str
MEMBERS: str
VISITORS: str
map:
map:
- addons:rw
environment:
EULA: "TRUE"


0 comments on commit e14a37a

Please sign in to comment.