-
Notifications
You must be signed in to change notification settings - Fork 0
Home
.skconfig is a basic system to facilitate access to Skript's simplistic configuration format. It is implemented within the 'Skript' language itself, requiring only the skript-reflect addon to work.
.skconfig is designed to be a simplistic yet flexible approach to configurations. By default, .skconfig comes with support for a minimal number of basic types/constructs, but allows for easy extension for those who seek further customisability.
It uses Skript's native configuration format which is very easy to read and understand. Hence this format is at the base of all scripts, most Skript users should already be familiar with it.
Before installing .skconfig, the required dependencies must be present on the server:
- Skript v2.6+ (obviously)
- skript-reflect v2.3+ (for access to Skript's API)
After making sure the required plugins are present on the server, it is enough to place the script file in Skript's scripts
folder and just reload it. The syntaxes should now be registered and ready to use :)
For a deeper dive into .skconfig's features and how to use them, see the other pages.