Skip to content

Commit

Permalink
Add kelp sql to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PXAV committed Dec 30, 2020
1 parent 6c047fd commit 00dadf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG/kelp-v0.0.5.md
Expand Up @@ -15,4 +15,5 @@
* Fix bug that custom kelp inventory events crashed the plugin when they were actually used in an event handler
* Add `KelpPlayerLoginEvent` which is called on login of a player but after it has been initialized by kelp, so that calls to the `KelpPlayerRepository` are safe. If you want to handle logins now, it is recommended to use this event instead of the normal bukkit event.
* You can now send interactive messages to KelpPlayers. You can assign messages that are displayable when you hover over them and define events which are triggered when a player clicks on a message. You can combine unlimited components per message unlike the normal `TextComponent#addExtra` method which is wide spread across the spigot community.
* Documentation improvements in the code as well as in the GitHub wiki
* Documentation improvements in the code as well as in the GitHub wiki
* Create empty kelp sql module

0 comments on commit 00dadf2

Please sign in to comment.