mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-11-26 04:25:18 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
dd183b4031
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user