I need help to sent information to my server

how could i sent to my website information with a command and so make it register the level name or id

Hey @frenchyflame!

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.