promotional bannermobile promotional banner

TheAPI

[Spigot, BungeeCord, Velocity] Complex API library to make plugin development easier & faster!

File Details

TheAPI v4.9.9

  • B
  • Oct 13, 2020
  • 512.83 KB
  • 170
  • 1.16+11

File Name

TheAPI.jar

Supported Versions

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

+ 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