FAQ
Detailed explanations for some things
How can I change the settings of the jobs?
There are separate config
files for each job escrow/jobs/<job_name>/config.lua
.
Detailed explanations are available on this page. https://github.com/0resmon/0resmon-docs-source/blob/main/0r-resources/0r-craft-v2/broken-reference/README.md
How to do localization
A detailed description is available. Editing localization files
How can I integrate my inventory ?
Check modules/inventory/server.lua
and follow the inventory documentation
How can i integrate my target script ?
Check modules/target/client.lua
and follow the target documentation
How can I edit Utils functions?
Check modules/utils/client.lua
for other things
Check modules/utils/server.lua
for other things
Where are the config files?
The main config file is 0r-craft-v2/config.lua
How to add a new bench?
You need to check: escrow/bench/config.lua:benches
How to change craftable items and etc.
You need to check: escrow/craft/config.lua
Last updated