Skip to content

TealCube/fanciful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fanciful Build Status

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.

Installation

Use Maven. Add the Fanciful repository and dependency entries to your pom.xml.

<repository>
  <id>tealcube-mvn-repo</id>
  <url>http://tealcube.com/nexus/content/groups/public/</url>
</repository>

<dependency>
  <groupId>mkremins</groupId>
  <artifactId>fanciful</artifactId>
  <version>0.3.3-SNAPSHOT</version>
</dependency>

Usage

See Example.java for a simple example.

Status

Relatively stable core featureset, with new features under active development.

License

MIT License. Hack away.

About

Fancy Bukkit message formatting

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 100.0%