Configuration API
A guide on how to use and understand the Configuration API of SI: Essentials
Common API Changes
Please be aware that, while we try to to deliver a good and easy-to-understand Configuration API, breaking changes are common for each SI: Essentials update, as the Cnfg API is actively being worked on and isn't finished yet!
If you need help updating, feel free to join our Discord server or create a ticket on our Support page.
Introduction
Our Configuration API allows you, as a developer, to create multiple configurations in your projects and access and set configuration keys and values.
Currently, you can choose the cnfg or the objt file type. (More Info)
Cnfg Type
If you want to use the cnfg file type, you need to choose between the CLIENT, COMMON and SERVER Cnfg types based on your use case. You can read more about Cnfg Types here
Objt Type
Currently in development