You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still won't solve the issue that the Javadocs are build against Java 8, meaning that the URL won't update based on what class/method was selected.
This should really be improved.
The Discord could really benefit from Clippy having a !docs command
This command would essentially search the LuckPerms Javadoc for the provided info and returns whatever it can find for it.
Example
Running
!docs NodeAddEvent#getNode()
would give the below output (as Embed)@NonNull NodeAddEvent#getNode() : Node
Gets the node that was added
Returns:
The node that was added
Issues/Downsides
The Javadocs are built agains Java 8.
This comes with the issue, that the URL won't reflect the current class/method being selected.
For example, would the above example still display the URL as https://javadoc.io/doc/net.luckperms/api/latest/index.html while it should preferably display as https://javadoc.io/doc/net.luckperms/api/latest/net/luckperms/api/event/node/NodeAddEvent.html#getNode() since this is a more reliable and shareable link.
The text was updated successfully, but these errors were encountered: