Linking ID's to ID's

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Blobbyguy

Member
Feb 2, 2017
25
0
0
Bloblandia
I'm trying to find a way to link a player UUID to another unique ID so either can be accessed from each other.
E.g. player from ID1 or ID1 from player.
It could be done using SQL probably but I don't have any SQL database set up and was hoping there was a way to do it without storing 2 variables
{%Id1%::%id2%} and "{%id2%::%id1%}"
 
Last edited:
I'm trying to find a way to link a player UUID to another unique ID so either can be accessed from each other.
E.g. player from ID1 or ID1 from player.
It could be done using SQL probably but I don't have any SQL database set up and was hoping there was a way to do it without storing 2 variables
{%Id1%::%id2%} and "{%id2%::%id1%}"
As long as it is on the server you can do this. If not then you’ll need to use umbaska and store the data on a website. Pretty sure its not possible without a database though.
 
Status
Not open for further replies.