How are UUID's stored?

Discussion in 'Plugin Development' started by rsat4life, Mar 22, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    rsat4life

    I'm planning on making a pre-existing array list of UUID's for mods, but I can't figure out if the UUID found from .getUniqueID() is the trimmed version or not.
     
  2. Offline

    Zombie_Striker

    @rsat4life
    It should be the trimmed version. You can test it by using getUniqueID().toString();
     
    rsat4life likes this.
Thread Status:
Not open for further replies.

Share This Page