Think of this as a UserId for a player, a global ID and with each creation of an item, that ID increases.
My main issue with this is making it work across lots of different servers, as I would need to get the current ID, add 1, then save the ID, and hope another server didnt do it at the exact time.
Sounds tedious, are there any work arounds? I looked at some old posts but I dont think I understood them very well
The sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits, displayed in 5 groups separated by hyphens in the form 8-4-4-4-12 for a total of 36 characters. For example: 123e4567-e89b-12d3-a456-426655440000.