Manually rename the table "flyway_schema_history_players" in your moderation and essentials schemas to "flyway_schema_history_moderation" and "flyway_schema_history_essentials", respectively.
If you have any plugins built on RPKit APIs update them
All custom events may now be run asynchronously. Check the event.isAsynchronous flag
Services now return CompletableFuture for any long-running operations. There are additional getPreloaded* methods added in cases where it may be beneficial to have data loaded, which return information for active characters/players only.