Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Utils v3.0.2

Compare
Choose a tag to compare
@Manered Manered released this 16 Nov 19:24
· 15 commits to main since this release

Just some small additions:

  1. Added javadocs to CloseListener, DragListener
  2. Added a method in PlaceholderAPIBuilder that lets you define 2 request types in 1 method. So a merged offline and online result.
  3. Added asObject() in CacheVal
  4. Added delete() methods in PlayerCache
  5. Added a stacker() method to Schedulers
  6. After adding stacker() to Schedulers I created a class called SchedulerStacker which lets you stack tasks.
  7. Added a easy way to access the FileConfiguration (config.yml) of a plugin in ServerUtils (config())

Full Changelog: v3.0.1...v3.0.2