Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 602 Bytes

NerdClanChat

A Java reimplementation of CHClanChat. The basics should be functionally identical to the user, but perform better on the backend. Some UI things have been cleaned up, and new features added.

Build Instructions

  1. Build BukkitEBean and install in the local Maven repository.
git clone https://github.com/NerdNu/BukkitEBean
cd BukkitEBean
mvn clean install
  1. Build NerdClanChat:
cd ..
git clone https://github.com/NerdNu/NerdClanChat
cd NerdClanChat
mvn clean package