mkremins / fanciful

Fancy Bukkit message formatting
MIT License
96 stars 82 forks source link

Fix ChatSerializer class not being found in 1.8.3 #57

Closed Tzeentchful closed 9 years ago

Tzeentchful commented 9 years ago

In 1.8.3, the ChatSerializer class was moved to be a child class of IChatBaseComponent.

This fixes the issue and also adds backwards compatibility. It should continue to support future versions unless the path to the class changes again.

mkremins commented 9 years ago

Looks good – merged. Thanks for contributing!