mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
added command line options for jurisdiction settings
This commit is contained in:
parent
ba5480e176
commit
f28f8d71d1
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ OPTIONS
|
||||||
--local
|
--local
|
||||||
This will run the voxel server in "local domain mode" and will look for a domain-server running on the same IP
|
This will run the voxel server in "local domain mode" and will look for a domain-server running on the same IP
|
||||||
address as the voxel server
|
address as the voxel server
|
||||||
|
|
||||||
|
--jurisdictionRoot [hex string of root octalcode]
|
||||||
|
Tells the server to honor jurisdiction from the specified root node and below
|
||||||
|
|
||||||
|
--jurisdictionEndNodes [<octcode>(<,octcode>...)]
|
||||||
|
Tells the server to honor jurisdiction from the root down to the octcodes included in the comma separted list
|
||||||
|
|
||||||
--jurisdictionFile [filename]
|
--jurisdictionFile [filename]
|
||||||
Tells the server to load it's jurisdiction from the specified file. When a voxel server is running with a limited
|
Tells the server to load it's jurisdiction from the specified file. When a voxel server is running with a limited
|
||||||
|
|
Loading…
Reference in a new issue