To use this overlay you have to use the LevelSystem Plugin:
Repo: https://github.com/Eyupc/LevelSystem-Plugin
First of all, you need to run a few commands:
npm i
npm run build
After that you have to import the files in your client. (The files in 'build' folder, after running npm run build)
And create a div with id="levelsystem", give it also a z-index:9999 and position:absolute.
You also need to create a script inside the client file.
An example of a configuration:
var WSConfiguration = {
ws:"ws.host:port",
sso:"YOUR_SSO",
icons:"ICON_PATH"
}
You can find an example in example/client.html
https://gyazo.com/bd69f98c0b98944b67972a440234507f
https://gyazo.com/4fd6db3ec3540fd31a15550f171eade5
https://gyazo.com/ec6ff00305582811ccb6dbdff82e82cd
Discord: Eyup#6692