Just moved from dev.bukkit.org, which deleted our submission because of their URLConnection rule.
- Contributors:
- SourcesDesktop, PizzaCrust
Plugin downloading and installation from install files.
LightLoading provides you a platform for download and install plugins easily and efficiently. By adding a simple YAML install file in your plugins directory, when the server starts; your plugins will automatically be downloaded and enabled during server startup.
Regular install file example:
Maven example:Code (Text):useMaven: false
name: MyPlugin
downloadUrl: http://example.org/myplugin.jar
Code (Text):useMaven: true
mavenRepositoryUrl: http://example.org/maven/
mavenGroupId: org.example
mavenArtifactId: exampleplugin
mavenVersion: 1.0

LightLoading 1.1-PATCH
Download and install plugins directly from Maven or a download link.
Recent Updates
- LightLoading 1.1 Dec 8, 2015