This commit is contained in:
Fangoboyo 2022-06-08 19:03:18 -07:00
commit 3f0a8d649c

View File

@ -2,5 +2,10 @@
PluginInstaller is a plugin designed for eaglercraft that can install plugins from an [online repository](https://github.com/darverdevs/PluginInstallerRepo) to your server just with a /install <plugin> command. PluginInstaller is a plugin designed for eaglercraft that can install plugins from an [online repository](https://github.com/darverdevs/PluginInstallerRepo) to your server just with a /install <plugin> command.
This plugin also has an autoupdater so theres no need to constantly redownload the plugin. This plugin also has an autoupdater so theres no need to constantly redownload the plugin.
#### **The download link is [here](https://github.com/darverdevs/PluginInstaller/raw/main/out/artifacts/PluginInstaller_jar/PluginInstaller.jar)** #### **The download link is [here](https://github.com/darverdevs/PluginInstaller/raw/main/out/artifacts/PluginInstaller_jar/PluginInstaller.jar)**
## How to install:
Download the jar file from the link above
Drag and drop it into your plugins folder in java -> bukkit_command -> plugins (If you are using replit)
restart your server
Done!
## How to contribute: ## How to contribute:
Since PluginInstaller runs on an autoupdater, all contributions must be made from pull requests either by forks or branches approved by someone in the darverdevs group and tested before a pull request is made Since PluginInstaller runs on an autoupdater, all contributions must be made from pull requests either by forks or branches approved by someone in the darverdevs group and tested before a pull request is made