You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
# PluginInstaller
2
2
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.
3
3
This plugin also has an autoupdater so theres no need to constantly redownload the plugin.
4
-
####**The download link is [here](https://github.com/darverdevs/PluginInstaller/raw/main/out/artifacts/PluginInstaller_jar/PluginInstaller.jar)**
4
+
### **The download link is ---> [here](https://github.com/darverdevs/PluginInstaller/raw/main/out/artifacts/EaglerPluginInstaller_jar/EaglerPluginInstaller.jar)** <---
5
5
## How to install:
6
6
Download the jar file from the link above
7
7
Drag and drop it into your plugins folder in java -> bukkit_command -> plugins (If you are using replit)
8
+
8
9
restart your server
10
+
9
11
Done!
10
12
## How to use:
11
13
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
18
20
#### Coming soon:
19
21
-`/repo`: lets you add your own repository of plugins
20
22
- 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
23
+
- More recommended plugins
24
+
- Plugin voting system
25
+
- A search command
26
+
- A plugin info command that tells you about the plugin you search
21
27
22
28
## How to contribute:
23
29
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
0 commit comments