how could i sent to my website information with a command and so make it register the level name or id
I need help to sent information to my server
1 reply
Hey @Ancient Jellyfish!
There are many ways, it's up to you really:
$(urlfetch yourcool.url/api/endpoint?username=$(user)&userlevel=$(userlevel)&userid=$(userid))$(urlfetch yourcool.url/api/endpoint/$(user)/$(userlevel)/$(userid))
Read the documentation to learn about all of the variables you can use.