Skip to content

Commit

Permalink
disable PaperMC's PluginRemapper
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed May 13, 2024
1 parent eb29c68 commit 9abd27f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
<shadedPattern>me.hsgamer.gamesinthebox.bstats</shadedPattern>
</relocation>
</relocations>
<!-- Disable PaperMC's PluginRemapper -->
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<paperweight-mappings-namespace>mojang</paperweight-mappings-namespace>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 9abd27f

Please sign in to comment.