FountainMC / FountainAPI

A 'simple but beautiful' Minecraft Server Plugin API
https://fountainmc.org/
MIT License
5 stars 5 forks source link

Initial version of chat component API #16

Closed minecrafter closed 8 years ago

minecrafter commented 8 years ago

This is by no means complete and will obviously require more work.

This is an implementation of the JSON chat components present in Minecraft 1.7 and newer. All objects in the API are thread-safe and immutable (the legacy chat converter does not currently use immutable objects).

Progress

PizzaCrust commented 8 years ago

woooo gson :+1:

minecrafter commented 8 years ago

Please feel free to review. The only left for me to do is to add more tests along with other components (which we don't have ready to implement just yet), but I'll be putting this off for a later time.