PUUIDs v2.4

Details

  • Filename
    PUUIDs.jar
  • Uploaded by
  • Uploaded
    Apr 19, 2020
  • Size
    54.97 KB
  • Downloads
    314
  • MD5
    b64c0f1bd02aa81b96379b012ed9fada

Supported Bukkit Versions

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

Changelog

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).