Skip to content

Conversation

@theminecoder
Copy link
Contributor

Same idea as PaperMC/Paper#13447

* @throws IOException if we could not open the directory
*/
@Deprecated
public void loadPlugins(Path directory) throws IOException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we're keeping this and marking it as deprecated? Since it's an internal method, I think it would be okay to remove it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly just didn't want to interrupt those doing strange things w/ reflection/forks straight away since it can't be as clean the paper impl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants