Master Builder world

This commit is contained in:
ZeroEpoch1969
2018-05-13 12:49:13 -07:00
parent 1371e23d59
commit 6853baebdd
17 changed files with 1148 additions and 17 deletions

View File

@ -7,6 +7,7 @@ public enum Title implements Displayable
{
MASTER_BUILDER("a", "Master Builder", ChatColor.DARK_AQUA, "Master-Builder"),
EXECUTIVE("an", "Executive", ChatColor.DARK_RED, "Executive"),
DEVELOPER("a", "Developer", ChatColor.DARK_PURPLE, "Dev"),
OWNER("the", "Owner", ChatColor.BLUE, "Owner");