mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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
|
||||
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
|
||||
|
||||
--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]
|
||||
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