codyphobe / fanciful

Fancy Bukkit message formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>fanciful-mvn-repo</id>
  <url>http://repo.franga2000.com/artifactory/public</url>
</repository>

<dependency>
  <groupId>mkremins</groupId>
  <artifactId>fanciful</artifactId>
  <version>0.3.1</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

License:MIT License


Languages

Language:Java 100.0%