promotional bannermobile promotional banner

TheAPI

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

File Details

TheAPI v4.7

  • B
  • Sep 2, 2020
  • 466.57 KB
  • 151
  • 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
  • 1.7.4

+ Loading before MobArena plugin
+ Added option to select saving-type of Users data
+ Fixed User.class & Data.class (Mirror bug)
  * Fixed converting YAML to DATA and vice versa
  * Fixed loading & saving Data.class
  * Added ability to load bukkit config list/string
  * New system of storing comments
+ Fixed ServerList MOTD, PlayerCount.. and cleaned up code
+ Fixed ScoreboardAPI (Teams & Packets for 1.13+)
+ Switched ConfigAPI.class with Data.class in User.class
+ Optimized BossBar for 1.8.8 and older
+ To TheAPI.class added new methods createCommand(String name, Plugin plugin) and registerCommand(PluginCommand command)
+ To the SQLAPI.class added new methods with PreparedStatement & getPreparedStatement(String command)
+ In the BlocksAPI.class fixed async methods
+ To the BlocksAPI.class added (a)synchronizedSet(Position a, Position b, PercentageList<TheMaterial> with)
+ Fixed PlaceholderAPI & ThePlaceholderAPI classes