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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,17 @@ 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
restart your server
9
9
Done!
10
+
## How to use:
11
+
This plugin as stated before, has an auto-updater so you do not need to manually update it.
12
+
### Commands:
13
+
`/plist` or `plist` in console: First command you should run after installing the plugin. It gives you a list of the current avaliable plugins that can be installed
14
+
15
+
`/install <plugin>` or `install <plugin>` in console: After you have taken a look at the plugins list with the command above, run this command replacing <plugin> with the name of the plugin you want to install (non case-sensitive).
16
+
17
+
`/install recommended` or `install recommended` in console: Installs plugins that are recommended for every server
18
+
#### Coming soon:
19
+
-`/repo`: lets you add your own repository of plugins
20
+
- 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
21
+
10
22
## How to contribute:
11
23
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