Skip to content

Releases: tgross03/Interaction-API

v0.1.5

03 Nov 23:57

Choose a tag to compare

Added an InteractionExecutor which can be used for interactions which require an item to be clicked for a specific amount of time in order to be executed.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

27 Oct 21:32
cfb274c

Choose a tag to compare

Changed the project structure to src/main/lombok to be able to use delombok to generate sources for Getters and Setters created using lombok. Updated to JDK21.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Oct 15:51

Choose a tag to compare

An important fix has been implemented:

  • The cooldown could be set but was not checked when executing the InteractionExecutor. This is fixed now.

v0.1.2

26 Oct 06:36

Choose a tag to compare

Important fixes:

  • Added consideration of differences in Actions and ActionClasses. Before every interaction was executed, ignoring the Action behind it.
  • Added null safety to InteractionListener.
  • Fixed term "time" for a value refering to "ticks"

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Oct 12:07

Choose a tag to compare

Change config for gpg plugin