adding new and required kyori includes

This commit is contained in:
nossr50 2020-10-02 13:09:38 -07:00
parent ee17707c6c
commit 5d022b6f7c
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Version 2.1.146
NOTES: NOTES:
Shout out to Kashike Shout out to Kashike
Kashike is a developer on the mcMMO team, however after I recruited him had a lot of life stuff come at him and hasn't had a chance to contribute until now! Kashike is a developer on the mcMMO team, however after I recruited him had a lot of life stuff come at him and has./tn't had a chance to contribute until now!
JSON is used by Minecraft for a lot of stuff, in this case the JSON mcMMO made use of was related to displaying text in chat or displaying text on the clients screen in other places such as the action bar, there's been a bad bug in Spigot since 1.16 that would disconnect players some of the time when sending JSON components. JSON is used by Minecraft for a lot of stuff, in this case the JSON mcMMO made use of was related to displaying text in chat or displaying text on the clients screen in other places such as the action bar, there's been a bad bug in Spigot since 1.16 that would disconnect players some of the time when sending JSON components.
mcMMO makes heavy use of these components, so since spigot has yet to fix the bug I decided we needed a work around for the time being. mcMMO makes heavy use of these components, so since spigot has yet to fix the bug I decided we needed a work around for the time being.

View File

@ -105,11 +105,13 @@
<include>net.kyori:adventure-platform-api</include> <include>net.kyori:adventure-platform-api</include>
<include>net.kyori:adventure-platform-common</include> <include>net.kyori:adventure-platform-common</include>
<include>net.kyori:adventure-platform-viaversion</include> <include>net.kyori:adventure-platform-viaversion</include>
<include>net.kyori:adventure-platform-facet</include>
<include>net.kyori:adventure-nbt</include> <include>net.kyori:adventure-nbt</include>
<include>net.kyori:examination-api</include> <include>net.kyori:examination-api</include>
<include>net.kyori:examination-string</include> <include>net.kyori:examination-string</include>
<include>net.kyori:adventure-text-serializer-legacy</include> <include>net.kyori:adventure-text-serializer-legacy</include>
<include>net.kyori:adventure-text-serializer-bungeecord</include> <include>net.kyori:adventure-text-serializer-bungeecord</include>
<include>net.kyori:adventure-text-serializer-craftbukkit</include>
</includes> </includes>
</artifactSet> </artifactSet>
<relocations> <relocations>