TheAPI v4.9.9

Details

  • Filename
    TheAPI.jar
  • Uploaded by
  • Uploaded
    Oct 13, 2020
  • Size
    512.83 KB
  • Downloads
    66
  • MD5
    57b5b678c9b8c529dd1d6864b965b05c

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • CB 1.7.2-R0.3

Changelog

+ Fixed loading & saving of YAML
+ Fixed errors on loading

+ Added missing methods to Config & Section classes
+ New method List<E> getListAs(String key, Class<? extends E>) in Data.class
+ Fixed bugs
+ YAML is no longer auto-sorted:

  a: 1
  c: 2
  b: 3
   -->
  a: 1
  b: 3
  c: 2