Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 684 Bytes

changelog-alpha-11.md

File metadata and controls

33 lines (20 loc) · 684 Bytes

1.0-ALPHA11 Changelog (WIP)

  • Added LICENSE
  • Renamed packages from de.eztxm to de.eztxm.ezlib

New modules

ezlib-downloader

  • Download a file to a directory.

ezlib-faster-spigot & ezlib-faster-paper

A replacement for my BetterSpigotLib

  • Shortcut methods
    • example:
      • inRadius(entity/player/location, blocks)
      • inArea(firstLocation, secondLocation)
  • Easier handling of the api's

Changed modules

ezlib-config-json

  • Optimized and fixed JsonObject and JsonArray

ezlib-simplelogger

  • Added Message-Class for better creating messages.
  • Changed LoggerColor from class to enum.
  • Added ILoggerColor Interface for custom LoggerColor classes.