PaperMC/docs

Make classes in plugin examples `public`

Closed this issue · 1 comments

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)

Resolved by #398