1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-21 20:27:24 +01:00
Commit graph

1 commit

Author SHA1 Message Date
Jason Penilla
d644dfaa27 Allow using PluginLoader classpath API from Bukkit plugins ()
Allows using the PluginLoader API without any of the other changes imposed by switching to a paper-plugin.yml.

Used by setting paper-plugin-loader in plugin.yml to the class name of your PluginLoader.

Also allows skipping the libraries field by setting paper-skip-libraries to true (by default both libraries and jars provided by the PluginLoader are added to the classpath).
2024-05-23 13:13:02 -07:00