Merge branch 'dev' of https://github.com/darverdevs/PluginInstaller into dev-v1.1.1-ALPHA

This commit is contained in:
Fangoboyo 2022-06-09 12:32:07 -07:00
commit 7d7a9ebcc7

View File

@ -1,11 +1,13 @@
# PluginInstaller # PluginInstaller
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/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar)** <---
## How to install: ## How to install:
Download the jar file from the link above 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) Drag and drop it into your plugins folder in java -> bukkit_command -> plugins (If you are using replit)
restart your server restart your server
Done! Done!
## How to use: ## How to use:
This plugin as stated before, has an auto-updater so you do not need to manually update it. This plugin as stated before, has an auto-updater so you do not need to manually update it.
@ -18,6 +20,10 @@ This plugin as stated before, has an auto-updater so you do not need to manually
#### Coming soon: #### Coming soon:
- `/repo`: lets you add your own repository of plugins - `/repo`: lets you add your own repository of plugins
- A "front page" list of plugins that shows a list of the most commonly installed plugins and suggests plugins for you to intall based on the plugins you have - A "front page" list of plugins that shows a list of the most commonly installed plugins and suggests plugins for you to intall based on the plugins you have
- More recommended plugins
- Plugin voting system
- A search command
- A plugin info command that tells you about the plugin you search
## 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