Archived
0

Merge PR #41 from Aberdeener [LagChunks spelling fixes]

Update LagChunks.cmd
This commit is contained in:
Minenash
2019-01-10 17:27:48 -05:00
committed by GitHub

View File

@@ -4,17 +4,17 @@ command lc {
list { list {
run list_cmd; run list_cmd;
help re-lists already scanned chunks; help Re-lists already scanned chunks.;
} }
[int:amount] { [int:amount] {
run scan_cmd amount; run scan_cmd amount;
help scans for laggy chunks; help Scans for laggy chunks.;
} }
tp [int:number] { tp [int:number] {
run tp number; run tp number;
help teleports to the specified chunk; help Teleports to the specified chunk.;
type player; type player;
} }
} }