File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ or pass a specific version string to force MCPM to download a specific version o
150
150
``` shell
151
151
mcpm update # Updates all plugins to their latest versions
152
152
mcpm update JedCore CoreProtect # Update ONLY JedCore & CoreProtect
153
- mcpm update JedCore --version " 2.10.0-Spigot1.18-PK1.9.3" # Install only the 2.10.0 version of JedCore
154
153
```
155
154
156
155
# List Installed Plugins
@@ -198,6 +197,7 @@ This allows plugins to be shared across servers and admins.
198
197
You can also keep configurations for later and improve them as you learn more about the plugin landscape.
199
198
200
199
```
201
- mcpm export plugins.txt # Export a list of all currently installed plugins into a file called plugins.txt.
202
- mcpm import plugins.txt # Import (install) every plugin contained in the plugins.txt file.
200
+ mcpm export # export to a url
201
+ mcpm export file plugins.txt # Export a list of all currently installed plugins into a file called plugins.txt.
202
+ mcpm import file plugins.txt # Import (install) every plugin contained in the plugins.txt file.
203
203
```
You can’t perform that action at this time.
0 commit comments