Initial commit
This commit is contained in:
15
config/create_aeronautics_toolgun-server.toml
Normal file
15
config/create_aeronautics_toolgun-server.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[survivalToolgun]
|
||||
#Allow the survival structure tool gun to save physical structures as blueprints.
|
||||
allowSave = true
|
||||
#Allow the survival structure tool gun to query nearby physical structures.
|
||||
allowQuery = true
|
||||
#Allow the survival structure tool gun to create constraints with the weld mode.
|
||||
allowWeld = true
|
||||
#Allow the survival structure tool gun to use weld and rotate mode.
|
||||
allowSimpleWeld = true
|
||||
#Allow the survival structure tool gun to translate physical structures.
|
||||
allowTranslate = true
|
||||
#Allow the survival structure tool gun to rotate physical structures.
|
||||
allowRotate = true
|
||||
#Allow the survival structure tool gun to remove tracked toolgun constraints.
|
||||
allowDisconnect = true
|
||||
Reference in New Issue
Block a user