TheAPI v4.7

Details

  • Filename
    TheAPI.jar
  • Uploaded by
  • Uploaded
    Sep 2, 2020
  • Size
    466.57 KB
  • Downloads
    50
  • MD5
    9313d19edcc97e144e6b7753a07ce535

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
  • 1.7.4

Changelog

+ 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