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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ MCPM allows you to:
18
18
- Hot Reload your plugins while everyone is playing. No need to restart your server to test something new!
19
19
- Export and share your best plugin configurations with others!
20
20
21
-
# Getting Started
21
+
##Getting Started
22
22
MCPM requires Java 19, which can be installed [here](https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html).
23
23
24
24
MCPM runs in two environments:
@@ -56,7 +56,7 @@ mcpm install JedCore # Install it to our local directory!
56
56
57
57
On a Windows machine, I recommend running MCPM in the minecraft server environment. Alternatively, you can setup Windows Subsystem for Linux (WSL) to run everything as if you're using Linux.
58
58
59
-
# Getting Help
59
+
##Getting Help
60
60
61
61
If you need a reminder of what mcpm provides, you can type in `mcpm` without arguments or use the `mcpm help` command.
62
62
@@ -95,7 +95,7 @@ named arguments:
95
95
-h, --help
96
96
```
97
97
98
-
# Search
98
+
##Search
99
99
100
100
With MCPM you can search for new plugins using the search command.
101
101
There's 3 different ways you can search for new plugins:
@@ -111,7 +111,7 @@ mcpm search --keyword "protect land" # Search for a plugin that has protect in i
111
111
mcpm search --command claim # Search for a plugin that provides a /claim command.
112
112
```
113
113
114
-
# Install Plugins
114
+
##Install Plugins
115
115
116
116
This is feature is in-progress and does not have a CommandParser yet.
117
117
@@ -130,7 +130,7 @@ mcpm install JedCore # Installs the latest version of the JedCore plugin.
130
130
We recommend you use the search command before installing anything,
131
131
however the option to install by keyword and command are still provided.
132
132
133
-
# Uninstall Plugins
133
+
##Uninstall Plugins
134
134
135
135
This is feature is in-progress and does not have a CommandParser yet.
136
136
@@ -151,7 +151,7 @@ This is to prevent you from creating invalid setups with your server
151
151
mcpm uninstall JedCore # Remove JedCore and its dependencies.
152
152
```
153
153
154
-
# Update Plugins
154
+
##Update Plugins
155
155
156
156
This is feature is in-progress and does not have a CommandParser yet.
157
157
@@ -165,7 +165,7 @@ mcpm update # Updates all plugins to their latest versions
165
165
mcpm update JedCore CoreProtect # Update ONLY JedCore & CoreProtect
166
166
```
167
167
168
-
# List Installed Plugins
168
+
##List Installed Plugins
169
169
170
170
MCPM allows you to easily see a list of all the plugins you currently have enabled.
171
171
@@ -177,7 +177,7 @@ mcpm list manual # Prints a list of all manually installed commands (excludes pl
177
177
mcpm list outdated # Prints a list of all commands that need updates
178
178
```
179
179
180
-
# Hot Reload Plugins
180
+
##Hot Reload Plugins
181
181
182
182
MCPM allows you to quickly reload plugins on the fly.
183
183
@@ -195,7 +195,7 @@ mcpm unload JedCore # Unload the JedCore plugin on the fly.
195
195
196
196
After a plugin is loaded, the plugin should start taking effect without the need for restarting your server.
197
197
198
-
# Export/Import Plugin Configurations
198
+
##Export/Import Plugin Configurations
199
199
200
200
This is feature is in-progress and does not have a CommandParser for all components yet.
201
201
@@ -209,7 +209,7 @@ You can then use the `import` command later to quickly reinstall that list of pl
209
209
This allows plugins to be shared across servers and admins.
210
210
You can also keep configurations for later and improve them as you learn more about the plugin landscape.
211
211
212
-
```
212
+
```shell
213
213
mcpm export# export to a url
214
214
mcpm export file plugins.txt # Export a list of all currently installed plugins into a file called plugins.txt.
215
215
mcpm import file plugins.txt # Import (install) every plugin contained in the plugins.txt file.
0 commit comments