Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

76 lines (42 loc) · 3.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2022-12-07)

Features

  • ClanPlayer is adjustable now! (193e83c)

Bug Fixes

  • missing issuer for ComponentClickEvent (0b85400)
  • support for 1.17 and upper (d0d8019)

3.0.1 (2022-12-02)

Bug Fixes

  • add ClanBalanceUpdateEvent.Cause half compatibility (794c75d)

3.0.0 (2022-12-02)

⚠ BREAKING CHANGES

  • Dynamic loading of SimpleClans events

Features

  • Dynamic loading of SimpleClans events (71c848b)

2.1.0 (2022-11-28)

Features

  • FrameTag + FrameOpenScriptEvent (72028e5)

Bug Fixes

  • update events naming convention (95d4e17)

2.0.0 (2022-09-12)

⚠ BREAKING CHANGES

  • add locale to the package name

Features

  • add bb command (1d336a7)
  • add disband command (33010df)
  • add properties to retrieve player clan / server clans (bf98198)
  • let ClanTag be adjustable (2a94092)
  • promote/demote commands (97f0e02)

Bug Fixes

  • add locale to the package name (c14008e)
  • add more events, using reflection for registering (2ab804a)
  • add more tags to ClanPlayerTag (5ed6feb)
  • clanplayer identify / tags init (fc9c36c)
  • ClanPlayerTag#valueOf (78dc7fb)
  • context didn't load (d1dc94b)
  • merge promote/demote/invite into one command (1b3c8c7)
  • reflection to instantiate commands as well (8f76755)
  • rename tags to java convention (e5bda3b)
  • retrieve ClanTag from ClanPlayerTag (d9993a6)
  • use ClanScriptEntryData where it possible (db1d260)