How can I implement API's

Hello All!
I run a game server (Unturned) and I’m attempting to add a plugin that provides live statistics on a website for players to view.
The plugin: https://hub.rocketmod.net/product/livemaps/
Once you download the plugin, their is two files that I setup with the server (Libraries and Livemaps.dll) these are irrelevant to this post. Though the www folder is required to be setup on the website, this is my main problem, how do I set this up?

All the help appreciated
-Modern_Mo

i don’t really follow but if you need to upload scripts to WIX that is not possible as of today at all. You can write your own scripts but you cannot upload or include others using WIX Code. You can use external scripts within iFrames and communicate to and from the iFrame using WIX Code but I don’t know if that helps you?