SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

NoClassDefFoundError SPacketPlayerListHeaderFooterAccessor #2876

Closed kristi71111 closed 5 years ago

kristi71111 commented 5 years ago

I am currently running

Issue Description Upon updating to 7.1.7-RC3848 the TabManager plugin throws an error and does not load correctly. This issues is not present on 7.1.7-RC3843. Link to error. Opening an issue here first since it references that a class definition is missing from sponge's side.

SawFowl commented 5 years ago

I confirm this problem. This code only works on SpongeVanilla.

player.getTabList().setHeaderAndFooter(
    Text.of("Header Text"), 
    Text.of("Footer Text"));
Zidane commented 5 years ago

Should be fixed in latest SF.