The server requires classes loaded from plugin.yml (or paper-plugin.yml) to be public in order to discover and access their constructors.
The current code examples define the examples types as package private.
(specifically affected are the brig docs https://docs.papermc.io/paper/dev/commands)
The server requires classes loaded from plugin.yml (or paper-plugin.yml) to be public in order to discover and access their constructors.
The current code examples define the examples types as package private.
(specifically affected are the brig docs https://docs.papermc.io/paper/dev/commands)