promotional bannermobile promotional banner

PUUIDs

A fast, reliable, and open source offline UUID and storage management API.

File Details

PUUIDs v2.4

  • R
  • Apr 20, 2020
  • 54.97 KB
  • 320
  • 1.15+7

File Name

PUUIDs.jar

Supported Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

v2.4

  • All tasks will now have a Task ID that is associated with it.
  • Optimized API events by making ones called directly on the timer asynchronous.
  • Made addToAll methods automatically thread safe instead of blocking async.
  • Changed task timer from using for loops to using a while loop to prevent any possible number skipping.
  • Added Essentials integration for file cleanup (disabled by default in the config)
  • Updated MetricsLite with the latest methods from bStats.
  • Add TimerSaved event that fires async after a task is saved. You can use getId() to get the id of the task that saved.
  • Remove returning a enum result and instead return task id (returns 0 if there was a problem).