We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ede92d commit 585f742Copy full SHA for 585f742
spigot/plugin/pom.xml
@@ -34,6 +34,13 @@
34
<shadedArtifactAttached>true</shadedArtifactAttached>
35
<minimizeJar>false</minimizeJar>
36
<relocations>
37
+ <relocation>
38
+ <pattern>me.hsgamer.topper</pattern>
39
+ <shadedPattern>me.hsgamer.topper.spigot.plugin.lib.topper</shadedPattern>
40
+ <excludes>
41
+ <exclude>me.hsgamer.topper.spigot.plugin.**</exclude>
42
+ </excludes>
43
+ </relocation>
44
<relocation>
45
<pattern>me.hsgamer.hscore</pattern>
46
<shadedPattern>me.hsgamer.topper.spigot.plugin.lib.core</shadedPattern>
0 commit comments