mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-13 12:38:34 +00:00
It started on work with commands then I got carried away.
This commit is contained in:
@ -95,7 +95,7 @@ public class ChunkCommands {
|
||||
Set<BlockVector2> chunks = session.getSelection(player.getWorld()).getChunks();
|
||||
|
||||
PaginationBox paginationBox = PaginationBox.fromStrings("Selected Chunks", "/listchunks -p %page%",
|
||||
chunks.stream().map(LegacyChunkStore::getFilename).collect(Collectors.toList()));
|
||||
chunks.stream().map(BlockVector2::toString).collect(Collectors.toList()));
|
||||
player.print(paginationBox.create(page));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user