Skip to content

Commit 4d8892e

Browse files
committed
[O] Improve readme heading
1 parent 19c4347 commit 4d8892e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MCPM allows you to:
1818
- Hot Reload your plugins while everyone is playing. No need to restart your server to test something new!
1919
- Export and share your best plugin configurations with others!
2020

21-
# Getting Started
21+
## Getting Started
2222
MCPM requires Java 19, which can be installed [here](https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html).
2323

2424
MCPM runs in two environments:
@@ -56,7 +56,7 @@ mcpm install JedCore # Install it to our local directory!
5656

5757
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.
5858

59-
# Getting Help
59+
## Getting Help
6060

6161
If you need a reminder of what mcpm provides, you can type in `mcpm` without arguments or use the `mcpm help` command.
6262

@@ -95,7 +95,7 @@ named arguments:
9595
-h, --help
9696
```
9797

98-
# Search
98+
## Search
9999

100100
With MCPM you can search for new plugins using the search command.
101101
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
111111
mcpm search --command claim # Search for a plugin that provides a /claim command.
112112
```
113113

114-
# Install Plugins
114+
## Install Plugins
115115

116116
This is feature is in-progress and does not have a CommandParser yet.
117117

@@ -130,7 +130,7 @@ mcpm install JedCore # Installs the latest version of the JedCore plugin.
130130
We recommend you use the search command before installing anything,
131131
however the option to install by keyword and command are still provided.
132132

133-
# Uninstall Plugins
133+
## Uninstall Plugins
134134

135135
This is feature is in-progress and does not have a CommandParser yet.
136136

@@ -151,7 +151,7 @@ This is to prevent you from creating invalid setups with your server
151151
mcpm uninstall JedCore # Remove JedCore and its dependencies.
152152
```
153153

154-
# Update Plugins
154+
## Update Plugins
155155

156156
This is feature is in-progress and does not have a CommandParser yet.
157157

@@ -165,7 +165,7 @@ mcpm update # Updates all plugins to their latest versions
165165
mcpm update JedCore CoreProtect # Update ONLY JedCore & CoreProtect
166166
```
167167

168-
# List Installed Plugins
168+
## List Installed Plugins
169169

170170
MCPM allows you to easily see a list of all the plugins you currently have enabled.
171171

@@ -177,7 +177,7 @@ mcpm list manual # Prints a list of all manually installed commands (excludes pl
177177
mcpm list outdated # Prints a list of all commands that need updates
178178
```
179179

180-
# Hot Reload Plugins
180+
## Hot Reload Plugins
181181

182182
MCPM allows you to quickly reload plugins on the fly.
183183

@@ -195,7 +195,7 @@ mcpm unload JedCore # Unload the JedCore plugin on the fly.
195195

196196
After a plugin is loaded, the plugin should start taking effect without the need for restarting your server.
197197

198-
# Export/Import Plugin Configurations
198+
## Export/Import Plugin Configurations
199199

200200
This is feature is in-progress and does not have a CommandParser for all components yet.
201201

@@ -209,7 +209,7 @@ You can then use the `import` command later to quickly reinstall that list of pl
209209
This allows plugins to be shared across servers and admins.
210210
You can also keep configurations for later and improve them as you learn more about the plugin landscape.
211211

212-
```
212+
```shell
213213
mcpm export # export to a url
214214
mcpm export file plugins.txt # Export a list of all currently installed plugins into a file called plugins.txt.
215215
mcpm import file plugins.txt # Import (install) every plugin contained in the plugins.txt file.

0 commit comments

Comments
 (0)