Skip to content
Mr. Darth edited this page Jul 7, 2022 · 25 revisions

Welcome to .skconfig's wiki!

.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.

Overview

.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.

Installing and Using .skconfig

Before installing .skconfig, the required dependencies must be present on the server:

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.