Skip to content

Commit 0e0a577

Browse files
committed
Relocate adventure when shading
1 parent 9d2ffad commit 0e0a577

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
<relocations>
3838
<relocation>
3939
<pattern>org.bstats</pattern>
40-
<shadedPattern>net.jadedmc.commandblockerpro.bstats</shadedPattern>
40+
<shadedPattern>net.jadedmc.commandblockerpro.shaded.bstats</shadedPattern>
41+
</relocation>
42+
<relocation>
43+
<pattern>net.kyori</pattern>
44+
<shadedPattern>net.jadedmc.commandblockerpro.shaded.adventure</shadedPattern>
4145
</relocation>
4246
</relocations>
4347
</configuration>

0 commit comments

Comments
 (0)