Fix relocation pattern for EssentialsXSpawn (#3427)

This commit is contained in:
Josh Roy 2020-06-28 22:14:06 -04:00 committed by GitHub
parent adf1273bf9
commit 60f54ee37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@
<includes>net.ess3:EssentialsXSpawn</includes>
</artifactSet>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>io.papermc.lib</pattern>
<shadedPattern>com.earth2me.essentials.paperlib</shadedPattern>
</relocation>
</relocations>
</configuration>
</plugin>
</plugins>