Merge remote-tracking branch 'origin/master'

This commit is contained in:
Sxtanna 2020-07-24 14:47:46 -04:00
commit dd183b4031
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,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"))