๐งท Paper Plugin Update
A significant change has been released to Paper plugins only as a result of isolated classloaders.
Paper plugin dependencies no longer affect load order. This means that you can have plugins share classloaders without having to deal with cyclic loading issues (https://docs.papermc.io/paper/reference/paper-plugins#cyclic-plugin-loading)
This adds two new sections that allow you to specify plugins that are loaded before/after your plugin.
load-before:
- name: PluginName
bootstrap: false
load-after:
- name: PluginName
bootstrap: false
This means that if you previously had dependencies set, you will need to add them to the load-after section to preserve the old behavior.
For more information, see https://docs.papermc.io/paper/dev/getting-started/paper-plugins#load-order-declaration.
Hello <@&1077384171258908743>,
Paper 1.19.4 API and dev bundles are now published to the Paper repository, version 

Among a large number of performance optimizations and bug fixes, here's a list of the notable changes made to Paper since the 1.20 release:

This is important if you want to prepare your plugin for future Paper changes. As already announced before, at some point in the future, we will remove the CraftBukkit package relocation (e.g. 
Patch your Git 
