Lightweight library offering pleasant chat message formatting for Bukkit plugins. A way to get at the good stuff offered by Minecraft 1.7's new chat protocol without dropping down to raw JSON.
Use Maven. Add the Fanciful repository and dependency entries to your pom.xml
.
<repository>
<id>stealthyone-repo</id>
<url>http://repo.stealthyone.com/content/groups/public</url>
</repository>
<dependency>
<groupId>mkremins</groupId>
<artifactId>fanciful</artifactId>
<version>0.3.3-SNAPSHOT</version>
</dependency>
See Example.java for a simple example.
Relatively stable core featureset, with new features under active development.
MIT License. Hack away.