Archived
0

Update LagChunks.cmd

Punctuation
This commit is contained in:
Tadhg
2019-01-10 10:03:23 -08:00
committed by GitHub
parent e123e39283
commit bcd56e57eb

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;
} }
} }