Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

53 lines (32 loc) · 3.64 KB

Changelog

2.0.2 (2022-06-16)

Bug Fixes

  • don't send messages during tab complete (ffebda7)

2.0.1 (2022-06-14)

Bug Fixes

  • dynmap not found on Spigot (35aae4d)

2.0.0 (2022-06-10)

Features

  • add time placeholder for KillsLayer (2d041ee)
  • HEXColor#of accept char or string (ee6cd60)
  • LandsLayer implementation (859b5d1)

Bug Fixes

  • consider throwing exception if markerApi is null (58492e2)
  • delete markers when home was cleared (c191463)
  • delete old icons, NPE on parsing getFlags (3d8c471)
  • delete unused plugin (d9a56ef)
  • don't create tasks every reloading (9ad29b4)
  • excessive configuration call (5848d15)
  • not relative path on Dynmap-SimpleClans.iml (4407155)
  • reloading even after exception throwing (0283fae)
  • remove meaningless debug about coordinates' finding (20d15e4)
  • reversed hiding logic on KillsLayer (0c998e7)
  • update HomeLayer on tag modifying (35972b5)
  • update Layers priority (d2a82cf)
  • use correct dependency name for DynMap (cc1de92)
  • use Kotlin recommended style for creating constants (0bee70d)

Documentation

  • Add javadoc to DynmapSimpleClans#getLang (5b063b3)
  • even more about IconStorage constructor (b0f4e3d)

Code Refactoring

  • move disablePlugin() to try...catch block (806ba20)