-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# mcMMO-TagAPI | ||
## mcMMO TagAPI features | ||
|
||
### Brief Description | ||
Uses mcMMO and TagAPI to color player names! | ||
|
||
## About the Team | ||
|
||
mcMMO is currently developed by a team of individuals from all over the world. | ||
### Glorious Leader | ||
[] | ||
(https://github.com/gmcferrin) | ||
|
||
### Developers | ||
[] | ||
(https://github.com/bm01) | ||
[] | ||
(https://github.com/Glitchfinder) | ||
[] | ||
(https://github.com/nossr50) | ||
[] | ||
(https://github.com/NuclearW) | ||
[] | ||
(https://github.com/shatteredbeam) | ||
[] | ||
(https://github.com/TfT-02) | ||
[] | ||
(https://github.com/t00thpick1) | ||
[] | ||
(https://github.com/riking) | ||
|
||
## Compiling | ||
|
||
mcMMO uses Maven 3 to manage dependencies, packaging, and shading of necessary classes; Maven 3 is required to compile mcMMO. | ||
|
||
The typical command used to build mcMMO is: `mvn clean package install` | ||
|
||
Required Libraries: | ||
* Bukkit | ||
* mcMMO | ||
* TagAPI | ||
|
||
http://dev.bukkit.org/server-mods/mcmmo-tagapi for more up to date information. |