mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-28 11:04:21 +00:00
Fix relocation pattern for EssentialsXSpawn (#3427)
This commit is contained in:
parent
adf1273bf9
commit
60f54ee37d
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue