Archived
0

Merge branch 'master' into dev

This commit is contained in:
Minenash
2019-01-30 18:04:39 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

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