Skip to content

Commit 9d04ef8

Browse files
committed
Fix markdown lint issues
1 parent d185ba6 commit 9d04ef8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docssrc/src/setup_shading.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ As we're shading the CommandAPI into your plugin, we **don't** need to add `depe
296296
## Setting the manifest value (Maven)
297297

298298
> **Developer's Note:**
299-
>
299+
>
300300
> This step is only necessary when targeting Paper servers while using a `paper-plugin.yml`
301301
302302
In order to tell Paper that your plugin should be remapped to Mojang mappings at runtime, you have to set a manifest value in the `maven-jar-plugin`. This step is necessary as
@@ -322,7 +322,7 @@ This will mark your plugin as Spigot-mapped and Paper will remap your plugin at
322322
## Setting the manifest value (Gradle)
323323

324324
> **Developer's Note:**
325-
>
325+
>
326326
> This step is only necessary when targeting Paper servers while using a `paper-plugin.yml`
327327
328328
In order to tell Paper that your plugin should be remapped to Mojang mappings at runtime, you have to set a manifest value in the `shadowJar` task. This step is necessary as
@@ -364,6 +364,3 @@ paperweight.reobfArtifactConfiguration = ReobfArtifactConfiguration.REOBF_PRODUC
364364

365365
2. Only run the `reobfJar` task to build your plugin from now on. The main plugin artifact will be Spigot mapped and Paper will remap your plugin so that in the end
366366
running the CommandAPI works.
367-
368-
369-

0 commit comments

Comments
 (0)