Fix minimessage

This commit is contained in:
cyberpwn 2021-09-08 08:41:15 -04:00
parent e393442df9
commit 0c8c7157f6

View File

@ -141,6 +141,7 @@ shadowJar {
append("plugin.yml") append("plugin.yml")
relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic' relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic'
relocate 'io.papermc.lib', 'com.volmit.iris.util.paper' relocate 'io.papermc.lib', 'com.volmit.iris.util.paper'
relocate 'net.kyori', 'com.volmit.iris.util.kyori'
dependencies { dependencies {
include(dependency('io.papermc:paperlib')) include(dependency('io.papermc:paperlib'))
include(dependency('com.dfsek:Paralithic')) include(dependency('com.dfsek:Paralithic'))