Is there some kind of special number generator?

Discussion in 'Plugin Development' started by skipperguy12, May 11, 2013.

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

    skipperguy12

    Hello. I am trying to make something in my plugin to store each match ( hunger games plugin ) in a database.

    Now, I know I can simply store the number, but this is ugly. First, it's awkward when a match Id is ordered. How can I store each match Id like github commits look?

    I can't do numbers, because it'd store an average of > 96 per day, 960000 per week...that's too much, if I can somehow sneak letters in there in some orderly fashion?
     
  2. Offline

    chasechocolate

    UUID.randomUUID()? It's what I use.
     
  3. Offline

    ase34

    You can create an random array of numbers and convert them to a hex-string
     
Thread Status:
Not open for further replies.

Share This Page