Installation

Step 1 - Download

Download sn_lib from Keymaster.

Then download the following dependencies and place them in your resource folder.

Once you have downloaded them you are going to need to add them to your server cfg in the following format.

# IN RGB FORMAT: [r, g, b]
setr skeletonnetworks:primaryColor [104, 234, 243]

## You should already have the core listed as one of the first ones
ensure qb-core or es_extended or mythic

ensure sn_lib

#any other dependency script

Step 2 - Media API

If using then make sure to add the tokens in server/bridge/media_api

Step 3 - Setting up discord roles

If you want to use discord roles for perms you need to add the following somewhere in your cfg

setr sn:discordBotToken "bottoken"
setr sn:discordGuildApi "setver id"

setr sn:discordroles {
    "roleID": "role name",
    "1014708326057132082": "Owner"
}

Last updated