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%}"
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: