mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-27 18:51:41 +01:00
Add note about shading LuckPerms API into plugin jars
This commit is contained in:
parent
2e67011f45
commit
29c93fac4f
@ -79,7 +79,8 @@ public final class LuckPermsProvider {
|
||||
" a) the LuckPerms plugin is not installed or it failed to enable\n" +
|
||||
" b) the plugin in the stacktrace does not declare a dependency on LuckPerms\n" +
|
||||
" c) the plugin in the stacktrace is retrieving the API before the plugin 'enable' phase\n" +
|
||||
" (call the #get method in onEnable, not the constructor!)\n";
|
||||
" (call the #get method in onEnable, not the constructor!)\n" +
|
||||
" d) the plugin in the stacktrace is incorrectly 'shading' the LuckPerms API into its jar\n";
|
||||
|
||||
NotLoadedException() {
|
||||
super(MESSAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user