Merge branch 'master' into managers

This commit is contained in:
Sxtanna
2020-07-24 15:54:00 -04:00
2 changed files with 17 additions and 18 deletions

View File

@@ -227,7 +227,8 @@ public final class CommandECloudExpansionList extends PlaceholderCommand
int index = ((page - 1) * PAGE_SIZE) + 1;
for (final CloudExpansion expansion : values)
{
builder.append("&8")
builder.append("\n")
.append("&8")
.append(index++)
.append(". ")
.append((expansion.shouldUpdate() ? "&6" : expansion.hasExpansion() ? "&a" : "&7"))